HomeSort by relevance Sort by last modified time
    Searched full:preview (Results 151 - 175 of 872) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
HistoryAdapter.java 195 ImageView preview = (ImageView) view.findViewById(R.id.preview); local
201 preview.setImageBitmap(bmp);
203 preview.setImageResource(android.R.color.transparent);
  /packages/apps/LegacyCamera/jni/
mosaic_renderer_jni.h 4 // The Preview FBO dimensions are determined from the high-res
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraErrorCallback.java 28 // We are not sure about the current state of the app (in preview or
EffectsRecorder.java 329 // mirror their preview
433 Log.v(TAG, "Effect initializing. Preview size "
510 if (mLogVerbose) Log.v(TAG, "Starting preview (" + this + ")");
515 // Already running preview
516 Log.w(TAG, "startPreview called when already running preview");
519 throw new RuntimeException("Cannot start preview when already recording!");
554 // Rest of preview startup handled in mSourceReadyCallback
565 // Stop preview happened while the runner was doing startup tasks
582 // unexpectedly, so we need to turn off preview before
599 if (mLogVerbose) Log.v(TAG, "Runner active, connecting effects preview");
    [all...]
  /packages/apps/Settings/res/layout/
display.xml 40 <TextView android:id="@+id/preview"