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

  /external/markdown/markdown/extensions/
imagelinks.py 54 albums = []
111 if not album in albums :
112 albums.append(album)
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
upload_page.js 219 * Callback from picasa client after getting albums list.
220 * @param {Array.<picasa.Album>} albums Albums list.
222 getAlbumsCallback_: function(albums) {
224 this.client_.albums.push(
226 albums = this.client_.albums;
228 for (var album, i = 0; album = albums[i]; i++) {
231 this.albumSelect_.selectedIndex = albums.length - 1;
232 albums[albums.length - 1].title = ''
    [all...]
picasa_client.js 104 * List of user albums.
141 * List of albums.
144 get albums() {
289 * Requests albums for the user and passes them to callback.
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalAlbumSet.java 36 // LocalAlbumSet lists all image or video albums in the local storage.
125 ArrayList<MediaSet> albums = new ArrayList<MediaSet>(); local
130 albums.add(album);
132 return albums;
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryActionBar.java 98 new ActionItem(FilterUtils.CLUSTER_BY_ALBUM, true, false, R.string.albums,
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 90 mGridView = (GridView) findViewById(R.id.albums);

Completed in 252 milliseconds