Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DFixedAspectSurfaceView.java72 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument
74 int widthMode = MeasureSpec.getMode(widthMeasureSpec); in onMeasure()
76 int width = MeasureSpec.getSize(widthMeasureSpec); in onMeasure()
129 width = View.resolveSizeAndState(width, widthMeasureSpec, 0); in onMeasure()