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/
DTaskTests.java625 final int longSide = 1200; in testComputeConfigResourceOverrides() local
756 final int longSide = 1200; in testInsetDisregardedWhenFreeformOverlapsNavBar() local
DActivityRecordTests.java476 final int longSide = Math.max(newConfig.screenWidthDp, newConfig.screenHeightDp); in testSetRequestedOrientationUpdatesConfiguration() local
704 final int longSide = Math.max(newConfig.screenWidthDp, newConfig.screenHeightDp); in testPushConfigurationWhenLaunchTaskBehind() local
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java8809 final int longSide = Math.max(mWidth, mHeight); in getFrameByOrientation() local