Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenMediaRecorder.java228 if (screenHeightAligned % vc.getHeightAlignment() != 0) { in getSupportedSize()
229 screenHeightAligned -= (screenHeightAligned % vc.getHeightAlignment()); in getSupportedSize()
254 if (scaledHeight % vc.getHeightAlignment() != 0) { in getSupportedSize()
255 scaledHeight -= (scaledHeight % vc.getHeightAlignment()); in getSupportedSize()
/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1750 public int getHeightAlignment() { in getHeightAlignment() method in MediaCodecInfo.VideoCapabilities
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt23078 method public int getHeightAlignment();