HomeSort by relevance Sort by last modified time
    Searched refs:mAnimTexture (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera/src/com/android/camera/
CameraScreenNail.java 63 private RawTexture mAnimTexture;
221 mAnimTexture = new RawTexture(getTextureWidth(), getTextureHeight(), true);
270 return mAnimTexture;
360 height, mAnimTexture);
381 drawn = mCaptureAnimManager.drawAnimation(canvas, this, mAnimTexture);
385 width, height, this, mAnimTexture);
401 if (!mDraw.requiresSurfaceTexture() && mAnimTexture == null) {
402 mAnimTexture = new RawTexture(getTextureWidth(), getTextureHeight(), true);
403 mAnimTexture.setIsFlippedVertically(true);
405 int width = mAnimTexture.getWidth()
    [all...]
  /packages/apps/Gallery2/src/com/android/camera/
CameraScreenNail.java 64 private RawTexture mAnimTexture;
233 mAnimTexture = new RawTexture(getTextureWidth(), getTextureHeight(), true);
282 return mAnimTexture;
369 height, mAnimTexture);
390 drawn = mCaptureAnimManager.drawAnimation(canvas, this, mAnimTexture,
395 width, height, this, mAnimTexture);
413 mAnimTexture = mDraw.copyToTexture(
414 canvas, mAnimTexture, getTextureWidth(), getTextureHeight());
416 int width = mAnimTexture.getWidth();
417 int height = mAnimTexture.getHeight()
    [all...]

Completed in 66 milliseconds