Searched defs:touchableInsets (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java219 public void setInsets(IWindow window, int touchableInsets, argument
221 mService.setInsetsWindow(this, window, touchableInsets, contentInsets,
H A DWindowManagerService.java2962 int touchableInsets, Rect contentInsets,
2973 w.mTouchableInsets = touchableInsets;
2961 setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets, Rect visibleInsets, Region touchableRegion) argument
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java336 info.setTouchableInsets(mTmpInsets.touchableInsets);
591 * {@link #touchableInsets} is set to {@link #TOUCHABLE_INSETS_REGION}.
597 * Option for {@link #touchableInsets}: the entire window frame
604 * Option for {@link #touchableInsets}: the area inside of
611 * Option for {@link #touchableInsets}: the area inside of
618 * Option for {@link #touchableInsets}: the region specified by
630 public int touchableInsets; field in class:InputMethodService.Insets
1098 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_VISIBLE;
2479 + " touchableInsets=" + mTmpInsets.touchableInsets
[all...]
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java879 * {@link #touchableInsets} is set to {@link #TOUCHABLE_INSETS_REGION}.
885 * Option for {@link #touchableInsets}: the entire window frame
892 * Option for {@link #touchableInsets}: the area inside of
899 * Option for {@link #touchableInsets}: the region specified by
910 public int touchableInsets; field in class:VoiceInteractionSession.Insets
920 info.setTouchableInsets(mTmpInsets.touchableInsets);
1427 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_FRAME;

Completed in 113 milliseconds