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.java92 float displayH = 0; in toRemoteTransition() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DCounterRotatorHelper.java51 final int displayH = displayBounds.height(); in handleClosingChanges() local
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DRemoteTransitionAdapter.kt238 var displayH = 0f in adaptRemoteRunner() variable
/frameworks/base/core/java/android/view/
DDisplayCutout.java1203 public static Rect computeSafeInsets(int displayW, int displayH, DisplayCutout cutout) { in computeSafeInsets()
1221 private static int findCutoutInsetForSide(int displayW, int displayH, Rect boundingRect, in findCutoutInsetForSide()