Searched refs:SCREEN_HEIGHT_PX (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/touch/ |
D | BouncerSwipeTouchHandlerTest.java | 125 private static final int SCREEN_HEIGHT_PX = 100; field in BouncerSwipeTouchHandlerTest 176 expected.set(0, Math.round(SCREEN_HEIGHT_PX * (1 - TOUCH_REGION)), SCREEN_WIDTH_PX, in testSessionStart() 177 SCREEN_HEIGHT_PX); in testSessionStart() 212 expected.set(0, Math.round(SCREEN_HEIGHT_PX * (1 - TOUCH_REGION)), SCREEN_WIDTH_PX, in testSessionStart_doesNotModifyNotificationShadeWindow() 213 SCREEN_HEIGHT_PX); in testSessionStart_doesNotModifyNotificationShadeWindow() 225 new Rect(0, 0, SCREEN_WIDTH_PX, SCREEN_HEIGHT_PX)); in testSwipeUp_whenBouncerInitiallyShowing_reduceHeightWithExclusionRects() 231 SCREEN_HEIGHT_PX * MIN_BOUNCER_HEIGHT; in testSwipeUp_whenBouncerInitiallyShowing_reduceHeightWithExclusionRects() 232 final int minAllowableBottom = SCREEN_HEIGHT_PX - Math.round(minBouncerHeight); 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() [all …]
|
/frameworks/base/core/java/android/content/res/ |
D | Configuration.java | 42 import static android.content.ResourcesConfigurationProto.SCREEN_HEIGHT_PX; 1536 protoOutputStream.write(SCREEN_HEIGHT_PX, height); in writeResConfigToProto()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 14032 Landroid/content/ResourcesConfigurationProto;->SCREEN_HEIGHT_PX:J
|