OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fadeoutDuration
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/core/java/com/android/internal/policy/
IKeyguardService.aidl
91
* @param
fadeoutDuration
the duration of the exit animation, in milliseconds
93
void startKeyguardExitAnimation(long startTime, long
fadeoutDuration
);
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardService.java
193
public void startKeyguardExitAnimation(long startTime, long
fadeoutDuration
) {
196
mKeyguardViewMediator.startKeyguardExitAnimation(startTime,
fadeoutDuration
);
KeyguardViewMediator.java
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarKeyguardViewManager.java
288
public void hide(long startTime, long
fadeoutDuration
) {
292
fadeoutDuration
= KEYGUARD_DISMISS_DURATION_LOCKED;
334
mPhoneStatusBar.setKeyguardFadingAway(startTime, delay,
fadeoutDuration
);
350
animateScrimControllerKeyguardFadingOut(delay,
fadeoutDuration
,
354
mScrimController.animateGoingToFullShade(delay,
fadeoutDuration
);
PhoneStatusBar.java
[
all
...]
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardServiceWrapper.java
211
public void startKeyguardExitAnimation(long startTime, long
fadeoutDuration
) {
213
mService.startKeyguardExitAnimation(startTime,
fadeoutDuration
);
KeyguardServiceDelegate.java
352
public void startKeyguardExitAnimation(long startTime, long
fadeoutDuration
) {
354
mKeyguardService.startKeyguardExitAnimation(startTime,
fadeoutDuration
);
/frameworks/base/core/java/android/view/
WindowManagerPolicy.java
[
all
...]
/frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 316 milliseconds