[go: nahoru, domu]

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java402 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
405 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java218 * the option {@link #TOUCHABLE_INSETS_REGION}.
244 public static final int TOUCHABLE_INSETS_REGION = 3; field in class:ViewTreeObserver.InternalInsetsInfo
249 * {@link #TOUCHABLE_INSETS_VISIBLE}, or {@link #TOUCHABLE_INSETS_REGION}.
/frameworks/base/services/core/java/com/android/server/policy/
H A DImmersiveModeConfirmation.java237 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java906 * {@link #touchableInsets} is set to {@link #TOUCHABLE_INSETS_REGION}.
929 public static final int TOUCHABLE_INSETS_REGION field in class:VoiceInteractionSession.Insets
930 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
935 * {@link #TOUCHABLE_INSETS_CONTENT}, or {@link #TOUCHABLE_INSETS_REGION}.
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java599 * {@link #touchableInsets} is set to {@link #TOUCHABLE_INSETS_REGION}.
629 public static final int TOUCHABLE_INSETS_REGION field in class:InputMethodService.Insets
630 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
636 * or {@link #TOUCHABLE_INSETS_REGION}.
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java65 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
2204 case TOUCHABLE_INSETS_REGION: {
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerView.java1024 inoutInfo.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java362 .TOUCHABLE_INSETS_REGION);

Completed in 1935 milliseconds