/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsColumnLayout.java | 140 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/ |
D | SkiaDisplayList.cpp | 55 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/ |
D | RemoteHardwareConfig.java | 53 float ydpi, ScreenSize screenSize, ScreenOrientation orientation, in RemoteHardwareConfig() argument 60 mScreenSize = screenSize; in RemoteHardwareConfig()
|
/frameworks/base/libs/hwui/ |
D | TreeInfo.cpp | 29 , screenSize(canvasContext.getNextFrameSize()) {} in TreeInfo()
|
D | TreeInfo.h | 100 const SkISize screenSize; variable
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | RenderAction.java | 337 ScreenSize screenSize = hardwareConfig.getScreenSize(); in getConfiguration() local 338 if (screenSize != null) { in getConfiguration() 339 switch (screenSize) { in getConfiguration()
|
/frameworks/base/native/android/ |
D | configuration.cpp | 194 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/ |
D | configuration.h | 636 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 1986 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/ |
D | Command.cpp | 339 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/ |
D | AccessibilityManagerService.java | 3111 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/ |
D | ResourceTypes.h | 1068 uint32_t screenSize; member
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 1042 field public static final int screenSize = 16843466; // 0x10102ca
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 1169 field public static final int screenSize = 16843466; // 0x10102ca
|
/frameworks/base/api/ |
D | current.txt | 1169 field public static final int screenSize = 16843466; // 0x10102ca
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 90785 Lcom/android/internal/R$attr;->screenSize:I
|