/frameworks/base/core/java/android/view/ |
D | WindowInsetsController.java | 27 import android.view.WindowInsets.Type.InsetsType; 131 void show(@InsetsType int types); in show() 143 void hide(@InsetsType int types); in hide() 168 void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() 291 @InsetsType int typeMask); in onControllableInsetsChanged()
|
D | WindowInsets.java | 47 import android.view.WindowInsets.Type.InsetsType; 153 @InsetsType int compatInsetsTypes, boolean compatIgnoreVisibility) { in WindowInsets() 203 static Insets getInsets(Insets[] typeInsetsMap, @InsetsType int typeMask) { in getInsets() 225 private static void setInsets(Insets[] typeInsetsMap, @InsetsType int typeMask, Insets insets) { in setInsets() 330 public Insets getInsets(@InsetsType int typeMask) { in getInsets() 354 public Insets getInsetsIgnoringVisibility(@InsetsType int typeMask) { in getInsetsIgnoringVisibility() 369 public boolean isVisible(@InsetsType int typeMask) { in isVisible() 1148 public Builder setInsets(@InsetsType int typeMask, @NonNull Insets insets) { in setInsets() 1178 public Builder setInsetsIgnoringVisibility(@InsetsType int typeMask, @NonNull Insets insets) in setInsetsIgnoringVisibility() 1201 public Builder setVisible(@InsetsType int typeMask, boolean visible) { in setVisible() [all …]
|
D | InsetsController.java | 48 import android.view.WindowInsets.Type.InsetsType; 274 private final @InsetsType int mRequestedTypes; 449 PendingControlRequest(@InsetsType int types, WindowInsetsAnimationControlListener listener, in PendingControlRequest() 463 final @InsetsType int types; 516 private @InsetsType int mLastStartedAnimTypes; 519 private @InsetsType int mDisabledUserAnimationInsetsTypes; 638 @InsetsType int disabledUserAnimationTypes = 0; in updateState() 639 @InsetsType int[] cancelledUserAnimationTypes = {0}; in updateState() 645 @InsetsType int insetsType = toPublicType(type); in updateState() 675 private void updateDisabledUserAnimationTypes(@InsetsType int disabledUserAnimationTypes) { in updateDisabledUserAnimationTypes() [all …]
|
D | InsetsAnimationControlRunner.java | 21 import android.view.WindowInsets.Type.InsetsType; 33 @InsetsType int getTypes(); in getTypes()
|
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 | PendingInsetsController.java | 22 import android.view.WindowInsets.Type.InsetsType; 198 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation() 216 private final @InsetsType int mTypes; 230 private final @InsetsType int mTypes;
|
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 | InsetsAnimationThreadControlRunner.java | 30 import android.view.WindowInsets.Type.InsetsType; 103 @InsetsType int types, in InsetsAnimationThreadControlRunner()
|
D | InsetsSourceConsumer.java | 33 import android.view.WindowInsets.Type.InsetsType; 103 @InsetsType int[] showTypes, @InsetsType int[] hideTypes) { in setControl()
|
D | InsetsAnimationControlImpl.java | 41 import android.view.WindowInsets.Type.InsetsType; 75 private final @InsetsType int mTypes; 95 @InsetsType int types, in InsetsAnimationControlImpl() 159 @InsetsType public int getTypes() { in getTypes()
|
D | WindowManager.java | 87 import android.view.WindowInsets.Type.InsetsType; 2875 private @InsetsType int mFitInsetsTypes = Type.systemBars(); 2917 public void setFitInsetsTypes(@InsetsType int types) { in setFitInsetsTypes() 2946 public @InsetsType int getFitInsetsTypes() { in getFitInsetsTypes()
|
D | ViewRootImpl.java | 134 import android.view.WindowInsets.Type.InsetsType; 574 private @InsetsType int mTypesHiddenByFlags = 0; 2152 @InsetsType int typesToHide = 0; in controlInsetsForCompatibility() 2153 @InsetsType int typesToShow = 0; in controlInsetsForCompatibility() 7840 private void showInsets(@InsetsType int types, boolean fromIme) { in showInsets() 7844 private void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets() 9127 public void showInsets(@InsetsType int types, boolean fromIme) { in showInsets() 9135 public void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InsetsControlTarget.java | 20 import android.view.WindowInsets.Type.InsetsType; 46 default void showInsets(@InsetsType int types, boolean fromIme) { in showInsets() 55 default void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets()
|
D | InsetsPolicy.java | 45 import android.view.WindowInsets.Type.InsetsType; 136 @InsetsType int showTransient(IntArray types) { in showTransient() 137 @InsetsType int showingTransientTypes = 0; in showTransient()
|
D | WindowState.java | 228 import android.view.WindowInsets.Type.InsetsType; 3682 public void showInsets(@InsetsType int types, boolean fromIme) { in showInsets() 3691 public void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets()
|
D | DisplayPolicy.java | 173 import android.view.WindowInsets.Type.InsetsType; 2065 final @InsetsType int typesToFit = attrs.getFitInsetsTypes();
|
D | DisplayContent.java | 5786 public void showInsets(@WindowInsets.Type.InsetsType int types, boolean fromIme) { in showInsets() 5795 public void hideInsets(@WindowInsets.Type.InsetsType int types, boolean fromIme) { in hideInsets()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | BaseIWindow.java | 35 import android.view.WindowInsets.Type.InsetsType; 81 public void showInsets(@InsetsType int types, boolean fromIme) { in showInsets() 85 public void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets()
|