Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DIWindowSession.aidl164 void setInsets(IWindow window, int touchableInsets, in Rect contentInsets, in setInsets() argument
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainInteractionSession.java327 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_CONTENT; in onComputeInsets()
329 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_CONTENT; in onComputeInsets()
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java236 public void setInsets(IWindow window, int touchableInsets, in setInsets() argument
238 mService.setInsetsWindow(this, window, touchableInsets, contentInsets, in setInsets()
DWindowManagerService.java2617 void setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets, in setInsetsWindow() argument
2627 + ", touchableInsets " + w.mTouchableInsets + " -> " + touchableInsets); in setInsetsWindow()
2633 w.mTouchableInsets = touchableInsets; in setInsetsWindow()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java343 info.setTouchableInsets(mTmpInsets.touchableInsets);
638 public int touchableInsets; field in InputMethodService.Insets
1209 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_VISIBLE; in onComputeInsets()
2652 + " touchableInsets=" + mTmpInsets.touchableInsets in dump()
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java937 public int touchableInsets; field in VoiceInteractionSession.Insets
947 info.setTouchableInsets(mTmpInsets.touchableInsets);
1501 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_FRAME; in onComputeInsets()
/frameworks/base/api/
Dcurrent.txt18867 field public int touchableInsets;
34907 field public int touchableInsets;
Dsystem-current.txt20068 field public int touchableInsets;
37724 field public int touchableInsets;
Dtest-current.txt18880 field public int touchableInsets;
34984 field public int touchableInsets;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13547 field public int touchableInsets;