Searched refs:getInsetsController (Results 1 – 14 of 14) sorted by relevance
51 WindowCompat.getInsetsController(window, view).isAppearanceLightStatusBars = darkTheme in JetpackTheme()
646 .getInsetsController().hide(captionBar())); in testShowHideImeNavigationBar_doesDrawImeNavBar()652 .getInsetsController().show(captionBar())); in testShowHideImeNavigationBar_doesDrawImeNavBar()683 .getInsetsController().hide(captionBar())); in testShowHideImeNavigationBar_doesNotDrawImeNavBar()689 .getInsetsController().show(captionBar())); in testShowHideImeNavigationBar_doesNotDrawImeNavBar()
202 private val windowInsetsController = window?.let { WindowCompat.getInsetsController(it, view) } in <lambda>()
561 public WindowInsetsController getInsetsController() {
269 final InsetsController controller = mViewRootImpl.getInsetsController(); in adjustLayoutParamsForCompatibility_noAdjustAppearance()292 final InsetsController controller = mViewRootImpl.getInsetsController(); in adjustLayoutParamsForCompatibility_noAdjustBehavior()
920 mCurRootView.getInsetsController().hide(WindowInsets.Type.ime()); in onWindowLostFocus()1359 && mCurRootView.getInsetsController() != null) { in handleMessage()1360 mCurRootView.getInsetsController().hide(WindowInsets.Type.ime()); in handleMessage()2339 if ((mCurRootView.getInsetsController().computeUserAnimatingTypes() in showSoftInput()
2987 public @Nullable WindowInsetsController getInsetsController() { in getInsetsController() method in Window
3151 getInsetsController().hide(typesToHide); in controlInsetsForCompatibility()3154 getInsetsController().show(typesToShow); in controlInsetsForCompatibility()3319 public InsetsController getInsetsController() { in getInsetsController() method in ViewRootImpl11392 viewAncestor.getInsetsController().getHost().getInputMethodManager(), in resized()11437 viewAncestor.getInsetsController().getHost().getInputMethodManager(), in insetsControlChanged()11465 viewAncestor.getInsetsController().getHost().getInputMethodManager(), in showInsets()11482 viewAncestor.getInsetsController().getHost().getInputMethodManager(), in hideInsets()
13340 return mAttachInfo.mViewRootImpl.getInsetsController();13347 return ((ViewRootImpl) parent).getInsetsController();
4092 public WindowInsetsController getInsetsController() {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
18123 HSPLandroid/view/ViewRootImpl;->getInsetsController()Landroid/view/InsetsController;
18187 HSPLandroid/view/ViewRootImpl;->getInsetsController()Landroid/view/InsetsController;
54088 method @Nullable public android.view.WindowInsetsController getInsetsController();