Searched refs:SCREEN_WIDTH_PX (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/touch/ |
D | BouncerSwipeTouchHandlerTest.java | 124 private static final int SCREEN_WIDTH_PX = 1024; field in BouncerSwipeTouchHandlerTest 176 expected.set(0, Math.round(SCREEN_HEIGHT_PX * (1 - TOUCH_REGION)), SCREEN_WIDTH_PX, in testSessionStart() 212 expected.set(0, Math.round(SCREEN_HEIGHT_PX * (1 - TOUCH_REGION)), SCREEN_WIDTH_PX, in testSessionStart_doesNotModifyNotificationShadeWindow() 225 new Rect(0, 0, SCREEN_WIDTH_PX, SCREEN_HEIGHT_PX)); in testSwipeUp_whenBouncerInitiallyShowing_reduceHeightWithExclusionRects() 234 expected.set(0, minAllowableBottom, SCREEN_WIDTH_PX, SCREEN_HEIGHT_PX); in testSwipeUp_whenBouncerInitiallyShowing_reduceHeightWithExclusionRects() 245 new Rect(0, 0, SCREEN_WIDTH_PX, SCREEN_HEIGHT_PX / 4)); in testSwipeUp_exclusionRectAtTop_doesNotIntersectGestureArea() 251 expected.set(0, gestureAreaTop, SCREEN_WIDTH_PX, SCREEN_HEIGHT_PX); in testSwipeUp_exclusionRectAtTop_doesNotIntersectGestureArea() 265 Rect exclusionRect = new Rect(0, 0, SCREEN_WIDTH_PX, in testSwipeUp_exclusionRectBetweenNormalAndMinimumSwipeArea() 276 expected.set(0, expectedSwipeAreaBottom, SCREEN_WIDTH_PX, SCREEN_HEIGHT_PX); in testSwipeUp_exclusionRectBetweenNormalAndMinimumSwipeArea()
|
/frameworks/base/core/java/android/content/res/ |
D | Configuration.java | 43 import static android.content.ResourcesConfigurationProto.SCREEN_WIDTH_PX; 1535 protoOutputStream.write(SCREEN_WIDTH_PX, width); in writeResConfigToProto()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 14033 Landroid/content/ResourcesConfigurationProto;->SCREEN_WIDTH_PX:J
|