Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DPinnedStackController.java119 private final Rect mTmpInsets = new Rect(); field in PinnedStackController
530 mDisplayInfo.displayCutout, mTmpInsets); in getInsetBounds()
531 outRect.set(mTmpInsets.left + mScreenEdgeInsets.x, mTmpInsets.top + mScreenEdgeInsets.y, in getInsetBounds()
532 mDisplayInfo.logicalWidth - mTmpInsets.right - mScreenEdgeInsets.x, in getInsetBounds()
533 mDisplayInfo.logicalHeight - mTmpInsets.bottom - mScreenEdgeInsets.y); in getInsetBounds()
DTaskRecord.java312 private final Rect mTmpInsets = new Rect(); field in TaskRecord
2054 displayInfo.logicalHeight, displayInfo.displayCutout, mTmpInsets); in calculateInsetFrames()
2055 intersectWithInsetsIfFits(outNonDecorBounds, mTmpBounds, mTmpInsets); in calculateInsetFrames()
2057 policy.convertNonDecorInsetsToStableInsets(mTmpInsets, displayInfo.rotation); in calculateInsetFrames()
2058 intersectWithInsetsIfFits(outStableBounds, mTmpBounds, mTmpInsets); in calculateInsetFrames()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java431 final Insets mTmpInsets = new Insets(); field in InputMethodService
443 onComputeInsets(mTmpInsets);
444 info.contentInsets.top = mTmpInsets.contentTopInsets;
445 info.visibleInsets.top = mTmpInsets.visibleTopInsets;
446 info.touchableRegion.set(mTmpInsets.touchableRegion);
447 info.setTouchableInsets(mTmpInsets.touchableInsets);
3087 p.println(" contentTopInsets=" + mTmpInsets.contentTopInsets in dump()
3088 + " visibleTopInsets=" + mTmpInsets.visibleTopInsets in dump()
3089 + " touchableInsets=" + mTmpInsets.touchableInsets in dump()
3090 + " touchableRegion=" + mTmpInsets.touchableRegion); in dump()
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java170 final Insets mTmpInsets = new Insets(); field in VoiceInteractionSession
998 onComputeInsets(mTmpInsets);
999 info.contentInsets.set(mTmpInsets.contentInsets);
1000 info.visibleInsets.set(mTmpInsets.contentInsets);
1001 info.touchableRegion.set(mTmpInsets.touchableRegion);
1002 info.setTouchableInsets(mTmpInsets.touchableInsets);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt64628 Landroid/service/voice/VoiceInteractionSession;->mTmpInsets:Landroid/service/voice/VoiceInteraction…