Searched refs:v_height (Results 1 – 1 of 1) sorted by relevance
92 int v_height = getHeight(); in surfaceCreated() local95 if ( (float)v_height/v_width > in surfaceCreated()100 layout.width = (int)(v_height / mAspect); in surfaceCreated()101 layout.height = v_height; in surfaceCreated()103 Log.d(TAG, String.format("Layout (%d, %d) -> (%d, %d)", v_width, v_height, in surfaceCreated()