Home
last modified time | relevance | path

Searched refs:heightMeasureSpec (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
75 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure()
77 int height = MeasureSpec.getSize(heightMeasureSpec); in onMeasure()
130 height = View.resolveSizeAndState(height, heightMeasureSpec, 0); in onMeasure()