/frameworks/base/core/java/android/view/ |
D | InsetsAnimationControlRunner.java | 24 import android.view.WindowInsets.Type.InsetsType; 37 @InsetsType int getTypes(); in getTypes() 43 @InsetsType int getControllingTypes(); in getControllingTypes() 48 void notifyControlRevoked(@InsetsType int types); in notifyControlRevoked() 70 default boolean controlsType(@InsetsType int type) { in controlsType()
|
D | WindowInsetsController.java | 28 import android.view.WindowInsets.Type.InsetsType; 190 void show(@InsetsType int types); in show() 202 void hide(@InsetsType int types); in hide() 227 void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() 328 @InsetsType int getRequestedVisibleTypes(); in getRequestedVisibleTypes() 378 @InsetsType int typeMask); in onControllableInsetsChanged()
|
D | WindowInsets.java | 50 import android.view.WindowInsets.Type.InsetsType; 99 private final @InsetsType int mForceConsumingTypes; 100 private final @InsetsType int mSuppressScrimTypes; 146 @InsetsType int forceConsumingTypes, in WindowInsets() 147 @InsetsType int suppressScrimTypes, in WindowInsets() 152 @InsetsType int compatInsetsTypes, boolean compatIgnoreVisibility, in WindowInsets() 226 static Insets getInsets(Insets[] typeInsetsMap, @InsetsType int typeMask) { in getInsets() 248 private static void setInsets(Insets[] typeInsetsMap, @InsetsType int typeMask, Insets insets) { in setInsets() 361 public Insets getInsets(@InsetsType int typeMask) { in getInsets() 385 public Insets getInsetsIgnoringVisibility(@InsetsType int typeMask) { in getInsetsIgnoringVisibility() [all …]
|
D | InsetsController.java | 59 import android.view.WindowInsets.Type.InsetsType; 115 default void updateCompatSysUiVisibility(@InsetsType int visibleTypes, in updateCompatSysUiVisibility() 116 @InsetsType int requestedVisibleTypes, @InsetsType int controllableTypes) { } in updateCompatSysUiVisibility() 124 void updateRequestedVisibleTypes(@InsetsType int types); in updateRequestedVisibleTypes() 372 private final @InsetsType int mRequestedTypes; 381 @InsetsType int requestedTypes, @Behavior int behavior, boolean disable, in InternalAnimationControlListener() 592 PendingControlRequest(@InsetsType int types, WindowInsetsAnimationControlListener listener, in PendingControlRequest() 606 @InsetsType int types; 662 private @InsetsType int mLastStartedAnimTypes; 665 private @InsetsType int mExistingTypes = 0; [all …]
|
D | PendingInsetsController.java | 22 import android.view.WindowInsets.Type.InsetsType; 50 private @InsetsType int mRequestedVisibleTypes = WindowInsets.Type.defaultVisible(); 140 public @InsetsType int getRequestedVisibleTypes() { in getRequestedVisibleTypes() 237 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() 255 private final @InsetsType int mTypes; 269 private final @InsetsType int mTypes;
|
D | WindowInsetsAnimationControlListener.java | 21 import android.view.WindowInsets.Type.InsetsType; 56 void onReady(@NonNull WindowInsetsAnimationController controller, @InsetsType int types); in onReady()
|
D | InsetsAnimationControlCallbacks.java | 19 import android.view.WindowInsets.Type.InsetsType; 78 void reportPerceptible(@InsetsType int types, boolean perceptible); in reportPerceptible()
|
D | WindowInsetsAnimationController.java | 24 import android.view.WindowInsets.Type.InsetsType; 104 @InsetsType int getTypes(); in getTypes()
|
D | WindowInsetsAnimation.java | 36 @WindowInsets.Type.InsetsType 56 @WindowInsets.Type.InsetsType int typeMask, @Nullable Interpolator interpolator, in WindowInsetsAnimation() 66 @WindowInsets.Type.InsetsType
|
D | InsetsSourceConsumer.java | 40 import android.view.WindowInsets.Type.InsetsType; 89 @InsetsType 113 public InsetsSourceConsumer(int id, @InsetsType int type, InsetsState state, in InsetsSourceConsumer() 132 @InsetsType int[] showTypes, @InsetsType int[] hideTypes) { in setControl() 225 @InsetsType int getType() { in getType()
|
D | WindowlessWindowLayout.java | 24 import android.view.WindowInsets.Type.InsetsType; 41 int requestedWidth, int requestedHeight, @InsetsType int requestedVisibleTypes, in computeFrames()
|
D | InsetsState.java | 52 import android.view.WindowInsets.Type.InsetsType; 129 @InsetsType int forceConsumingTypes = 0; in calculateInsets() 130 @InsetsType int suppressScrimTypes = 0; in calculateInsets() 135 final @InsetsType int type = source.getType(); in calculateInsets() 164 @InsetsType int compatInsetsTypes = systemBars() | displayCutout(); in calculateInsets() 256 public Insets calculateInsets(Rect frame, @InsetsType int types, boolean ignoreVisibility) { in calculateInsets() 268 public Insets calculateInsets(Rect frame, @InsetsType int types, in calculateInsets() 269 @InsetsType int requestedVisibleTypes) { in calculateInsets() 287 @InsetsType int forceConsumingTypes = 0; in calculateVisibleInsets() 311 @InsetsType [all …]
|
D | InsetsAnimationThreadControlRunner.java | 34 import android.view.WindowInsets.Type.InsetsType; 113 @InsetsType int types, InsetsAnimationControlCallbacks controller, long durationMs, in InsetsAnimationThreadControlRunner() 159 public void notifyControlRevoked(@InsetsType int types) { in notifyControlRevoked()
|
D | InsetsResizeAnimationRunner.java | 38 import android.view.WindowInsets.Type.InsetsType; 52 private final @InsetsType int mTypes; 60 Interpolator interpolator, long duration, @InsetsType int types, in InsetsResizeAnimationRunner()
|
D | InsetsAnimationControlImpl.java | 64 import android.view.WindowInsets.Type.InsetsType; 99 private final @InsetsType int mTypes; 100 private @InsetsType int mControllingTypes; 123 @InsetsType int types, InsetsAnimationControlCallbacks controller, long durationMs, in InsetsAnimationControlImpl() 214 @InsetsType public int getTypes() { in getTypes() 224 public void notifyControlRevoked(@InsetsType int types) { in notifyControlRevoked()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InsetsControlTarget.java | 22 import android.view.WindowInsets.Type.InsetsType; 48 default boolean isRequestedVisible(@InsetsType int types) { in isRequestedVisible() 55 default @InsetsType int getRequestedVisibleTypes() { in getRequestedVisibleTypes() 66 default void showInsets(@InsetsType int types, boolean fromIme, in showInsets() 77 default void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
|
D | InsetsPolicy.java | 46 import android.view.WindowInsets.Type.InsetsType; 93 private @InsetsType int mShowingTransientTypes; 94 private @InsetsType int mForcedShowingTypes; 137 boolean hasHiddenSources(@InsetsType int types) { in hasHiddenSources() 151 void showTransient(@InsetsType int types, boolean isGestureOnSystemBar) { in showTransient() 152 @InsetsType int showingTransientTypes = mShowingTransientTypes; in showTransient() 159 final @InsetsType int type = source.getType(); in showTransient() 205 boolean isTransient(@InsetsType int type) { in isTransient() 348 @InsetsType int type, InsetsSource source, InsetsControlTarget target) { in adjustVisibilityForFakeControllingSource() 455 final @InsetsType int fakeControllingTypes = in checkAbortTransient() [all …]
|
D | InsetsStateController.java | 42 import android.view.WindowInsets.Type.InsetsType; 89 private @InsetsType int mForcedConsumingTypes; 119 InsetsSourceProvider getOrCreateSourceProvider(int id, @InsetsType int type) { in getOrCreateSourceProvider() 148 void setForcedConsumingTypes(@InsetsType int types) { in setForcedConsumingTypes() 234 @InsetsType int getFakeControllingTypes(InsetsControlTarget target) { in getFakeControllingTypes() 235 @InsetsType int types = 0; in getFakeControllingTypes() 271 final @InsetsType int type = provider.getSource().getType(); in onBarControlTargetChanged()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
D | DisplayInsetsController.java | 28 import android.view.WindowInsets.Type.InsetsType; 161 private void showInsets(@InsetsType int types, boolean fromIme, in showInsets() 176 private void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets() 192 @InsetsType int requestedVisibleTypes) { in topFocusedWindowChanged() 217 @InsetsType int requestedVisibleTypes) throws RemoteException { in topFocusedWindowChanged() 239 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets() 247 public void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets() 280 @InsetsType int requestedVisibleTypes) {} in topFocusedWindowChanged() 300 default void showInsets(@InsetsType int types, boolean fromIme, in showInsets() 310 default void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerInternal.java | 26 import android.view.WindowInsets.Type.InsetsType; 180 @Behavior int behavior, @InsetsType int requestedVisibleTypes, String packageName, in onSystemBarAttributesChanged() 184 void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar); in showTransient() 187 void abortTransient(int displayId, @InsetsType int types); in abortTransient()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/data/repository/ |
D | StatusBarModePerDisplayRepository.kt | 123 @WindowInsets.Type.InsetsType types: Int, in showTransient() 131 override fun abortTransient(displayId: Int, @WindowInsets.Type.InsetsType types: Int) { in abortTransient() 139 @WindowInsets.Type.InsetsType types: Int, in isTransientRelevant() 150 @WindowInsets.Type.InsetsType requestedVisibleTypes: Int, in onSystemBarAttributesChanged() 324 @WindowInsets.Type.InsetsType val requestedVisibleTypes: Int, 365 private fun @receiver:WindowInsets.Type.InsetsType Int.toWindowInsetsString() = in toWindowInsetsString()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | BaseIWindow.java | 32 import android.view.WindowInsets.Type.InsetsType; 71 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets() 76 public void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | InsetsControllerTest.java | 66 import android.view.WindowInsets.Type.InsetsType; 283 @InsetsType final int types = navigationBars() | statusBars() | ime(); in testAnimationEndState() 679 final @InsetsType int type = navigationBars(); in testResizeAnimation_withFlagAnimateResizing() 735 final @InsetsType int type = statusBars(); in testResizeAnimation_withoutFlagAnimateResizing() 761 final @InsetsType int type = statusBars(); in testResizeAnimation_sourceFrame() 789 final @InsetsType int type = statusBars(); in testResizeAnimation_displayFrame() 813 final @InsetsType int type = statusBars(); in testResizeAnimation_visibility() 1059 private InsetsSourceControl createControl(int id, @InsetsType int type) { in createControl() 1068 private InsetsSourceControl[] createSingletonControl(int id, @InsetsType int type) { in createSingletonControl() 1085 private static boolean isRequestedVisible(InsetsController controller, @InsetsType int type) { in isRequestedVisible() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LegacyLightsOutNotifController.java | 26 import android.view.WindowInsets.Type.InsetsType; 153 @Behavior int behavior, @InsetsType int requestedVisibleTypes,
|
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/ |
D | ControllerActivity.java | 30 import android.view.WindowInsets.Type.InsetsType; 137 private final @InsetsType int mTypes; 159 private final @InsetsType int mTypes;
|