HomeSort by relevance Sort by last modified time
    Searched full:animation_time (Results 1 - 5 of 5) sorted by null

  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlWheel.java 64 private static final int ANIMATION_TIME = 300; // milliseconds
312 if (elapsedTime >= ANIMATION_TIME) {
313 elapsedTime = ANIMATION_TIME;
318 int expectedAngle = startAngle + (totalDegrees * elapsedTime / ANIMATION_TIME);
  /external/chromium_org/cc/trees/
thread_proxy.cc     [all...]
thread_proxy.h 134 base::TimeTicks animation_time; member in struct:cc::ThreadProxy::CompositorThreadOnly
layer_tree_host_impl_unittest.cc 6885 base::TimeTicks animation_time = gfx::FrameTime::Now(); local
6952 base::TimeTicks animation_time = gfx::FrameTime::Now(); local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumePanel.java     [all...]

Completed in 203 milliseconds