Searched refs:mBoundsScale (Results 1 – 1 of 1) sorted by relevance
131 private float mBoundsScale; field in PipBoundsState158 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.PipReentryState639 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()