Home
last modified time | relevance | path

Searched refs:mMaxPostAblums (Results 1 – 1 of 1) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPicasaSource.java68 private final int mMaxPostAblums; field in PicasaSource
83 mMaxPostAblums = mResources.getInteger(R.integer.max_post_albums); in PicasaSource()
189 if (albumIds.size() > mMaxPostAblums) { in findImages()
196 if (albumIdx < mMaxPostAblums) { in findImages()