/aosp12/frameworks/base/core/java/android/view/ |
H A D | WindowInsets.java | 48 import android.view.WindowInsets.Type.InsetsType; 341 public Insets getInsets(@InsetsType int typeMask) { in getInsets() 380 public boolean isVisible(@InsetsType int typeMask) { in isVisible() 1416 static int indexOf(@InsetsType int type) { in indexOf() 1442 static String toString(@InsetsType int types) { in toString() 1484 public @interface InsetsType { annotation in WindowInsets.Type 1490 public static @InsetsType int statusBars() { in statusBars() 1504 public static @InsetsType int captionBar() { in captionBar() 1511 public static @InsetsType int ime() { in ime() 1574 public static @InsetsType int systemBars() { in systemBars() [all …]
|
H A 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()
|
H A 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() 321 @InsetsType int typeMask); in onControllableInsetsChanged()
|
H A D | InsetsController.java | 54 import android.view.WindowInsets.Type.InsetsType; 327 private final @InsetsType int mRequestedTypes; 536 final @InsetsType int types; 587 private @InsetsType int mLastStartedAnimTypes; 709 @InsetsType int disabledUserAnimationTypes = 0; in updateState() 777 @InsetsType int types = 0; in startResizingAnimationIfNeeded() 908 public void show(@InsetsType int types) { in show() 972 public void hide(@InsetsType int types) { in hide() 1215 @InsetsType int types) { in getLayoutInsetsDuringAnimationMode() 1616 private @InsetsType int calculateControllableTypes() { in calculateControllableTypes() [all …]
|
H A D | PendingInsetsController.java | 22 import android.view.WindowInsets.Type.InsetsType; 201 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() 219 private final @InsetsType int mTypes; 233 private final @InsetsType int mTypes;
|
H A D | WindowInsetsAnimationControlListener.java | 21 import android.view.WindowInsets.Type.InsetsType; 56 void onReady(@NonNull WindowInsetsAnimationController controller, @InsetsType int types); in onReady()
|
H A D | InsetsAnimationControlCallbacks.java | 19 import android.view.WindowInsets.Type.InsetsType; 78 void reportPerceptible(@InsetsType int types, boolean perceptible); in reportPerceptible()
|
H A D | WindowInsetsAnimation.java | 36 @WindowInsets.Type.InsetsType 56 @WindowInsets.Type.InsetsType int typeMask, @Nullable Interpolator interpolator, in WindowInsetsAnimation() 66 @WindowInsets.Type.InsetsType
|
H A D | WindowInsetsAnimationController.java | 24 import android.view.WindowInsets.Type.InsetsType; 104 @InsetsType int getTypes(); in getTypes()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | InsetsState.java | 48 import android.view.WindowInsets.Type.InsetsType; 237 @InsetsType int compatInsetsTypes = systemBars() | displayCutout(); in calculateInsets() 304 public Insets calculateInsets(Rect frame, @InsetsType int types, boolean ignoreVisibility) { in calculateInsets() 345 @InsetsType 579 public void set(InsetsState other, @InsetsType int types) { in set() 601 public static @InternalInsetsType ArraySet<Integer> toInternalType(@InsetsType int types) { in toInternalType() 643 public static @Type.InsetsType int toPublicType(@InternalInsetsType int type) { in toPublicType()
|
H A D | InsetsSourceConsumer.java | 43 import android.view.WindowInsets.Type.InsetsType; 119 @InsetsType int[] showTypes, @InsetsType int[] hideTypes) { in setControl()
|
H A D | WindowManager.java | 118 import android.view.WindowInsets.Type.InsetsType; 3508 private @InsetsType int mFitInsetsTypes = Type.systemBars(); 3574 public void setFitInsetsTypes(@InsetsType int types) { in setFitInsetsTypes() 3648 public @InsetsType int getFitInsetsTypes() { in getFitInsetsTypes()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A 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()
|
H A D | InsetsPolicy.java | 416 private boolean isShowingTransientTypes(@Type.InsetsType int types) { in isShowingTransientTypes()
|
/aosp12/frameworks/base/core/java/com/android/internal/view/ |
H A D | BaseIWindow.java | 34 import android.view.WindowInsets.Type.InsetsType; 78 public void showInsets(@InsetsType int types, boolean fromIme) { in showInsets() 82 public void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets()
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/wm/ |
H A D | DisplaySystemBarsController.java | 125 public void hideInsets(@Type.InsetsType int types, boolean fromIme) { in hideInsets() 135 public void showInsets(@Type.InsetsType int types, boolean fromIme) { in showInsets() 170 private void updateRequestedVisibilities(@Type.InsetsType int types, boolean visible) { in updateRequestedVisibilities()
|
H A D | BarControlPolicy.java | 116 @WindowInsets.Type.InsetsType
|
/aosp12/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/ |
H A D | ControllerActivity.java | 119 private final @Type.InsetsType int mTypes; 141 private final @Type.InsetsType int mTypes;
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/ |
H A D | OverlayViewGlobalStateController.java | 26 import android.view.WindowInsets.Type.InsetsType; 306 private void setFitInsetsTypes(@InsetsType int types) { in setFitInsetsTypes()
|
H A D | OverlayViewController.java | 266 @WindowInsets.Type.InsetsType
|
H A D | SystemUIOverlayWindowController.java | 117 public void setFitInsetsTypes(@WindowInsets.Type.InsetsType int types) { in setFitInsetsTypes()
|
/aosp12/frameworks/base/core/proto/android/view/ |
H A D | windowlayoutparams.proto | 67 …al uint32 fit_insets_types = 31 [(.android.typedef) = "android.view.WindowInsets.Type.InsetsType"];
|