HomeSort by relevance Sort by last modified time
    Searched defs:mSurfaceWidth (Results 1 - 10 of 10) sorted by null

  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
Renderer.h 37 int SurfaceWidth() const { return mSurfaceWidth; }
60 int mSurfaceWidth; // Width of target surface.
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
Renderer.h 37 int SurfaceWidth() const { return mSurfaceWidth; }
60 int mSurfaceWidth; // Width of target surface.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FrameBufferObjectActivity.java 45 private int mSurfaceWidth;
65 drawOffscreenImage(gl, mSurfaceWidth, mSurfaceHeight);
70 drawOnscreen(gl, mSurfaceWidth, mSurfaceHeight);
82 mSurfaceWidth = width;
  /frameworks/rs/
rsFont.h 162 float mSurfaceWidth;
  /frameworks/base/core/java/android/widget/
VideoView.java 80 private int mSurfaceWidth;
323 if (mSurfaceWidth == mVideoWidth && mSurfaceHeight == mVideoHeight) {
463 mSurfaceWidth = w;
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 153 int mSurfaceWidth;
515 mFireflyRenderer.start(mSurface, mSurfaceWidth, mSurfaceHeight);
565 mSurfaceWidth = width;
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java 157 // surfaceChanged() is called), mSurfaceWidth is set to -1.
158 private int mSurfaceWidth, mSurfaceHeight;
479 if (mSurfaceWidth != -1) {
480 mPreviewThread.onSurfaceChanged(mSurfaceWidth, mSurfaceHeight);
    [all...]
  /frameworks/base/services/input/
InputReader.h     [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoCamera.java 127 private int mSurfaceWidth;
830 mEffectsRecorder.setPreviewSurfaceTexture(mSurfaceTexture, mSurfaceWidth,
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java 152 private int mSurfaceWidth;
    [all...]

Completed in 325 milliseconds