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

/frameworks/base/services/java/com/android/server/wm/
H A DSession.java211 public void setInsets(IWindow window, int touchableInsets, argument
213 mService.setInsetsWindow(this, window, touchableInsets, contentInsets,
H A DWindowManagerService.java2550 int touchableInsets, Rect contentInsets,
2561 w.mTouchableInsets = touchableInsets;
2549 setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets, Rect visibleInsets, Region touchableRegion) argument
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java325 info.setTouchableInsets(mTmpInsets.touchableInsets);
568 * {@link #touchableInsets} is set to {@link #TOUCHABLE_INSETS_REGION}.
574 * Option for {@link #touchableInsets}: the entire window frame
581 * Option for {@link #touchableInsets}: the area inside of
588 * Option for {@link #touchableInsets}: the area inside of
595 * Option for {@link #touchableInsets}: the region specified by
607 public int touchableInsets; field in class:InputMethodService.Insets
1064 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_VISIBLE;
2371 + " touchableInsets=" + mTmpInsets.touchableInsets
[all...]

Completed in 83 milliseconds