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

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
BitmapLoader.java 70 public synchronized void startLoad() {
AlbumSetSlidingWindow.java 213 if (entry.coverLoader != null) entry.coverLoader.startLoad();
214 if (entry.labelLoader != null) entry.labelLoader.startLoad();
298 loader.startLoad();
AlbumSlidingWindow.java 235 entry.contentLoader.startLoad();
  /packages/apps/Gallery2/src/com/android/photos/shims/
BitmapJobDrawable.java 62 mLoader.startLoad();
  /frameworks/av/include/media/
SoundPool.h 66 void startLoad() { mState = LOADING; }
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_util.js 500 var startLoad = this.resetImage_.bind(this, function() {
505 this.timeout_ = setTimeout(startLoad, opt_delay);
507 startLoad();
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
suggest_apps_dialog.js 241 SuggestAppsDialog.Metrics.startLoad();
548 startLoad: function() {
  /frameworks/av/media/libmedia/
SoundPool.cpp 230 sample->startLoad();

Completed in 306 milliseconds