Home
last modified time | relevance | path

Searched refs:mTmpInsets (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DPinnedStackController.java117 private final Rect mTmpInsets = new Rect(); field in PinnedStackController
518 mDisplayInfo.logicalHeight, mDisplayInfo.displayCutout, mTmpInsets); in getInsetBounds()
519 outRect.set(mTmpInsets.left + mScreenEdgeInsets.x, mTmpInsets.top + mScreenEdgeInsets.y, in getInsetBounds()
520 mDisplayInfo.logicalWidth - mTmpInsets.right - mScreenEdgeInsets.x, in getInsetBounds()
521 mDisplayInfo.logicalHeight - mTmpInsets.bottom - mScreenEdgeInsets.y); in getInsetBounds()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java418 final Insets mTmpInsets = new Insets(); field in InputMethodService
430 onComputeInsets(mTmpInsets);
431 info.contentInsets.top = mTmpInsets.contentTopInsets;
432 info.visibleInsets.top = mTmpInsets.visibleTopInsets;
433 info.touchableRegion.set(mTmpInsets.touchableRegion);
434 info.setTouchableInsets(mTmpInsets.touchableInsets);
2903 p.println(" contentTopInsets=" + mTmpInsets.contentTopInsets in dump()
2904 + " visibleTopInsets=" + mTmpInsets.visibleTopInsets in dump()
2905 + " touchableInsets=" + mTmpInsets.touchableInsets in dump()
2906 + " touchableRegion=" + mTmpInsets.touchableRegion); in dump()
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java136 final Insets mTmpInsets = new Insets(); field in VoiceInteractionSession
939 onComputeInsets(mTmpInsets);
940 info.contentInsets.set(mTmpInsets.contentInsets);
941 info.visibleInsets.set(mTmpInsets.contentInsets);
942 info.touchableRegion.set(mTmpInsets.touchableRegion);
943 info.setTouchableInsets(mTmpInsets.touchableInsets);
/frameworks/base/config/
Dhiddenapi-light-greylist.txt2696 Landroid/inputmethodservice/InputMethodService;->mTmpInsets:Landroid/inputmethodservice/InputMethod…