Home
last modified time | relevance | path

Searched refs:viewRoot (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
DZoomButtonsController.java503 ViewRootImpl viewRoot = mOwnerView.getViewRootImpl(); in onContainerKey() local
504 if (viewRoot != null) { in onContainerKey()
505 viewRoot.dispatchInputEvent(event); in onContainerKey()
/frameworks/base/core/java/android/view/
DSurfaceView.java430 ViewRootImpl viewRoot = getViewRootImpl(); in updateWindow() local
431 if (viewRoot != null) { in updateWindow()
432 mTranslator = viewRoot.mTranslator; in updateWindow()
DView.java7695 ViewRootImpl viewRoot = getViewRootImpl();
7696 if (viewRoot != null) {
7697 viewRoot.ensureTouchMode(false);
17442 ViewRootImpl viewRoot = getViewRootImpl();
17443 return (viewRoot != null && viewRoot.isInLayout());
17463 ViewRootImpl viewRoot = getViewRootImpl();
17464 if (viewRoot != null && viewRoot.isInLayout()) {
17465 if (!viewRoot.requestLayoutDuringLayout(this)) {
DViewGroup.java2150 ViewRootImpl viewRoot = getViewRootImpl(); in findChildWithAccessibilityFocus() local
2151 if (viewRoot == null) { in findChildWithAccessibilityFocus()
2155 View current = viewRoot.getAccessibilityFocusedHost(); in findChildWithAccessibilityFocus()