Searched refs:touchableInsets (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | IWindowSession.aidl | 164 void setInsets(IWindow window, int touchableInsets, in Rect contentInsets, in setInsets() argument
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
D | MainInteractionSession.java | 327 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/ |
D | Session.java | 236 public void setInsets(IWindow window, int touchableInsets, in setInsets() argument 238 mService.setInsetsWindow(this, window, touchableInsets, contentInsets, in setInsets()
|
D | WindowManagerService.java | 2617 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/ |
D | InputMethodService.java | 343 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/ |
D | VoiceInteractionSession.java | 937 public int touchableInsets; field in VoiceInteractionSession.Insets 947 info.setTouchableInsets(mTmpInsets.touchableInsets); 1501 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_FRAME; in onComputeInsets()
|
/frameworks/base/api/ |
D | current.txt | 18867 field public int touchableInsets; 34907 field public int touchableInsets;
|
D | system-current.txt | 20068 field public int touchableInsets; 37724 field public int touchableInsets;
|
D | test-current.txt | 18880 field public int touchableInsets; 34984 field public int touchableInsets;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13547 field public int touchableInsets;
|