/frameworks/base/core/java/android/view/ |
D | InsetsAnimationControlRunner.java | 23 import android.view.WindowInsets.Type.InsetsType; 35 @InsetsType int getTypes(); in getTypes() 41 @InsetsType int getControllingTypes(); in getControllingTypes() 46 void notifyControlRevoked(@InsetsType int types); in notifyControlRevoked()
|
D | WindowInsetsController.java | 28 import android.view.WindowInsets.Type.InsetsType; 161 void show(@InsetsType int types); in show() 173 void hide(@InsetsType int types); in hide() 198 void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() 336 @InsetsType int typeMask); in onControllableInsetsChanged()
|
D | WindowInsets.java | 46 import android.view.WindowInsets.Type.InsetsType; 156 @InsetsType int compatInsetsTypes, boolean compatIgnoreVisibility) { in WindowInsets() 211 static Insets getInsets(Insets[] typeInsetsMap, @InsetsType int typeMask) { in getInsets() 233 private static void setInsets(Insets[] typeInsetsMap, @InsetsType int typeMask, Insets insets) { in setInsets() 338 public Insets getInsets(@InsetsType int typeMask) { in getInsets() 362 public Insets getInsetsIgnoringVisibility(@InsetsType int typeMask) { in getInsetsIgnoringVisibility() 377 public boolean isVisible(@InsetsType int typeMask) { in isVisible() 1231 public Builder setInsets(@InsetsType int typeMask, @NonNull Insets insets) { in setInsets() 1261 public Builder setInsetsIgnoringVisibility(@InsetsType int typeMask, @NonNull Insets insets) in setInsetsIgnoringVisibility() 1284 public Builder setVisible(@InsetsType int typeMask, boolean visible) { in setVisible() [all …]
|
D | InsetsController.java | 54 import android.view.WindowInsets.Type.InsetsType; 331 private final @InsetsType int mRequestedTypes; 349 @InsetsType int requestedTypes, @Behavior int behavior, boolean disable, in InternalAnimationControlListener() 537 PendingControlRequest(@InsetsType int types, WindowInsetsAnimationControlListener listener, in PendingControlRequest() 551 final @InsetsType int types; 602 private @InsetsType int mLastStartedAnimTypes; 605 private @InsetsType int mDisabledUserAnimationInsetsTypes; 730 @InsetsType int disabledUserAnimationTypes = 0; in updateState() 731 @InsetsType int[] cancelledUserAnimationTypes = {0}; in updateState() 737 @InsetsType int insetsType = toPublicType(type); in updateState() [all …]
|
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 | PendingInsetsController.java | 22 import android.view.WindowInsets.Type.InsetsType; 215 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() 233 private final @InsetsType int mTypes; 247 private final @InsetsType int mTypes;
|
D | WindowInsetsAnimation.java | 36 @WindowInsets.Type.InsetsType 56 @WindowInsets.Type.InsetsType int typeMask, @Nullable Interpolator interpolator, in WindowInsetsAnimation() 66 @WindowInsets.Type.InsetsType
|
D | InsetsAnimationThreadControlRunner.java | 34 import android.view.WindowInsets.Type.InsetsType; 112 @InsetsType int types, InsetsAnimationControlCallbacks controller, long durationMs, in InsetsAnimationThreadControlRunner() 157 public void notifyControlRevoked(@InsetsType int types) { in notifyControlRevoked()
|
D | InsetsResizeAnimationRunner.java | 37 import android.view.WindowInsets.Type.InsetsType; 50 private final @InsetsType int mTypes; 58 Interpolator interpolator, long duration, @InsetsType int types, in InsetsResizeAnimationRunner()
|
D | InsetsAnimationControlImpl.java | 57 import android.view.WindowInsets.Type.InsetsType; 92 private final @InsetsType int mTypes; 93 private @InsetsType int mControllingTypes; 114 @InsetsType int types, InsetsAnimationControlCallbacks controller, long durationMs, in InsetsAnimationControlImpl() 198 @InsetsType public int getTypes() { in getTypes() 208 public void notifyControlRevoked(@InsetsType int types) { in notifyControlRevoked()
|
D | InsetsSourceConsumer.java | 42 import android.view.WindowInsets.Type.InsetsType; 120 @InsetsType int[] showTypes, @InsetsType int[] hideTypes) { in setControl() 282 final @InsetsType int publicType = InsetsState.toPublicType(mType); in updateCompatSysUiVisibility()
|
D | InsetsState.java | 48 import android.view.WindowInsets.Type.InsetsType; 257 @InsetsType int compatInsetsTypes = systemBars() | displayCutout(); in calculateInsets() 336 public Insets calculateInsets(Rect frame, @InsetsType int types, boolean ignoreVisibility) { in calculateInsets() 352 public Insets calculateInsets(Rect frame, @InsetsType int types, in calculateInsets() 403 @InsetsType 673 public void set(InsetsState other, @InsetsType int types) { in set() 696 public static @InternalInsetsType ArraySet<Integer> toInternalType(@InsetsType int types) { in toInternalType() 744 public static @Type.InsetsType int toPublicType(@InternalInsetsType int type) { in toPublicType()
|
D | WindowManager.java | 118 import android.view.WindowInsets.Type.InsetsType; 3975 private @InsetsType int mFitInsetsTypes = Type.systemBars(); 4037 public void setFitInsetsTypes(@InsetsType int types) { in setFitInsetsTypes() 4111 public @InsetsType int getFitInsetsTypes() { in getFitInsetsTypes()
|
D | ViewRootImpl.java | 178 import android.view.WindowInsets.Type.InsetsType; 736 private @InsetsType int mTypesHiddenByFlags = 0; 2442 @InsetsType final int publicType = InsetsState.toPublicType(type); in updateCompatSysUiVisibility() 2470 private void clearLowProfileModeIfNeeded(@InsetsType int showTypes, boolean fromIme) { in clearLowProfileModeIfNeeded() 2576 @InsetsType int typesToHide = 0; in controlInsetsForCompatibility() 2577 @InsetsType int typesToShow = 0; in controlInsetsForCompatibility() 8961 private void showInsets(@InsetsType int types, boolean fromIme) { in showInsets() 8965 private void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets() 10325 public void showInsets(@InsetsType int types, boolean fromIme) { in showInsets() 10338 public void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InsetsControlTarget.java | 22 import android.view.WindowInsets.Type.InsetsType; 55 default void showInsets(@InsetsType int types, boolean fromIme) { in showInsets() 64 default void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets()
|
D | DisplayPolicy.java | 129 import android.view.WindowInsets.Type.InsetsType; 2183 final @InsetsType int restorePositionTypes = in requestTransientBars() 2477 private static boolean isLightBarAllowed(WindowState win, @InsetsType int type) { in isLightBarAllowed() 2916 @InsetsType int insetsType) { in intersectsAnyInsets()
|
D | InsetsPolicy.java | 631 private boolean isShowingTransientTypes(@Type.InsetsType int types) { in isShowingTransientTypes()
|
D | WindowState.java | 247 import android.view.WindowInsets.Type.InsetsType; 4024 public void showInsets(@InsetsType int types, boolean fromIme) { in showInsets() 4033 public void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets()
|
D | DisplayContent.java | 6754 public void showInsets(@WindowInsets.Type.InsetsType int types, boolean fromIme) { in showInsets() 6763 public void hideInsets(@WindowInsets.Type.InsetsType int types, boolean fromIme) { in hideInsets()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | BaseIWindow.java | 33 import android.view.WindowInsets.Type.InsetsType; 69 public void showInsets(@InsetsType int types, boolean fromIme) { in showInsets() 73 public void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets()
|
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/ |
D | ControllerActivity.java | 163 private final @Type.InsetsType int mTypes; 185 private final @Type.InsetsType int mTypes;
|
/frameworks/base/core/proto/android/view/ |
D | windowlayoutparams.proto | 67 …al uint32 fit_insets_types = 31 [(.android.typedef) = "android.view.WindowInsets.Type.InsetsType"];
|