Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenMediaRecorder.java228 if (screenWidthAligned % vc.getWidthAlignment() != 0) { in getSupportedSize()
229 screenWidthAligned -= (screenWidthAligned % vc.getWidthAlignment()); in getSupportedSize()
255 if (scaledWidth % vc.getWidthAlignment() != 0) { in getSupportedSize()
256 scaledWidth -= (scaledWidth % vc.getWidthAlignment()); in getSupportedSize()
/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1926 public int getWidthAlignment() { in getWidthAlignment() method in MediaCodecInfo.VideoCapabilities
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14782 method public int getWidthAlignment();
/frameworks/base/core/api/
Dcurrent.txt23136 method public int getWidthAlignment();