Home
last modified time | relevance | path

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

/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
DAutoFitTextureView.java61 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument
62 super.onMeasure(widthMeasureSpec, heightMeasureSpec); in onMeasure()
63 int width = MeasureSpec.getSize(widthMeasureSpec); in onMeasure()