HomeSort by relevance Sort by last modified time
    Searched full:previewframe (Results 1 - 6 of 6) sorted by null

  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
ViewfinderView.java 117 Rect previewFrame = cameraManager.getFramingRectInPreview();
118 float scaleX = frame.width() / (float) previewFrame.width();
119 float scaleY = frame.height() / (float) previewFrame.height();
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
SharePopup.java 104 View previewFrame) {
113 mPreviewFrame = previewFrame;
147 params.width = previewFrame.getWidth();
148 params.height = previewFrame.getHeight();
  /packages/apps/LegacyCamera/src/com/android/camera/
FocusManager.java 117 public void initialize(View focusIndicatorRotate, View previewFrame,
122 mPreviewFrame = previewFrame;
128 previewFrame.getWidth(), previewFrame.getHeight());
  /packages/experimental/CameraPreviewTest/res/layout/
videochatcameratest_activity.xml 24 <FrameLayout android:id="@+id/previewFrame"
  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
VideoChatTestActivity.java 55 FrameLayout fl = (FrameLayout)findViewById(R.id.previewFrame);
311 FrameLayout previewBlock = (FrameLayout)findViewById(R.id.previewFrame);
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java 280 mPreviewThread.previewFrame(mProject,
    [all...]

Completed in 936 milliseconds