/frameworks/base/core/tests/coretests/src/android/view/ |
D | InsetsVisibilitiesTest.java | 28 import android.view.InsetsState.InternalInsetsType; 56 for (@InternalInsetsType int type = FIRST_TYPE; type <= LAST_TYPE; type++) { in testEquals() 63 for (@InternalInsetsType int type = FIRST_TYPE; type <= LAST_TYPE; type++) { in testEquals() 73 for (@InternalInsetsType int type = FIRST_TYPE; type <= LAST_TYPE; type++) { in testSet() 93 for (@InternalInsetsType int type = FIRST_TYPE; type <= LAST_TYPE; type++) { in testCopyConstructor() 109 for (@InternalInsetsType int type = FIRST_TYPE; type <= LAST_TYPE; type++) { in testGetterAndSetter() 113 for (@InternalInsetsType int type = FIRST_TYPE; type <= LAST_TYPE; type++) { in testGetterAndSetter()
|
D | InsetsControllerTest.java | 64 import android.view.InsetsState.InternalInsetsType; 690 for (@InternalInsetsType int type = FIRST_TYPE; type <= LAST_TYPE; type++) { in testResizeAnimation_insetsTypes() 699 private void doTestResizeAnimation_insetsTypes(@InternalInsetsType int type, in doTestResizeAnimation_insetsTypes() 727 final @InternalInsetsType int type = ITYPE_STATUS_BAR; in testResizeAnimation_displayFrame() 750 final @InternalInsetsType int type = ITYPE_STATUS_BAR; in testResizeAnimation_visibility() 939 private InsetsSourceControl createControl(@InternalInsetsType int type) { in createControl() 948 private InsetsSourceControl[] createSingletonControl(@InternalInsetsType int type) { in createSingletonControl()
|
D | SurfaceControlViewHostInsetsTest.java | 35 import android.view.InsetsState.InternalInsetsType;
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InsetsStateController.java | 40 import android.view.InsetsState.InternalInsetsType; 128 WindowContainerInsetsSourceProvider getSourceProvider(@InternalInsetsType int type) { in getSourceProvider() 140 WindowContainerInsetsSourceProvider peekSourceProvider(@InternalInsetsType int type) { in peekSourceProvider() 209 boolean isFakeTarget(@InternalInsetsType int type, InsetsControlTarget target) { in isFakeTarget() 253 private void onControlChanged(@InternalInsetsType int type, in onControlChanged() 284 void onControlFakeTargetChanged(@InternalInsetsType int type, in onControlFakeTargetChanged() 306 @InternalInsetsType int type, boolean fake) { in removeFromControlMaps() 323 @InternalInsetsType int type, boolean fake) { in addToControlMaps()
|
D | InsetsPolicy.java | 63 import android.view.InsetsState.InternalInsetsType; 100 final @InternalInsetsType int type = control.getType(); 183 boolean isHidden(@InternalInsetsType int type) { in isHidden() 190 void showTransient(@InternalInsetsType int[] types, boolean isGestureOnSystemBar) { in showTransient() 193 final @InternalInsetsType int type = types[i]; in showTransient() 243 final @InternalInsetsType int type = mShowingTransientTypes.get(i); in hideTransient() 252 boolean isTransient(@InternalInsetsType int type) { in isTransient() 280 final @InternalInsetsType int type = getInsetsTypeForLayoutParams(attrs); in getInsetsForWindowMetrics() 302 static boolean isInsetsTypeControllable(@InternalInsetsType int type) { in isInsetsTypeControllable() 315 private static @InternalInsetsType int getInsetsTypeForLayoutParams( in getInsetsTypeForLayoutParams() [all …]
|
D | InsetsControlTarget.java | 21 import android.view.InsetsState.InternalInsetsType; 45 default boolean getRequestedVisibility(@InternalInsetsType int type) { in getRequestedVisibility()
|
D | DisplayPolicy.java | 123 import android.view.InsetsState.InternalInsetsType; 1114 @InternalInsetsType int insetsType = provider.type; in validateAddingWindowLw() 2484 private Rect getBarContentFrameForWindow(WindowState win, @InternalInsetsType int type) { in getBarContentFrameForWindow() 2513 boolean isFullyTransparentAllowed(WindowState win, @InternalInsetsType int type) { in isFullyTransparentAllowed()
|
D | DisplayContent.java | 219 import android.view.InsetsState.InternalInsetsType; 1476 void setInsetProvider(@InternalInsetsType int type, WindowContainer win, in setInsetProvider() 1493 void setInsetProvider(@InternalInsetsType int type, WindowContainer win, in setInsetProvider() 3487 for (@InternalInsetsType int type = 0; type < InsetsState.SIZE; type++) { in dumpDebug() 6777 public boolean getRequestedVisibility(@InternalInsetsType int type) { in getRequestedVisibility()
|
/frameworks/base/core/java/android/view/ |
D | InsetsAnimationControlRunner.java | 22 import android.view.InsetsState.InternalInsetsType; 68 default boolean controlsInternalType(@InternalInsetsType int type) { in controlsInternalType()
|
D | InsetsState.java | 98 public @interface InternalInsetsType {} annotation in InsetsState 504 public InsetsSource getSource(@InternalInsetsType int type) { in getSource() 514 public @Nullable InsetsSource peekSource(@InternalInsetsType int type) { in peekSource() 526 public boolean getSourceOrDefaultVisibility(@InternalInsetsType int type) { in getSourceOrDefaultVisibility() 600 public boolean removeSource(@InternalInsetsType int type) { in removeSource() 614 public void setSourceVisible(@InternalInsetsType int type, boolean visible) { in setSourceVisible() 696 public static @InternalInsetsType ArraySet<Integer> toInternalType(@InsetsType int types) { in toInternalType() 744 public static @Type.InsetsType int toPublicType(@InternalInsetsType int type) { in toPublicType() 786 public static boolean getDefaultVisibility(@InternalInsetsType int type) { in getDefaultVisibility() 790 public static boolean containsType(@InternalInsetsType int[] types, in containsType() [all …]
|
D | WindowInsetsController.java | 26 import android.view.InsetsState.InternalInsetsType; 286 boolean isRequestedVisible(@InternalInsetsType int type); in isRequestedVisible()
|
D | InsetsVisibilities.java | 65 public void setVisibility(@InsetsState.InternalInsetsType int type, boolean visible) { in setVisibility() 76 public boolean getVisibility(@InsetsState.InternalInsetsType int type) { in getVisibility()
|
D | InsetsSource.java | 34 import android.view.InsetsState.InternalInsetsType; 45 private final @InternalInsetsType int mType; 55 public InsetsSource(@InternalInsetsType int type) { in InsetsSource() 96 public @InternalInsetsType int getType() { in getType()
|
D | InsetsSourceControl.java | 31 import android.view.InsetsState.InternalInsetsType; 43 private final @InternalInsetsType int mType; 55 public InsetsSourceControl(@InternalInsetsType int type, @Nullable SurfaceControl leash, in InsetsSourceControl()
|
D | InsetsController.java | 51 import android.view.InsetsState.InternalInsetsType; 107 void updateCompatSysUiVisibility(@InternalInsetsType int type, boolean visible, in updateCompatSysUiVisibility() 732 for (@InternalInsetsType int type = 0; type < InsetsState.SIZE; type++) { in updateState() 748 for (@InternalInsetsType int type = 0; type < InsetsState.SIZE; type++) { in updateState() 806 final @InternalInsetsType int type = internalTypes.valueAt(i); in startResizingAnimationIfNeeded() 888 final @InternalInsetsType int type = control.getType(); in onControlsChanged() 976 @InternalInsetsType int internalType = internalTypes.valueAt(i); in show() 1015 @InternalInsetsType int internalType = internalTypes.valueAt(i); in hide() 1374 public @NonNull InsetsSourceConsumer getSourceConsumer(@InternalInsetsType int type) { in getSourceConsumer() 1392 public void updateCompatSysUiVisibility(@InternalInsetsType int type, boolean visible, in updateCompatSysUiVisibility() [all …]
|
D | InsetsSourceConsumer.java | 40 import android.view.InsetsState.InternalInsetsType; 80 protected final @InternalInsetsType int mType; 101 public InsetsSourceConsumer(@InternalInsetsType int type, InsetsState state, in InsetsSourceConsumer()
|
D | InsetsResizeAnimationRunner.java | 36 import android.view.InsetsState.InternalInsetsType; 138 for (@InternalInsetsType int type = 0; type < InsetsState.SIZE; type++) { in applyChangeInsets()
|
D | InsetsFrameProvider.java | 66 public @InsetsState.InternalInsetsType int type;
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerInternal.java | 24 import android.view.InsetsState.InternalInsetsType; 140 void showTransient(int displayId, @InternalInsetsType int[] types, in showTransient() 144 void abortTransient(int displayId, @InternalInsetsType int[] types); in abortTransient()
|
D | StatusBarManagerService.java | 87 import android.view.InsetsState.InternalInsetsType; 625 public void showTransient(int displayId, @InternalInsetsType int[] types, 636 public void abortTransient(int displayId, @InternalInsetsType int[] types) { 1265 private void showTransient(@InternalInsetsType int[] types) { in showTransient() 1271 private void clearTransient(@InternalInsetsType int[] types) { in clearTransient()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfacesCommandQueueCallbacks.java | 39 import android.view.InsetsState.InternalInsetsType; 179 public void abortTransient(int displayId, @InternalInsetsType int[] types) { in abortTransient() 495 public void showTransient(int displayId, @InternalInsetsType int[] types, in showTransient()
|
/frameworks/base/core/java/android/window/ |
D | WindowContainerTransaction.java | 685 @InsetsState.InternalInsetsType int[] insetsTypes) { in addRectInsetsProvider() 710 @InsetsState.InternalInsetsType int[] insetsTypes) { in removeInsetsProvider() 1322 private @InsetsState.InternalInsetsType int[] mInsetsTypes; 1508 public @InsetsState.InternalInsetsType int[] getInsetsTypes() { in getInsetsTypes()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | CommandQueue.java | 56 import android.view.InsetsState.InternalInsetsType; 376 default void showTransient(int displayId, @InternalInsetsType int[] types) { } in showTransient() 381 default void showTransient(int displayId, @InternalInsetsType int[] types, in showTransient() 389 default void abortTransient(int displayId, @InternalInsetsType int[] types) { } in abortTransient()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | NavigationBar.java | 82 import android.view.InsetsState.InternalInsetsType; 1145 public void showTransient(int displayId, @InternalInsetsType int[] types, in showTransient() 1161 public void abortTransient(int displayId, @InternalInsetsType int[] types) { in abortTransient()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | DecorView.java | 83 import android.view.InsetsState.InternalInsetsType; 2689 final @InternalInsetsType int insetsType; 2693 @InternalInsetsType int insetsType) { in ColorViewAttributes()
|