Searched refs:hasSizeCompatBounds (Results 1 – 7 of 7) sorted by relevance
296 boolean hasSizeCompatBounds() { in hasSizeCompatBounds() method in WindowToken
247 if (token != null && token.hasSizeCompatBounds()) { in getInsetsForWindowMetrics()
1222 mCompatScale = (mOverrideScale == 1f || mToken.hasSizeCompatBounds()) in updateGlobalScale()1236 return mToken.hasSizeCompatBounds() ? 1f : mCompatScale; in getCompatScaleForClient()1254 return mActivityRecord != null && mActivityRecord.hasSizeCompatBounds() in hasCompatScale()1385 return mToken.hasSizeCompatBounds() ? mToken.getBounds() : super.getBounds(); in getBounds()
8194 boolean hasSizeCompatBounds() { in hasSizeCompatBounds() method in ActivityRecord8271 return hasSizeCompatBounds() ? mSizeCompatScale : super.getCompatScale(); in getCompatScale()
330 assertThat(mFirstActivity.hasSizeCompatBounds()).isFalse(); in testLaunchLandscapeApp_fixedOrientationLetterboxBecomesSizeCompatAfterRotation()
836 assertTrue(mActivity.hasSizeCompatBounds()); in testFixedScreenBoundsWhenDisplaySizeChanged()4856 assertFalse(mActivity.hasSizeCompatBounds());
10503 HSPLcom/android/server/wm/ActivityRecord;->hasSizeCompatBounds()Z