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

  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
StateTransitionAnimation.java 146 private void applyOldTexture(GLView view, GLCanvas canvas, float alpha, float scale, boolean clear) {
162 applyOldTexture(view, canvas, mCurrentBackgroundAlpha, mCurrentBackgroundScale, true);
177 applyOldTexture(view, canvas, mCurrentOverlayAlpha, mCurrentOverlayScale, false);

Completed in 1239 milliseconds