Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java853 View inputFrameRootView = mInputFrame.getRootView(); in setImeExclusionRect() local
854 Rect r = new Rect(0, visibleTopInsets, inputFrameRootView.getWidth(), in setImeExclusionRect()
855 inputFrameRootView.getHeight()); in setImeExclusionRect()
856 inputFrameRootView.setSystemGestureExclusionRects(Collections.singletonList(r)); in setImeExclusionRect()