Home
last modified time | relevance | path

Searched refs:SCREEN_HEIGHT_PX (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/touch/
DBouncerSwipeTouchHandlerTest.java125 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/
DConfiguration.java42 import static android.content.ResourcesConfigurationProto.SCREEN_HEIGHT_PX;
1536 protoOutputStream.write(SCREEN_HEIGHT_PX, height); in writeResConfigToProto()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt14032 Landroid/content/ResourcesConfigurationProto;->SCREEN_HEIGHT_PX:J