Home | History | Annotate | Download | only in camera

Lines Matching defs:set

32  * things are set, the layout of bottom bar and preview rect will be calculated
252 config.mPreviewRect.set(0, 0, width, height);
255 config.mBottomBarRect.set(width - mBottomBarOptimalHeight, 0, width, height);
257 config.mBottomBarRect.set(0, height - mBottomBarOptimalHeight, width, height);
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,
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);
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,
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);
377 rect.set(left, top, right, bottom);