Searched refs:getInsetsController (Results 1 – 10 of 10) sorted by relevance
188 final WindowInsetsController controller = mViewRootImpl.getInsetsController(); in adjustLayoutParamsForCompatibility_noAdjustAppearance()209 final WindowInsetsController controller = mViewRootImpl.getInsetsController(); in adjustLayoutParamsForCompatibility_noAdjustBehavior()
202 private val windowInsetsController = window?.let { WindowCompat.getInsetsController(it, view) } in <lambda>()
658 public WindowInsetsController getInsetsController() {
2791 public @Nullable WindowInsetsController getInsetsController() { in getInsetsController() method in Window
2589 getInsetsController().hide(typesToHide); in controlInsetsForCompatibility()2592 getInsetsController().show(typesToShow); in controlInsetsForCompatibility()2775 public InsetsController getInsetsController() { in getInsetsController() method in ViewRootImpl8921 getInsetsController().getHost().getInputMethodManager(), null /* icProto */); in dispatchResized()8953 getInsetsController().getHost().getInputMethodManager(), null /* icProto */); in dispatchInsetsControlChanged()10329 viewAncestor.getInsetsController().getHost().getInputMethodManager(), in showInsets()10343 viewAncestor.getInsetsController().getHost().getInputMethodManager(), in hideInsets()
12144 return mAttachInfo.mViewRootImpl.getInsetsController(); in getWindowInsetsController()12151 return ((ViewRootImpl) parent).getInsetsController(); in getWindowInsetsController()
3958 public WindowInsetsController getInsetsController() {
18123 HSPLandroid/view/ViewRootImpl;->getInsetsController()Landroid/view/InsetsController;
18186 HSPLandroid/view/ViewRootImpl;->getInsetsController()Landroid/view/InsetsController;
51042 method @Nullable public android.view.WindowInsetsController getInsetsController();