Searched refs:InsetType (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | WindowInsetsController.java | 22 import android.view.WindowInsets.Type.InsetType; 43 void show(@InsetType int types); in show() 56 void hide(@InsetType int types); in hide() 67 void controlWindowInsetsAnimation(@InsetType int types, in controlWindowInsetsAnimation()
|
D | WindowInsets.java | 41 import android.view.WindowInsets.Type.InsetType; 179 private static Insets getInsets(Insets[] typeInsetsMap, @InsetType int typeMask) { in getInsets() 201 private static void setInsets(Insets[] typeInsetsMap, @InsetType int typeMask, Insets insets) { in setInsets() 293 public Insets getInsets(@InsetType int typeMask) { in getInsets() 316 public Insets getMaxInsets(@InsetType int typeMask) throws IllegalArgumentException { in getMaxInsets() 332 public boolean isVisible(@InsetType int typeMask) { in isVisible() 1011 public Builder setInsets(@InsetType int typeMask, @NonNull Insets insets) { in setInsets() 1042 public Builder setMaxInsets(@InsetType int typeMask, @NonNull Insets insets) in setMaxInsets() 1066 public Builder setVisible(@InsetType int typeMask, boolean visible) { in setVisible() 1156 static int indexOf(@InsetType int type) { in indexOf() [all …]
|
D | WindowInsetsAnimationController.java | 21 import android.view.WindowInsets.Type.InsetType; 65 @InsetType int getTypes(); in getTypes() 97 void finish(@InsetType int shownTypes); in finish()
|
D | InsetsController.java | 41 import android.view.WindowInsets.Type.InsetType; 223 public void show(@InsetType int types) { in show() 227 private void show(@InsetType int types, boolean fromIme) { in show() 253 public void hide(@InsetType int types) { in hide() 272 public void controlWindowInsetsAnimation(@InsetType int types, in controlWindowInsetsAnimation() 277 private void controlWindowInsetsAnimation(@InsetType int types, in controlWindowInsetsAnimation() 288 private void controlAnimationUnchecked(@InsetType int types, in controlAnimationUnchecked() 367 private int collectPendingConsumers(@InsetType int typesReady, in collectPendingConsumers() 381 private void cancelExistingControllers(@InsetType int types) { in cancelExistingControllers() 494 private void applyAnimation(@InsetType final int types, boolean show, boolean fromIme) { in applyAnimation() [all …]
|
D | WindowInsetsAnimationControlListener.java | 20 import android.view.WindowInsets.Type.InsetType; 41 void onReady(@NonNull WindowInsetsAnimationController controller, @InsetType int types); in onReady()
|
D | WindowInsetsAnimationListener.java | 64 private final @WindowInsets.Type.InsetType int mTypeMask; 80 public @WindowInsets.Type.InsetType int getTypeMask() { in getTypeMask()
|
D | InsetsAnimationControlImpl.java | 36 import android.view.WindowInsets.Type.InsetType; 67 private final @InsetType int mTypes; 81 @InsetType int types, in InsetsAnimationControlImpl() 122 @InsetType
|
D | InsetsState.java | 36 import android.view.WindowInsets.Type.InsetType; 303 public static @InternalInsetType ArraySet<Integer> toInternalType(@InsetType int insetTypes) { in toInternalType() 319 static @InsetType int toPublicType(@InternalInsetType int type) { in toPublicType() 343 public static boolean getDefaultVisibility(@InsetType int type) { in getDefaultVisibility()
|