Searched refs:TOUCHABLE_INSETS_REGION (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java198 * the option {@link #TOUCHABLE_INSETS_REGION}.
224 public static final int TOUCHABLE_INSETS_REGION = 3; field in class:ViewTreeObserver.InternalInsetsInfo
229 * {@link #TOUCHABLE_INSETS_VISIBLE}, or {@link #TOUCHABLE_INSETS_REGION}.
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java567 * {@link #touchableInsets} is set to {@link #TOUCHABLE_INSETS_REGION}.
597 public static final int TOUCHABLE_INSETS_REGION field in class:InputMethodService.Insets
598 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
604 * or {@link #TOUCHABLE_INSETS_REGION}.
/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java1235 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION: {
H A DWindowManagerService.java2715 window.mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;

Completed in 105 milliseconds