HomeSort by relevance Sort by last modified time
    Searched refs:PROGRESS (Results 1 - 25 of 36) sorted by null

1 2

  /frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
MainActivity.java 42 private static Drawable PROGRESS;
55 PROGRESS = res.getDrawable(R.drawable.progress);
114 | ExtendedOptions.FEATURE_STATE_CHANGES, PLACEHOLDER, PROGRESS);
  /libcore/luni/src/main/java/java/util/jar/
Pack200.java 160 * packer progress as a percentage.
162 static final String PROGRESS = "pack.progress";
256 * the progress as a {@code percentage}.
258 static final String PROGRESS = "unpack.progress";
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
CodeGenerator.java 33 import static com.android.notificationstudio.model.EditableItem.PROGRESS;
71 if (PROGRESS.hasValue() && PROGRESS.getValueBool())
NotificationGenerator.java 33 import static com.android.notificationstudio.model.EditableItem.PROGRESS;
75 if (PROGRESS.hasValue() && PROGRESS.getValueBool())
  /external/chromium_org/ui/file_manager/file_manager/background/js/
file_operation_handler.js 28 * Progress center.
38 * So we would not like to show the progress bar at first.
40 * we adds the item to the progress center.
49 'copy-progress',
60 * Pending time before a delete item is added to the progress center.
69 * Generate a progress message from the event.
70 * @param {Event} event Progress event.
126 * @param {Event} event Progress event.
162 * Handles the copy-progress event.
163 * @param {Event} event The copy-progress event
    [all...]
file_operation_manager.js 90 // The size of a directory is 1 bytes here, so that the progress bar
130 * - The progress callback is supported.
190 case 'progress':
215 console.error('Unknown progress type: ' + status.type);
236 // Unsubscribe the progress listener.
309 * Currently this can send three types of events: "copy-progress",
325 * Dispatches a simple "copy-progress" event with reason and current
328 * @param {string} reason Event type. One of "BEGIN", "PROGRESS", "SUCCESS",
338 var event = new Event('copy-progress');
364 * @param {string} reason Event type. One of "BEGIN", "PROGRESS", "SUCCESS"
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
file_system_operation.h 123 // Used for progress update callback for Copy().
135 // PROGRESS is fired periodically during file copying (not fired for
139 // Both at beginning and ending of file copying, PROGRESS event should be
145 // copy a to x recursively, then the progress update sequence will be:
154 // PROGRESS a/b/c.txt 0 (The first PROGRESS's |size| should be 0).
155 // PROGRESS a/b/c.txt 10
157 // PROGRESS a/b/c.txt 90
158 // PROGRESS a/b/c.txt 100 (The last PROGRESS's |size| should be the size o
    [all...]
copy_or_move_operation_delegate.cc 357 // To avoid too many progress callbacks, it should be called less
946 FileSystemOperation::PROGRESS, src_url, FileSystemURL(), size);
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItem.java 39 PROGRESS(R.string.progress, TYPE_BOOLEAN, CATEGORY_MAIN),
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 306 PROGRESS("progress"),
  /developers/samples/android/ui/notifications/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 306 PROGRESS("progress"),
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 306 PROGRESS("progress"),
  /external/chromium_org/ui/native_theme/
native_theme_win.h 50 PROGRESS,
native_theme_win.cc     [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
event_router.cc 264 case fileapi::FileSystemOperation::PROGRESS:
316 // Checks if we should send a progress event or not according to the
545 if (type == fileapi::FileSystemOperation::PROGRESS)
765 // Do not attempt to open File Manager while the login is in progress or
    [all...]
  /external/chromium_org/content/browser/fileapi/
copy_or_move_operation_delegate_unittest.cc 129 int64 progress) {
130 records->push_back(progress);
666 // Verify progress callback.
675 // Find the first and last progress record.
698 // For directory copy, the progress shouldn't be interlaced.
701 // PROGRESS event's size should be assending order.
705 EXPECT_EQ(FileSystemOperation::PROGRESS, records[j].type);
740 std::vector<int64> progress; local
745 base::Bind(&RecordFileProgressCallback, base::Unretained(&progress)),
746 base::TimeDelta()); // For testing, we need all the progress
796 std::vector<int64> progress; local
847 std::vector<int64> progress; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tmschema.h 645 BEGIN_TM_CLASS_PARTS(PROGRESS)
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 5249 milliseconds

1 2