Searched refs:hasSizeCompatBounds (Results 1 – 7 of 7) sorted by relevance
290 boolean hasSizeCompatBounds() { in hasSizeCompatBounds() method in WindowToken
245 if (token != null && token.hasSizeCompatBounds()) { in getInsetsForWindowMetrics()
1218 mCompatScale = (mOverrideScale == 1f || mToken.hasSizeCompatBounds()) in updateGlobalScale()1232 return mToken.hasSizeCompatBounds() ? 1f : mCompatScale; in getCompatScaleForClient()1251 return mActivityRecord != null && mActivityRecord.hasSizeCompatBounds() in hasCompatScale()1387 return mToken.hasSizeCompatBounds() ? mToken.getBounds() : super.getBounds(); in getBounds()
8437 boolean hasSizeCompatBounds() { in hasSizeCompatBounds() method in ActivityRecord8519 return hasSizeCompatBounds() ? mSizeCompatScale : super.getCompatScale(); in getCompatScale()
340 assertThat(mFirstActivity.hasSizeCompatBounds()).isFalse(); in testLaunchLandscapeApp_fixedOrientationLetterboxBecomesSizeCompatAfterRotation()
562 assertTrue(mActivity.hasSizeCompatBounds()); in testFixedScreenBoundsWhenDisplaySizeChanged()4865 assertFalse(activity.hasSizeCompatBounds());
25616 PLcom/android/server/wm/ActivityRecord;->hasSizeCompatBounds()Z30097 PLcom/android/server/wm/WindowToken;->hasSizeCompatBounds()Z