Home
last modified time | relevance | path

Searched defs:longSide (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskRecordTests.java345 final int longSide = 1200; in testComputeConfigResourceOverrides() local
449 final int longSide = 1200; in testInsetDisregardedWhenFreeformOverlapsNavBar() local
DActivityRecordTests.java370 final int longSide = Math.max(newConfig.screenWidthDp, newConfig.screenHeightDp); in testSetRequestedOrientationUpdatesConfiguration() local
553 final int longSide = Math.max(newConfig.screenWidthDp, newConfig.screenHeightDp); in testPushConfigurationWhenLaunchTaskBehind() local
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java7727 final int longSide = Math.max(mWidth, mHeight); in getFrameByOrientation() local