Searched refs:mTmpInsets (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | PinnedStackController.java | 119 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()
|
D | TaskRecord.java | 312 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/ |
D | InputMethodService.java | 431 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/ |
D | VoiceInteractionSession.java | 170 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/ |
D | hiddenapi-greylist-max-o.txt | 64628 Landroid/service/voice/VoiceInteractionSession;->mTmpInsets:Landroid/service/voice/VoiceInteraction…
|