Searched refs:TOUCHABLE_INSETS_FRAME (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java137 public static final int TOUCHABLE_INSETS_FRAME = 0; field in class:ViewTreeObserver.InternalInsetsInfo
153 * {@link #TOUCHABLE_INSETS_FRAME}, {@link #TOUCHABLE_INSETS_CONTENT},
172 mTouchableInsets = TOUCHABLE_INSETS_FRAME;
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java283 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
511 public static final int TOUCHABLE_INSETS_FRAME field in class:InputMethodService.Insets
512 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
530 * be one of: {@link #TOUCHABLE_INSETS_FRAME},
/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java5211 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME:
5908 int mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;

Completed in 118 milliseconds