Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
DPipManager.java137 private Rect mPipBounds; field in PipManager
212 mPipBounds = mDefaultPipBounds; in initialize()
341 mCurrentPipBounds = mPipBounds; in resizePinnedStack()
350 mCurrentPipBounds = mPipBounds; in resizePinnedStack()
370 return mPipBounds; in getPipBounds()
581 if (mPipBounds != bounds) {
582 mPipBounds = bounds;
611 mCurrentPipBounds = mPipBounds;