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

  /frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java 114 protected int mAlbumCount = ALBUM_COUNT_UNKNOWN;
423 mAlbumCount = data.getCount();
663 final boolean hasAlbumCount = mAlbumCount >= 0;
679 getResources().getString(R.string.photo_view_count, position, mAlbumCount);
    [all...]
  /frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java 113 protected int mAlbumCount = ALBUM_COUNT_UNKNOWN;
422 mAlbumCount = data.getCount();
662 final boolean hasAlbumCount = mAlbumCount >= 0;
678 getResources().getString(R.string.photo_view_count, position, mAlbumCount);
    [all...]

Completed in 207 milliseconds