Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipBoundsState.java131 private float mBoundsScale; field in PipBoundsState
158 mBoundsScale = Math.min((float) mBounds.width() / mMaxSize.x, 1.0f); in updateBoundsScale()
185 return mBoundsScale; in getBoundsScale()
316 mPipReentryState = new PipReentryState(mBoundsScale, fraction); in saveReentryState()
636 private final float mBoundsScale; field in PipBoundsState.PipReentryState
639 mBoundsScale = boundsScale; in PipReentryState()
644 return mBoundsScale; in getBoundsScale()
654 pw.println(innerPrefix + "mBoundsScale=" + mBoundsScale); in dump()
681 pw.println(innerPrefix + "mBoundsScale" + mBoundsScale); in dump()