Searched refs:aPrefDim (Results 1 – 1 of 1) sorted by relevance
142 java.awt.Dimension aPrefDim = aVisualComponent.getPreferredSize(); in LayoutComponents() local153 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()[all …]