Searched
full:progress (Results
301 -
325 of
2620) sorted by null
<<11121314151617181920>>
/frameworks/av/libvideoeditor/vss/video_filters/src/ |
M4VFL_transition.c | 229 * UInt32 Progress) 232 * Map the value of progress from (0 - 1000) to (0 - 1024) 234 * 1. from 0 to (Progress << 1) ;for Progress <= 512 235 * 2. from (( Progress - 512)<< 1) to 1024 ;otherwise 254 * @param Progress: (IN) Progress value (varies between 0 and 1000) 284 UInt32 Progress) 359 /* User Specified Progress value */ 360 u32_progress = Progress; [all...] |
/frameworks/base/core/java/android/view/ |
ScaleGestureDetector.java | 58 * Responds to scaling events for a gesture in progress. 269 // Reset any scale in progress with the listener. 373 * Returns {@code true} if a scale gesture is in progress. 381 * If a gesture is in progress, the focal point is between 395 * If a gesture is in progress, the focal point is between 409 * gesture in progress through the focal point. 419 * gesture in progress through the focal point. 429 * gesture in progress through the focal point. 439 * gesture in progress through the focal point. 449 * gesture in progress through the focal point [all...] |
/frameworks/base/media/tests/EffectsTest/res/layout/ |
envreverbtest.xml | 170 android:progress="50" 216 android:progress="50" 252 android:progress="50" 288 android:progress="50" 324 android:progress="50" 359 android:progress="50" 394 android:progress="50" 429 android:progress="50" 464 android:progress="50" 499 android:progress="50 [all...] |
/cts/tests/res/layout/ |
seekbar.xml | 25 android:progress="50"
|
/cts/tests/tests/holo/res/layout/ |
progressbar_horizontal_50.xml | 20 android:progress="50"
|
/development/samples/ApiDemos/res/layout/ |
progressbar_2.xml | 27 <ProgressBar android:id="@+android:id/progress"
|
/external/chromium/chrome/browser/chromeos/login/ |
background_view.h | 82 // Toggles OOBE progress bar visibility, the bar is hidden by default. 85 // Gets progress bar visibility. 88 // Sets current step on OOBE progress bar. 127 // Creates and add OOBE progress bar.
|
/external/chromium/chrome/browser/download/ |
download_file.h | 22 // the download is 'in progress': once the download has been completed or
|
save_file.h | 19 // the saving job is 'in progress': once the saving job has been completed or
|
/external/chromium/chrome/browser/search_engines/ |
template_url_fetcher.h | 60 // In progress requests.
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
download_item_mac.h | 58 // For canceling an in progress icon request.
|
/external/chromium/chrome/browser/ui/cocoa/ |
fast_resize_view.h | 12 // animations are in progress. In normal resizing mode, subviews are sized to
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
throbber_view.h | 15 // A class that knows how to draw an animated state to indicate progress.
|
/external/chromium/chrome/browser/ui/views/tabs/ |
abstract_tab_strip_view.h | 21 // Returns false when there is a drag operation in progress so that the frame
|
/external/chromium/chrome/browser/ui/webui/options/ |
clear_browser_data_handler.h | 35 // If non-null it means removal is in progress. BrowsingDataRemover takes care
|
import_data_handler.h | 48 // If non-null it means importing is in progress. ImporterHost takes care
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/ |
README.txt | 1 This directory contains a simple irc app which is a work in progress.
|
/external/chromium/net/proxy/ |
sync_host_resolver_bridge.h | 36 // |host_resolver_loop_|. It aborts any in progress synchronous resolves, to
|
/external/e2fsprogs/e2fsck/ |
pass4.c | 115 if (ctx->progress) 116 if ((ctx->progress)(ctx, 4, 0, maxgroup)) 130 if (ctx->progress) 131 if ((ctx->progress)(ctx, 4, group, maxgroup))
|
/external/libmtp/examples/ |
pathutils.h | 25 int progress (const uint64_t, const uint64_t, void const * const);
|
/external/mockito/src/org/mockito/ |
Incubating.java | 22 * For types or methods that are not yet released it means the API is <strong>work in progress</strong>
|
/external/mockito/src/org/mockito/internal/handler/ |
NullResultGuardian.java | 8 import org.mockito.internal.progress.HandyReturnValues;
|
/external/mockito/src/org/mockito/internal/progress/ |
ThreadSafeMockingProgress.java | 6 package org.mockito.internal.progress;
|
/external/mockito/src/org/mockito/invocation/ |
MockHandler.java | 15 * This api is work in progress. Do not provide your own implementations.
|
/external/valgrind/main/none/tests/s390x/ |
op_exception.c | 6 This patch checks, that valgrind makes forard progress. */
|
Completed in 1743 milliseconds
<<11121314151617181920>>