/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
D | MainInteractionSession.java | 346 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_CONTENT; in onComputeInsets() 348 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_CONTENT; in onComputeInsets()
|
/frameworks/base/core/java/android/view/ |
D | IWindowSession.aidl | 150 oneway void setInsets(IWindow window, int touchableInsets, in Rect contentInsets, in setInsets() argument
|
D | WindowlessWindowManager.java | 491 public void setInsets(android.view.IWindow window, int touchableInsets, in setInsets() argument
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | InputMethodService.java | 736 info.setTouchableInsets(mTmpInsets.touchableInsets); 1580 public int touchableInsets; field in InputMethodService.Insets 1586 proto.write(TOUCHABLE_INSETS, touchableInsets); in dumpDebug() 2348 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_VISIBLE; in onComputeInsets() 4510 + " touchableInsets=" + mTmpInsets.touchableInsets
|
D | NavigationBarController.java | 320 switch (originalInsets.touchableInsets) { in updateTouchableInsets()
|
/frameworks/base/core/java/android/service/voice/ |
D | VoiceInteractionSession.java | 1083 public int touchableInsets; field in VoiceInteractionSession.Insets 1093 info.setTouchableInsets(mTmpInsets.touchableInsets); 2084 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_FRAME; in onComputeInsets()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Session.java | 332 public void setInsets(IWindow window, int touchableInsets, in setInsets() argument 334 mService.setInsetsWindow(this, window, touchableInsets, contentInsets, in setInsets()
|
D | WindowManagerService.java | 2174 void setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets, in setInsetsWindow() argument 2185 + ", touchableInsets " + w.mTouchableInsets + " -> " + touchableInsets); in setInsetsWindow() 2190 && w.mTouchableInsets == touchableInsets in setInsetsWindow() 2199 w.mTouchableInsets = touchableInsets; in setInsetsWindow()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 20868 field public int touchableInsets; 41710 field public int touchableInsets;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13547 field public int touchableInsets;
|