OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFAULT_DELAY
(Results
1 - 6
of
6
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchConfiguration.java
90
LaunchConfigDelegate.
DEFAULT_DELAY
);
125
index = LaunchConfigDelegate.
DEFAULT_DELAY
;
EmulatorConfigTab.java
135
return NETWORK_LATENCIES[LaunchConfigDelegate.
DEFAULT_DELAY
][1];
522
index = LaunchConfigDelegate.
DEFAULT_DELAY
;
602
LaunchConfigDelegate.
DEFAULT_DELAY
);
LaunchConfigDelegate.java
96
public static final int
DEFAULT_DELAY
= 0;
AndroidLaunchController.java
230
LaunchConfigDelegate.
DEFAULT_DELAY
);
[
all
...]
/cts/tests/tests/view/src/android/view/animation/cts/
GridLayoutAnimationControllerTest.java
46
private static final float
DEFAULT_DELAY
= 0.5f;
70
mController = new GridLayoutAnimationController(mDefaultAnimation,
DEFAULT_DELAY
,
71
DEFAULT_DELAY
);
83
assertEquals(
DEFAULT_DELAY
, controller.getRowDelay());
84
assertEquals(
DEFAULT_DELAY
, controller.getColumnDelay());
LayoutAnimationControllerTest.java
56
private static final float
DEFAULT_DELAY
= 0.5f;
71
mController = new LayoutAnimationController(mDefaultAnimation,
DEFAULT_DELAY
);
239
long maxDuration = (long) (
DEFAULT_DELAY
* INDEX_OF_CHILD3 * duration + duration);
337
new LayoutAnimationController(mDefaultAnimation,
DEFAULT_DELAY
);
339
assertEquals(
DEFAULT_DELAY
, controller.getDelay());
Completed in 800 milliseconds