Home
last modified time | relevance | path

Searched refs:touchableInsets (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/
DIWindowSession.aidl141 void setInsets(IWindow window, int touchableInsets, in Rect contentInsets, in setInsets() argument
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainInteractionSession.java344 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/
DSession.java216 public void setInsets(IWindow window, int touchableInsets, in setInsets() argument
218 mService.setInsetsWindow(this, window, touchableInsets, contentInsets, in setInsets()
DWindowManagerService.java1892 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/
DInputMethodService.java447 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/
DVoiceInteractionSession.java992 public int touchableInsets; field in VoiceInteractionSession.Insets
1002 info.setTouchableInsets(mTmpInsets.touchableInsets);
1809 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_FRAME; in onComputeInsets()
/frameworks/base/api/
Dcurrent.txt22474 field public int touchableInsets;
41894 field public int touchableInsets;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13547 field public int touchableInsets;