Home
last modified time | relevance | path

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

/trunk/main/avmedia/source/java/
H A DPlayerWindow.java153 aPrefDim.width >>= 2; in LayoutComponents()
154 aPrefDim.height >>= 2; in LayoutComponents()
159 aPrefDim.width >>= 1; in LayoutComponents()
160 aPrefDim.height >>= 1; in LayoutComponents()
165 aPrefDim.width <<= 1; in LayoutComponents()
166 aPrefDim.height <<= 1; in LayoutComponents()
171 aPrefDim.width <<= 2; in LayoutComponents()
172 aPrefDim.height <<= 2; in LayoutComponents()
184 if( ( aPrefDim.width <= nVideoW ) && ( aPrefDim.height <= nVideoH ) ) in LayoutComponents()
196 … if( aPrefDim.width > 0 && aPrefDim.height > 0 && nVideoW > 0 && nVideoH > 0 ) in LayoutComponents()
[all …]

Completed in 30 milliseconds