Searched refs:inputFrameRootView (Results 1 – 1 of 1) sorted by relevance
853 View inputFrameRootView = mInputFrame.getRootView(); in setImeExclusionRect() local854 Rect r = new Rect(0, visibleTopInsets, inputFrameRootView.getWidth(), in setImeExclusionRect()855 inputFrameRootView.getHeight()); in setImeExclusionRect()856 inputFrameRootView.setSystemGestureExclusionRects(Collections.singletonList(r)); in setImeExclusionRect()