/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
RemoteAnimationProvider.java | 33 default ActivityOptions toActivityOptions(Handler handler, long duration) { 44 new RemoteAnimationAdapterCompat(runner, duration, 0));
|
/packages/apps/Launcher3/src/com/android/launcher3/anim/ |
AnimatorPlaybackController.java | 38 public static AnimatorPlaybackController wrap(AnimatorSet anim, long duration) { 39 return wrap(anim, duration, null); 44 * The actual duration does not matter as the animation is manually controlled. It just 46 * to float (animation-fraction * total duration) to int conversion. 48 public static AnimatorPlaybackController wrap(AnimatorSet anim, long duration, 54 return new AnimatorPlaybackControllerVL(anim, duration, onCancelRunnable); 68 protected AnimatorPlaybackController(AnimatorSet anim, long duration, 71 mDuration = duration; 217 private AnimatorPlaybackControllerVL(AnimatorSet anim, long duration, 219 super(anim, duration, onCancelRunnable) [all...] |
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/utils/ |
StatsUtils.java | 105 public static void onInputConnectionLaggy(final int operation, final long duration) { 108 public static void onDecoderLaggy(final int operation, final long duration) {
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
CarStorageMonitoringBroadcastReceiver.java | 25 import java.time.Duration; 58 static boolean waitForIntent(Duration duration) { 60 long end = start + duration.toMillis();
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/thread/thread.threads/thread.thread.this/ |
sleep_for.pass.cpp | 27 // void sleep_for(const chrono::duration<Rep, Period>& rel_time); 60 typedef Clock::duration duration; typedef
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/ |
mutex_try_to_lock.pass.cpp | 29 typedef Clock::duration duration; typedef
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/ |
lock.pass.cpp | 31 typedef Clock::duration duration; typedef
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/ |
mutex_duration.pass.cpp | 19 // unique_lock(mutex_type& m, const chrono::duration<Rep, Period>& rel_time); 30 typedef Clock::duration duration; typedef
|
mutex_time_point.pass.cpp | 18 // template <class Clock, class Duration> 19 // unique_lock(mutex_type& m, const chrono::time_point<Clock, Duration>& abs_time); 30 typedef Clock::duration duration; typedef
|
mutex_try_to_lock.pass.cpp | 27 typedef Clock::duration duration; typedef
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/ |
lock.pass.cpp | 29 typedef Clock::duration duration; typedef
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/ |
lock_shared.pass.cpp | 33 typedef Clock::duration duration; typedef
|
try_lock_shared.pass.cpp | 31 typedef Clock::duration duration; typedef
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/ |
lock_shared.pass.cpp | 33 typedef Clock::duration duration; typedef
|
try_lock_for.pass.cpp | 20 // bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 33 typedef Clock::duration duration; typedef
|
try_lock_shared.pass.cpp | 33 typedef Clock::duration duration; typedef
|
try_lock_until.pass.cpp | 19 // template <class Clock, class Duration> 20 // bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time); 33 typedef Clock::duration duration; typedef
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/ |
try_lock_for.pass.cpp | 17 // bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 28 typedef Clock::duration duration; typedef
|
try_lock_until.pass.cpp | 16 // template <class Clock, class Duration> 17 // bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time); 28 typedef Clock::duration duration; typedef
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/ |
try_lock_for.pass.cpp | 17 // bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 28 typedef Clock::duration duration; typedef
|
try_lock_until.pass.cpp | 16 // template <class Clock, class Duration> 17 // bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time); 28 typedef Clock::duration duration; typedef
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/ |
time_util.h | 43 #include <google/protobuf/duration.pb.h> 52 typedef google::protobuf::Duration Duration; 55 // The min/max Timestamp/Duration values we support. 82 // Converts Duration to/from string format. The string format will contains 84 // represent the exact Duration value. For example: 86 // The range that can be represented by Duration is from -315,576,000,000 88 static string ToString(const Duration& duration); 89 static bool FromString(const string& value, Duration* timestamp) [all...] |
/system/chre/platform/shared/ |
chre_api_re.cc | 46 DLL_EXPORT uint32_t chreTimerSet(uint64_t duration, const void *cookie, 50 .setTimer(nanoapp, chre::Nanoseconds(duration), cookie, oneShot);
|
/system/chre/platform/slpi/see/ |
island_vote_client.cc | 87 uint64_t duration = local 90 LOGW("Big image ref count ends: %" PRIu64 " ms", duration);
|
/tools/test/connectivity/acts/framework/tests/ |
SnifferSanityTest.py | 42 duration=self._capture_sec, 72 duration=self._capture_sec,
|