Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/
H A DSelfManagedAnswerVideoCallScreen.java49 private static final int MAX_WIDTH = 1920; field in SelfManagedAnswerVideoCallScreen
197 if (candidateSize.getWidth() < MAX_WIDTH) { in getOptimalSize()
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayAdapter.java115 private static final int MAX_WIDTH = 4096; field in OverlayDisplayAdapter
216 if (width >= MIN_WIDTH && width <= MAX_WIDTH in updateOverlayDisplayDevicesLocked()
/aosp12/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DCameraOps.java286 final int MAX_WIDTH = 1280; in getBestSize() local
299 if (candidateSize.getWidth() > MAX_WIDTH) continue; in getBestSize()
/aosp12/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DCameraOps.java311 final int MAX_WIDTH = 640; in getBestSize() local
323 if (candidateSize.getWidth() <= MAX_WIDTH) { in getBestSize()
/aosp12/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java688 proto.write(WidgetProto.MAX_WIDTH, in dumpProtoWidget()