HomeSort by relevance Sort by last modified time
    Searched defs:mSurfaceWidth (Results 1 - 5 of 5) 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.
  /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/base/core/java/android/widget/
VideoView.java 78 private int mSurfaceWidth;
309 if (mSurfaceWidth == mVideoWidth && mSurfaceHeight == mVideoHeight) {
450 mSurfaceWidth = w;
  /frameworks/base/services/input/
InputReader.h     [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoCamera.java 146 private int mSurfaceWidth;
    [all...]

Completed in 120 milliseconds