Searched refs:mKeyguardBottomArea (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java257 mKeyguardBottomArea = (KeyguardBottomAreaView) findViewById(R.id.keyguard_bottom_area);
1011 mKeyguardBottomArea.updateLeftAffordance();
1176 mKeyguardBottomArea.setVisibility(View.GONE);
1183 mKeyguardBottomArea.animate().cancel();
1184 mKeyguardBottomArea.animate()
1193 mKeyguardBottomArea.animate().cancel();
1195 mKeyguardBottomArea.setVisibility(View.VISIBLE);
1197 mKeyguardBottomArea.setAlpha(1f);
1199 mKeyguardBottomArea.animate().cancel();
1200 mKeyguardBottomArea
[all...]
H A DPanelView.java104 protected KeyguardBottomAreaView mKeyguardBottomArea; field in class:PanelView
963 mKeyguardBottomArea.getIndicationView().animate()
970 mKeyguardBottomArea.getIndicationView().animate()
H A DPhoneStatusBar.java311 KeyguardBottomAreaView mKeyguardBottomArea; field in class:PhoneStatusBar
378 if (mKeyguardBottomArea != null) {
379 mKeyguardBottomArea.setUserSetupComplete(mUserSetup);
797 mKeyguardBottomArea =
799 mKeyguardBottomArea.setActivityStarter(this);
800 mKeyguardBottomArea.setAssistManager(mAssistManager);
804 mKeyguardBottomArea.getLockIcon());
805 mKeyguardBottomArea.setKeyguardIndicationController(mKeyguardIndicationController);
868 mKeyguardBottomArea.setFlashlightController(mFlashlightController);
869 mKeyguardBottomArea
[all...]

Completed in 69 milliseconds