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
89
LaunchConfigDelegate.
DEFAULT_DELAY
);
130
index = LaunchConfigDelegate.
DEFAULT_DELAY
;
EmulatorConfigTab.java
121
return NETWORK_LATENCIES[LaunchConfigDelegate.
DEFAULT_DELAY
][1];
414
index = LaunchConfigDelegate.
DEFAULT_DELAY
;
473
LaunchConfigDelegate.
DEFAULT_DELAY
);
LaunchConfigDelegate.java
96
public static final int
DEFAULT_DELAY
= 0;
AndroidLaunchController.java
224
LaunchConfigDelegate.
DEFAULT_DELAY
);
[
all
...]
/cts/tests/tests/view/src/android/view/animation/cts/
GridLayoutAnimationControllerTest.java
51
private static final float
DEFAULT_DELAY
= 0.5f;
75
mController = new GridLayoutAnimationController(mDefaultAnimation,
DEFAULT_DELAY
,
76
DEFAULT_DELAY
);
105
assertEquals(
DEFAULT_DELAY
, controller.getRowDelay());
106
assertEquals(
DEFAULT_DELAY
, controller.getColumnDelay());
LayoutAnimationControllerTest.java
62
private static final float
DEFAULT_DELAY
= 0.5f;
77
mController = new LayoutAnimationController(mDefaultAnimation,
DEFAULT_DELAY
);
286
long maxDuration = (long) (
DEFAULT_DELAY
* INDEX_OF_CHILD3 * duration + duration);
418
new LayoutAnimationController(mDefaultAnimation,
DEFAULT_DELAY
);
420
assertEquals(
DEFAULT_DELAY
, controller.getDelay());
Completed in 339 milliseconds