Searched defs:displayH (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
D | DisplayCutoutTest.java | 506 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/ |
D | InputChannelCompat.java | 57 /*@Surface.Rotation*/ int rotation, int displayW, int displayH) { in createRotationMatrix()
|
D | RemoteAnimationRunnerCompat.java | 92 float displayH = 0; in toRemoteTransition() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
D | CounterRotatorHelper.java | 51 final int displayH = displayBounds.height(); in handleClosingChanges() local
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | RemoteTransitionAdapter.kt | 238 var displayH = 0f in adaptRemoteRunner() variable
|
/frameworks/base/core/java/android/view/ |
D | DisplayCutout.java | 1203 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()
|