Searched refs:WindowInsetsController (Results 1 – 25 of 37) sorted by relevance
12
26 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;27 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS;28 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;29 import static android.view.WindowInsetsController.APPEARANCE_OPAQUE_NAVIGATION_BARS;30 import static android.view.WindowInsetsController.APPEARANCE_OPAQUE_STATUS_BARS;31 import static android.view.WindowInsetsController.BEHAVIOR_SHOW_BARS_BY_SWIPE;32 import static android.view.WindowInsetsController.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE;34 import android.view.WindowInsetsController.Appearance;35 import android.view.WindowInsetsController.Behavior;
38 public interface WindowInsetsController { interface290 void onControllableInsetsChanged(@NonNull WindowInsetsController controller, in onControllableInsetsChanged()
34 public class PendingInsetsController implements WindowInsetsController {
2653 public @Nullable WindowInsetsController getInsetsController() { in getInsetsController()
28 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;29 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS;30 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;31 import static android.view.WindowInsetsController.APPEARANCE_OPAQUE_NAVIGATION_BARS;32 import static android.view.WindowInsetsController.APPEARANCE_OPAQUE_STATUS_BARS;37 import android.view.WindowInsetsController.Appearance;
25 import static android.view.WindowInsetsController.BEHAVIOR_SHOW_BARS_BY_TOUCH;145 final WindowInsetsController controller = mViewRootImpl.getInsetsController(); in adjustLayoutParamsForCompatibility_noAdjustAppearance()161 final WindowInsetsController controller = mViewRootImpl.getInsetsController(); in adjustLayoutParamsForCompatibility_noAdjustBehavior()
21 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS;22 import static android.view.WindowInsetsController.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE;36 import android.view.WindowInsetsController.OnControllableInsetsChangedListener;
19 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;25 import android.view.WindowInsetsController;55 @VisibleForTesting @WindowInsetsController.Appearance int mAppearance;150 @WindowInsetsController.Appearance int appearance,
19 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;20 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS;29 import android.view.WindowInsetsController.Appearance;
49 import android.view.WindowInsetsController;599 public WindowInsetsController getInsetsController() {
26 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;27 import static android.view.WindowInsetsController.APPEARANCE_OPAQUE_NAVIGATION_BARS;89 import android.view.WindowInsetsController.Appearance;
19 import static android.view.WindowInsetsController.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE;
32 import android.view.WindowInsetsController;151 WindowInsetsController.OnControllableInsetsChangedListener,171 WindowInsetsController wic = mEditText.getWindowInsetsController(); in showIme()185 public void onControllableInsetsChanged(@NonNull WindowInsetsController controller, in onControllableInsetsChanged()
32 import android.view.WindowInsetsController;64 private WindowInsetsController mWindowInsetsController;
22 import android.view.WindowInsetsController;
24 import android.view.WindowInsetsController.Appearance;
42 import android.view.WindowInsetsController;43 import android.view.WindowInsetsController.OnControllableInsetsChangedListener;
24 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS;40 import android.view.WindowInsetsController;466 @WindowInsetsController.Appearance int appearance, in onSystemBarAppearanceChanged()
19 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS;
20 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;
21 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS;22 import static android.view.WindowInsetsController.APPEARANCE_OPAQUE_STATUS_BARS;
25 import static android.view.WindowInsetsController.BEHAVIOR_SHOW_BARS_BY_SWIPE;26 import static android.view.WindowInsetsController.BEHAVIOR_SHOW_BARS_BY_TOUCH;
30 import android.view.WindowInsetsController.Appearance;
46 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;47 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS;48 import static android.view.WindowInsetsController.APPEARANCE_OPAQUE_NAVIGATION_BARS;49 import static android.view.WindowInsetsController.APPEARANCE_OPAQUE_STATUS_BARS;50 import static android.view.WindowInsetsController.BEHAVIOR_SHOW_BARS_BY_SWIPE;51 import static android.view.WindowInsetsController.BEHAVIOR_SHOW_BARS_BY_TOUCH;52 import static android.view.WindowInsetsController.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE;174 import android.view.WindowInsetsController.Appearance;
98 import android.view.WindowInsetsController;1085 final WindowInsetsController controller = getWindowInsetsController(); in updateColorViews()1338 boolean animate, boolean force, WindowInsetsController controller) { in updateColorViewInt()2552 public WindowInsetsController getWindowInsetsController() { in getWindowInsetsController()