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

  /cts/tests/tests/widget/src/android/widget/cts/
ScrollerTest.java 180 int defaultDuration = mScroller.getDuration();
181 assertTrue(defaultDuration > 0);
187 Thread.sleep(defaultDuration);
  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 140 const float defaultDuration = FLT_MAX; // A fairly long time, so that
151 static float duration = defaultDuration;
  /external/webkit/Source/WebKit2/UIProcess/mac/
WKFullScreenWindowController.mm 514 static const CFTimeInterval defaultDuration = 0.5;
515 CFTimeInterval duration = defaultDuration;
  /external/webkit/Source/WebKit/mac/WebView/
WebFullScreenController.mm 777 static const CFTimeInterval defaultDuration = 0.5;
778 CFTimeInterval duration = defaultDuration;
    [all...]

Completed in 97 milliseconds