OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:animationduration
(Results
1 - 25
of
35
) sorted by null
1
2
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
SecurityMessageDisplay.java
28
public void showBouncer(int
animationDuration
);
30
public void hideBouncer(int
animationDuration
);
/development/samples/devbytes/animation/SquashAndStretch/src/com/example/squashandstretch/
SquashAndStretch.java
75
long
animationDuration
= (long) (BASE_DURATION * sAnimatorScale);
89
downAnim.setDuration((long) (
animationDuration
* 2));
99
stretchAnim.setDuration(
animationDuration
);
107
upAnim.setDuration((long) (
animationDuration
* 2));
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion30.txt
7
android:
animationDuration
: Sets how long a transition animation should run (in milliseconds) when layout has changed. [integer]
navigation1-expected-complation76.txt
17
?android:
animationDuration
completionvalues1-expected-completion32.txt
13
android:
animationDuration
: Sets how long a transition animation should run (in milliseconds) when layout has changed. [integer]
[
all
...]
/external/webkit/Source/WebKit2/UIProcess/API/mac/
FindIndicatorWindow.mm
77
animationDuration
:(CFTimeInterval)duration
85
animationDuration
:(CFTimeInterval)
animationDuration
89
if ((self = [super initWithDuration:
animationDuration
animationCurve:NSAnimationEaseInOut])) {
169
animationDuration
:bounceAnimationDuration
208
animationDuration
:fadeOutAnimationDuration
/external/chromium/chrome/browser/ui/cocoa/
confirm_quit_panel_controller.mm
125
animationDuration
:(NSTimeInterval)duration;
132
animationDuration
:(NSTimeInterval)duration {
380
animationDuration
:duration];
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyMetadata.java
71
sAdvanced.add("
animationDuration
");
/frameworks/base/core/java/android/widget/
Gallery.java
213
int
animationDuration
=
215
if (
animationDuration
> 0) {
216
setAnimationDuration(
animationDuration
);
[
all
...]
/frameworks/base/services/java/com/android/server/accessibility/
ScreenMagnifier.java
[
all
...]
/frameworks/base/core/java/android/webkit/
WebViewClassic.java
[
all
...]
/frameworks/base/core/res/res/values/
public.xml
302
<public type="attr" name="
animationDuration
" id="0x01010112" />
[
all
...]
attrs.xml
[
all
...]
/prebuilts/sdk/6/
android.jar
/cts/tools/dex-tools/dex/
classes.out.dex
308
public static final int
animationDuration
[
all
...]
/development/sdk/
api-versions.xml
284
<field name="
animationDuration
" />
[
all
...]
/frameworks/base/api/
current.txt
278
field public static final int
animationDuration
= 16843026; // 0x1010112
[
all
...]
/prebuilts/sdk/api/
1.xml
[
all
...]
10.xml
[
all
...]
11.xml
[
all
...]
12.xml
[
all
...]
13.xml
[
all
...]
14.txt
246
field public static final int
animationDuration
= 16843026; // 0x1010112
[
all
...]
15.txt
248
field public static final int
animationDuration
= 16843026; // 0x1010112
[
all
...]
16.txt
254
field public static final int
animationDuration
= 16843026; // 0x1010112
[
all
...]
Completed in 893 milliseconds
1
2