Searched refs:mTmpInsets (Results 1 – 4 of 4) sorted by relevance
117 private final Rect mTmpInsets = new Rect(); field in PinnedStackController518 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()
418 final Insets mTmpInsets = new Insets(); field in InputMethodService430 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()
136 final Insets mTmpInsets = new Insets(); field in VoiceInteractionSession939 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);
2696 Landroid/inputmethodservice/InputMethodService;->mTmpInsets:Landroid/inputmethodservice/InputMethod…