Home
last modified time | relevance | path

Searched defs:displayH (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DDisplayCutoutTest.java506 int displayW = 500, displayH = 1000; in testGetRotatedBounds_top_rot0() local
519 int displayW = 500, displayH = 1000; in testGetRotatedBounds_top_rot90() local
532 int displayW = 500, displayH = 1000; in testGetRotatedBounds_top_rot180() local
546 int displayW = 500, displayH = 1000; in testGetRotatedBounds_top_rot270() local
559 int displayW = 500, displayH = 1000; in testGetRotatedBounds_top_rot90to180() local
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DInputChannelCompat.java57 /*@Surface.Rotation*/ int rotation, int displayW, int displayH) { in createRotationMatrix()
DRemoteAnimationRunnerCompat.java97 float displayH = 0; in wrap() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DCounterRotatorHelper.java52 final int displayH = displayBounds.height(); in handleClosingChanges() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardService.java162 float displayH = parent.getEndAbsBounds().height(); in wrap() local
/frameworks/base/core/java/android/view/
DDisplayCutout.java1204 public static Rect computeSafeInsets(int displayW, int displayH, DisplayCutout cutout) { in computeSafeInsets()
1222 private static int findCutoutInsetForSide(int displayW, int displayH, Rect boundingRect, in findCutoutInsetForSide()