Lines Matching defs:config
250 PositionConfiguration config = new PositionConfiguration();
252 config.mPreviewRect.set(0, 0, width, height);
253 config.mBottomBarOverlay = true;
255 config.mBottomBarRect.set(width - mBottomBarOptimalHeight, 0, width, height);
257 config.mBottomBarRect.set(0, height - mBottomBarOptimalHeight, width, height);
279 config.mBottomBarOverlay = true;
282 config.mPreviewRect.set(0, height / 2 - previewShorterEdge / 2, previewLongerEdge,
284 config.mBottomBarRect.set(width - barSize, height / 2 - previewShorterEdge / 2,
287 config.mPreviewRect.set(width / 2 - previewShorterEdge / 2, 0,
289 config.mBottomBarRect.set(width / 2 - previewShorterEdge / 2, height - barSize,
299 config.mBottomBarOverlay = true;
303 config.mPreviewRect.set(left, 0, right, previewShorterEdge);
304 config.mBottomBarRect.set(width - barSize, 0, width, height);
308 config.mPreviewRect.set(0, top, previewShorterEdge, bottom);
309 config.mBottomBarRect.set(0, height - barSize, width, height);
316 config.mBottomBarOverlay = false;
318 config.mPreviewRect.set(0, height / 2 - previewShorterEdge / 2, previewLongerEdge,
320 config.mBottomBarRect.set(width - barSize, height / 2 - previewShorterEdge / 2,
323 config.mPreviewRect.set(width / 2 - previewShorterEdge / 2, 0,
325 config.mBottomBarRect.set(width / 2 - previewShorterEdge / 2, height - barSize,
334 config.mBottomBarOverlay = false;
338 config.mPreviewRect.set(left, 0, right, previewShorterEdge);
339 config.mBottomBarRect.set(width - barSize, 0, width, height);
343 config.mPreviewRect.set(0, top, previewShorterEdge, bottom);
344 config.mBottomBarRect.set(0, height - barSize, width, height);
354 rotate.mapRect(config.mPreviewRect);
355 rotate.mapRect(config.mBottomBarRect);
359 round(config.mBottomBarRect);
360 round(config.mPreviewRect);
362 return config;