Home | History | Annotate | Download | only in app

Lines Matching defs:mPaths

136     // mPaths keeps the corresponding Path (of MediaItem) for the images. This
138 private final Path mPaths[] = new Path[IMAGE_CACHE_SIZE];
262 System.arraycopy(mPaths, 0, oldPaths, 0, N);
264 // Update the mPaths array.
266 mPaths[i] = getPath(mCurrentIndex + i - SCREEN_NAIL_MAX);
271 Path p = mPaths[i];