Searched defs:mLastWidthSpec (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLView.java74 private int mLastWidthSpec = -1; field in class:GLView
214 mLastWidthSpec = -1;
366 if (widthSpec == mLastWidthSpec && heightSpec == mLastHeightSpec
371 mLastWidthSpec = widthSpec;

Completed in 37 milliseconds