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

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetSlotRenderer.java 50 private Path mHighlightItemPath = null;
97 if (mHighlightItemPath == path) return;
98 mHighlightItemPath = path;
160 } else if ((mHighlightItemPath != null) && (mHighlightItemPath == entry.setPath)) {
AlbumSlotRenderer.java 48 private Path mHighlightItemPath = null;
78 if (mHighlightItemPath == path) return;
79 mHighlightItemPath = path;
153 } else if ((entry.path != null) && (mHighlightItemPath == entry.path)) {

Completed in 18 milliseconds