Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java591 public void setSmallScreen(boolean smallScreen) { in setSmallScreen() argument
592 mIsSmallScreen = smallScreen; in setSmallScreen()
/aosp14/frameworks/base/tools/aapt/
H A DCommand.cpp1074 int smallScreen = 1; in doDump() local
1573 smallScreen = AaptXml::getIntegerAttribute(tree, in doDump()
2276 if (smallScreen > 0 && normalScreen > 0 && largeScreen > 0 && xlargeScreen > 0 in doDump()
2283 smallScreen = -1; in doDump()
2285 smallScreen = 0; in doDump()
2308 if (smallScreen > 0) { in doDump()
2309 smallScreen = targetSdk >= SDK_DONUT ? -1 : 0; in doDump()
2328 if (smallScreen != 0) { in doDump()