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

/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java288 info.setTouchableInsets(mTmpInsets.touchableInsets);
508 * Option for {@link #touchableInsets}: the entire window frame
515 * Option for {@link #touchableInsets}: the area inside of
522 * Option for {@link #touchableInsets}: the area inside of
533 public int touchableInsets; field in class:InputMethodService.Insets
939 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_VISIBLE;
2121 + " touchableInsets=" + mTmpInsets.touchableInsets);
/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java2195 int touchableInsets, Rect contentInsets,
2205 w.mTouchableInsets = touchableInsets;
5687 public void setInsets(IWindow window, int touchableInsets, argument
5689 setInsetsWindow(this, window, touchableInsets, contentInsets,
2194 setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets, Rect visibleInsets) argument

Completed in 337 milliseconds