Home
last modified time | relevance | path

Searched refs:InsetsType (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/frameworks/base/core/java/android/view/
H A DWindowInsets.java48 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 DInsetsAnimationControlRunner.java23 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 DWindowInsetsController.java28 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 DInsetsController.java54 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 DPendingInsetsController.java22 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 DWindowInsetsAnimationControlListener.java21 import android.view.WindowInsets.Type.InsetsType;
56 void onReady(@NonNull WindowInsetsAnimationController controller, @InsetsType int types); in onReady()
H A DInsetsAnimationControlCallbacks.java19 import android.view.WindowInsets.Type.InsetsType;
78 void reportPerceptible(@InsetsType int types, boolean perceptible); in reportPerceptible()
H A DWindowInsetsAnimation.java36 @WindowInsets.Type.InsetsType
56 @WindowInsets.Type.InsetsType int typeMask, @Nullable Interpolator interpolator, in WindowInsetsAnimation()
66 @WindowInsets.Type.InsetsType
H A DWindowInsetsAnimationController.java24 import android.view.WindowInsets.Type.InsetsType;
104 @InsetsType int getTypes(); in getTypes()
H A DInsetsAnimationThreadControlRunner.java34 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 DInsetsAnimationControlImpl.java57 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 DInsetsResizeAnimationRunner.java37 import android.view.WindowInsets.Type.InsetsType;
50 private final @InsetsType int mTypes;
58 Interpolator interpolator, long duration, @InsetsType int types, in InsetsResizeAnimationRunner()
H A DInsetsState.java48 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 DInsetsSourceConsumer.java43 import android.view.WindowInsets.Type.InsetsType;
119 @InsetsType int[] showTypes, @InsetsType int[] hideTypes) { in setControl()
H A DWindowManager.java118 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 DInsetsControlTarget.java22 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 DInsetsPolicy.java416 private boolean isShowingTransientTypes(@Type.InsetsType int types) { in isShowingTransientTypes()
/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java34 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 DDisplaySystemBarsController.java125 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 DBarControlPolicy.java116 @WindowInsets.Type.InsetsType
/aosp12/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
H A DControllerActivity.java119 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 DOverlayViewGlobalStateController.java26 import android.view.WindowInsets.Type.InsetsType;
306 private void setFitInsetsTypes(@InsetsType int types) { in setFitInsetsTypes()
H A DOverlayViewController.java266 @WindowInsets.Type.InsetsType
H A DSystemUIOverlayWindowController.java117 public void setFitInsetsTypes(@WindowInsets.Type.InsetsType int types) { in setFitInsetsTypes()
/aosp12/frameworks/base/core/proto/android/view/
H A Dwindowlayoutparams.proto67 …al uint32 fit_insets_types = 31 [(.android.typedef) = "android.view.WindowInsets.Type.InsetsType"];

12