OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bouncer
(Results
26 - 37
of
37
) sorted by null
1
2
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardMessageArea.java
56
// is the
bouncer
up?
KeyguardWidgetPager.java
86
//
Bouncer
815
// Zoom in after the
bouncer
is dismissed
835
// Zoom out after the
bouncer
is initiated
[
all
...]
KeyguardUpdateMonitor.java
[
all
...]
MultiPaneChallengeLayout.java
168
// Clear out of the
bouncer
if the user tries to move focus outside of
SlidingChallengeLayout.java
340
// Clear out of the
bouncer
if the user tries to move focus outside of
[
all
...]
PagedView.java
251
//
Bouncer
[
all
...]
/frameworks/base/packages/Keyguard/res/values/
attrs.xml
95
come before it in the child list in
bouncer
mode. -->
strings.xml
174
<!-- Accessibility description for when the
bouncer
prompt is dismissed. [CHAR LIMIT=NONE] -->
/frameworks/base/docs/html/guide/topics/graphics/
prop-animation.jd
516
AnimatorSet
bouncer
= new AnimatorSet();
517
bouncer
.play(bounceAnim).before(squashAnim1);
518
bouncer
.play(squashAnim1).with(squashAnim2);
519
bouncer
.play(squashAnim1).with(stretchAnim1);
520
bouncer
.play(squashAnim1).with(stretchAnim2);
521
bouncer
.play(bounceBackAnim).after(stretchAnim2);
525
animatorSet.play(
bouncer
).before(fadeAnim);
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java
262
//
Bouncer
[
all
...]
Completed in 524 milliseconds
1
2