Home
last modified time | relevance | path

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

/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
DCameraAvgFragment.java386 int textureViewHeight, int maxWidth, int maxHeight, Size aspectRatio) { in chooseOptimalSize() argument
395 if (option.getWidth() <= maxWidth && option.getHeight() <= maxHeight && in chooseOptimalSize()