Searched refs:touchableInsets (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | IWindowSession.aidl | 109 void setInsets(IWindow window, int touchableInsets, in Rect contentInsets, in setInsets() argument
|
/frameworks/base/services/java/com/android/server/wm/ |
D | Session.java | 174 public void setInsets(IWindow window, int touchableInsets, in setInsets() argument 176 mService.setInsetsWindow(this, window, touchableInsets, contentInsets, in setInsets()
|
D | WindowManagerService.java | 2394 int touchableInsets, Rect contentInsets, in setInsetsWindow() argument 2405 w.mTouchableInsets = touchableInsets; in setInsetsWindow()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | InputMethodService.java | 322 info.setTouchableInsets(mTmpInsets.touchableInsets); 598 public int touchableInsets; field in InputMethodService.Insets 1029 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_VISIBLE; in onComputeInsets() 2265 + " touchableInsets=" + mTmpInsets.touchableInsets in dump()
|
/frameworks/base/api/ |
D | current.txt | 9889 field public int touchableInsets;
|
D | 14.txt | 9889 field public int touchableInsets;
|