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