Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsColumnLayout.java140 int screenSize; in shouldSnapToPowerButton() local
145 screenSize = getMeasuredHeight(); in shouldSnapToPowerButton()
148 screenSize = getMeasuredWidth(); in shouldSnapToPowerButton()
150 return dialogSize + offsetSize < screenSize; in shouldSnapToPowerButton()
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaDisplayList.cpp55 static bool intersects(const SkISize screenSize, const Matrix4& mat, const SkRect& bounds) { in intersects() argument
75 return SkRect::Make(screenSize).intersects(SkRect::MakeLTRB(minX, minY, maxX, maxY)); in intersects()
143 if (intersects(info.screenSize, totalMatrix, bounds)) { in prepareListAndChildren()
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteHardwareConfig.java53 float ydpi, ScreenSize screenSize, ScreenOrientation orientation, in RemoteHardwareConfig() argument
60 mScreenSize = screenSize; in RemoteHardwareConfig()
/frameworks/base/libs/hwui/
DTreeInfo.cpp29 , screenSize(canvasContext.getNextFrameSize()) {} in TreeInfo()
DTreeInfo.h100 const SkISize screenSize; variable
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java337 ScreenSize screenSize = hardwareConfig.getScreenSize(); in getConfiguration() local
338 if (screenSize != null) { in getConfiguration()
339 switch (screenSize) { in getConfiguration()
/frameworks/base/native/android/
Dconfiguration.cpp194 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize) { in AConfiguration_setScreenSize() argument
196 | (screenSize&ResTable_config::MASK_SCREENSIZE); in AConfiguration_setScreenSize()
/frameworks/native/include/android/
Dconfiguration.h636 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1986 if (screenSize != o.screenSize) { in compare()
1987 return (screenSize > o.screenSize) ? 1 : -1; in compare()
2088 if (screenSize != o.screenSize) diffs |= CONFIG_SCREEN_SIZE; in diff()
2265 if (screenSize || o.screenSize) { in isMoreSpecificThan()
2637 if (screenSize || o.screenSize) { in isBetterThan()
2739 const int screenSize = screenLayout&MASK_SCREENSIZE; in match() local
2743 if (screenSize != 0 && screenSize > setScreenSize) { in match()
2845 if (screenSize != 0) { in match()
3427 if (screenSize != 0) { in toString()
/frameworks/base/tools/aapt/
DCommand.cpp339 int32_t screenSize = AaptXml::getIntegerAttribute(tree, in printCompatibleScreens() local
343 if (screenSize > 0 && screenDensity > 0) { in printCompatibleScreens()
348 printf("'%d/%d'", screenSize, screenDensity); in printCompatibleScreens()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java3111 Point screenSize = mTempPoint; in getAccessibilityFocusClickPointInScreenNotLocked() local
3112 mDefaultDisplay.getRealSize(screenSize); in getAccessibilityFocusClickPointInScreenNotLocked()
3113 if (!boundsInScreen.intersect(0, 0, screenSize.x, screenSize.y)) { in getAccessibilityFocusClickPointInScreenNotLocked()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1068 uint32_t screenSize; member
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1042 field public static final int screenSize = 16843466; // 0x10102ca
/frameworks/base/non-updatable-api/
Dcurrent.txt1169 field public static final int screenSize = 16843466; // 0x10102ca
/frameworks/base/api/
Dcurrent.txt1169 field public static final int screenSize = 16843466; // 0x10102ca
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt90785 Lcom/android/internal/R$attr;->screenSize:I