Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
H A DTaskView.java71 private final Rect mTmpRootRect = new Rect(); field in TaskView
249 mTmpRootRect.set(mTmpLocation[0], mTmpLocation[1], root.getWidth(), root.getHeight()); in onComputeInternalInsets()
250 inoutInfo.touchableRegion.set(mTmpRootRect); in onComputeInternalInsets()