Home
last modified time | relevance | path

Searched refs:screenLayoutLongSet (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/window/
H A DSizeConfigurationBuckets.java76 boolean screenLayoutLongSet = false; in SizeConfigurationBuckets()
92 if (!screenLayoutLongSet && (config.screenLayout & Configuration.SCREENLAYOUT_LONG_MASK) in SizeConfigurationBuckets()
94 screenLayoutLongSet = true; in SizeConfigurationBuckets()
101 mScreenLayoutLongSet = screenLayoutLongSet; in SizeConfigurationBuckets()
283 boolean screenLayoutLongSet) { in SizeConfigurationBuckets() argument
288 this.mScreenLayoutLongSet = screenLayoutLongSet; in SizeConfigurationBuckets()
366 boolean screenLayoutLongSet = (flg & 0x10) != 0; in SizeConfigurationBuckets()
376 this.mScreenLayoutLongSet = screenLayoutLongSet; in SizeConfigurationBuckets()