Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimationSpec.java51 private final Rect mRootTaskBounds = new Rect(); field in WindowAnimationSpec
74 mRootTaskBounds.set(rootTaskBounds); in WindowAnimationSpec()
112 return mRootTaskBounds; in getRootTaskBounds()
137 mTmpRect.set(mRootTaskBounds); in apply()