Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DPerimeterPathGuide.java64 private final int mDeviceHeightPx; field in PerimeterPathGuide
89 mDeviceHeightPx = screenHeight; in PerimeterPathGuide()
206 int screenHeight = mDeviceHeightPx; in computeRegions()
223 matrix.postRotate(rotateMatrix, mDeviceWidthPx / 2, mDeviceHeightPx / 2); in computeRegions()
227 screenWidth = mDeviceHeightPx; in computeRegions()
228 matrix.postTranslate((mDeviceHeightPx in computeRegions()
229 - mDeviceWidthPx) / 2, (mDeviceWidthPx - mDeviceHeightPx) / 2); in computeRegions()