OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bouncer
(Results
1 - 23
of
23
) sorted by null
/frameworks/base/docs/downloads/devbytes/
Bouncer.zip
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
ChallengeLayout.java
37
* If you want to show the challenge layout in
bouncer
mode where applicable,
45
* Show the
bouncer
challenge. This may block access to other child views.
50
* Hide the
bouncer
challenge if it is currently showing.
56
* Returns true if the challenge is currently in
bouncer
mode,
67
* Set a listener that will respond to changes in
bouncer
state.
74
* Listener interface that reports changes in
bouncer
state.
75
* The
bouncer
is
79
* Called when the
bouncer
state changes.
80
* The
bouncer
is activated when the user must pass a security challenge
84
* as the
bouncer
will prevent interaction with other elements of the UI
[
all
...]
KeyguardSecurityView.java
75
* Place the security view into
bouncer
mode.
82
* Place the security view into non-
bouncer
mode.
KeyguardMessageArea.java
71
// is the
bouncer
up?
KeyguardWidgetPager.java
86
//
Bouncer
797
// Zoom in after the
bouncer
is dismissed
817
// Zoom out after the
bouncer
is initiated
[
all
...]
MultiPaneChallengeLayout.java
165
// Clear out of the
bouncer
if the user tries to move focus outside of
SlidingChallengeLayout.java
331
// Clear out of the
bouncer
if the user tries to move focus outside of
[
all
...]
PagedView.java
252
//
Bouncer
[
all
...]
/development/samples/devbytes/animation/Bouncer/res/values/
strings.xml
17
<string name="app_name">
Bouncer
</string>
18
<string name="title_activity_bouncer">
Bouncer
</string>
/development/samples/devbytes/animation/Bouncer/res/layout/
activity_bouncer.xml
23
class="com.example.android.
bouncer
.
Bouncer
$MyView"
26
tools:context=".
Bouncer
" />
activity_bouncer1.xml
23
class="com.example.android.
bouncer
.Bouncer1$MyView"
26
tools:context=".
Bouncer
" />
activity_bouncer2.xml
23
class="com.example.android.
bouncer
.Bouncer2$MyView"
26
tools:context=".
Bouncer
" />
activity_bouncer3.xml
23
class="com.example.android.
bouncer
.Bouncer3$MyView"
26
tools:context=".
Bouncer
" />
/development/samples/ApiDemos/src/com/example/android/apis/animation/
BouncingBalls.java
124
AnimatorSet
bouncer
= new AnimatorSet();
local
125
bouncer
.play(bounceAnim).before(squashAnim1);
126
bouncer
.play(squashAnim1).with(squashAnim2);
127
bouncer
.play(squashAnim1).with(stretchAnim1);
128
bouncer
.play(squashAnim1).with(stretchAnim2);
129
bouncer
.play(bounceBackAnim).after(stretchAnim2);
144
animatorSet.play(
bouncer
).before(fadeAnim);
/development/samples/devbytes/animation/Bouncer/
AndroidManifest.xml
16
package="com.example.android.
bouncer
"
29
android:name=".
Bouncer
"
56
android:name="com.example.android.
bouncer
.Bouncer3"
/development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/
Bouncer.java
17
package com.example.android.
bouncer
;
41
public class
Bouncer
extends Activity {
Bouncer1.java
17
package com.example.android.
bouncer
;
32
* See the comments in
Bouncer
for the overall functionality of this app. Changes for this
Bouncer2.java
17
package com.example.android.
bouncer
;
33
* See the comments in
Bouncer
for the overall functionality of this app. Changes for this
Bouncer3.java
17
package com.example.android.
bouncer
;
33
* See the comments in
Bouncer
for the overall functionality of this app. Changes for this
/cts/tests/tests/animation/src/android/animation/cts/
AnimationActivity.java
216
AnimatorSet
bouncer
= new AnimatorSet();
local
217
bouncer
.play(bounceYAnimator);
230
animatorSet.play(
bouncer
).before(fadeAnim);
/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/
SearchPanelView.java
96
// Have keyguard show the
bouncer
and launch the activity if the user succeeds.
/frameworks/base/core/res/res/values/
attrs.xml
[
all
...]
Completed in 443 milliseconds