Lines Matching refs:height
150 viewSize.height = vpSize.height;
177 * the height of the view is smaller than the container.
179 if ((viewPosition.y + extentSize.height) > viewSize.height) {
180 viewPosition.y = Math.max(0, viewSize.height - extentSize.height);
195 if ((viewPosition.y == 0) && (vpSize.height > viewPrefSize.height)) {
196 viewSize.height = vpSize.height;