Searched refs:touchableInsets (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | IWindowSession.aidl | 141 void setInsets(IWindow window, int touchableInsets, in Rect contentInsets, in setInsets() argument
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
D | MainInteractionSession.java | 344 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_CONTENT; in onComputeInsets() 346 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_CONTENT; in onComputeInsets()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Session.java | 216 public void setInsets(IWindow window, int touchableInsets, in setInsets() argument 218 mService.setInsetsWindow(this, window, touchableInsets, contentInsets, in setInsets()
|
D | WindowManagerService.java | 1892 void setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets, in setInsetsWindow() argument 1902 + ", touchableInsets " + w.mTouchableInsets + " -> " + touchableInsets); in setInsetsWindow() 1908 w.mTouchableInsets = touchableInsets; in setInsetsWindow()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | InputMethodService.java | 447 info.setTouchableInsets(mTmpInsets.touchableInsets); 849 public int touchableInsets; field in InputMethodService.Insets 1488 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_VISIBLE; in onComputeInsets() 3089 + " touchableInsets=" + mTmpInsets.touchableInsets in dump()
|
/frameworks/base/core/java/android/service/voice/ |
D | VoiceInteractionSession.java | 992 public int touchableInsets; field in VoiceInteractionSession.Insets 1002 info.setTouchableInsets(mTmpInsets.touchableInsets); 1809 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_FRAME; in onComputeInsets()
|
/frameworks/base/api/ |
D | current.txt | 22474 field public int touchableInsets; 41894 field public int touchableInsets;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13547 field public int touchableInsets;
|