Searched refs:nControlH (Results 1 – 1 of 1) sorted by relevance
119 int nControlH = 0; in LayoutComponents() local131 nControlH = Math.min( nH, aControlDimension.height ); in LayoutComponents()132 aControlComponent.setBounds( 0, nH - nControlH, nW, nControlH ); in LayoutComponents()143 int nVideoW = nW, nVideoH = ( nH - nControlH ); in LayoutComponents()206 nY = ( nH - nControlH - nVideoH ) >> 1; in LayoutComponents()
Completed in 14 milliseconds