Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java259 mKeyguardBottomArea = findViewById(R.id.keyguard_bottom_area); in onFinishInflate()
262 mKeyguardBottomArea.setAffordanceHelper(mAffordanceHelper); in onFinishInflate()
1075 mKeyguardBottomArea.onKeyguardShowingChanged(); in setBarState()
1153 mKeyguardBottomArea.setVisibility(View.GONE);
1159 mKeyguardBottomArea.animate().cancel(); in setKeyguardBottomAreaVisibility()
1161 mKeyguardBottomArea.animate() in setKeyguardBottomAreaVisibility()
1170 mKeyguardBottomArea.setVisibility(View.VISIBLE); in setKeyguardBottomAreaVisibility()
1171 mKeyguardBottomArea.setAlpha(1f); in setKeyguardBottomAreaVisibility()
1173 mKeyguardBottomArea.setVisibility(View.GONE); in setKeyguardBottomAreaVisibility()
1174 mKeyguardBottomArea.setAlpha(1f); in setKeyguardBottomAreaVisibility()
[all …]
DPanelView.java120 protected KeyguardBottomAreaView mKeyguardBottomArea; field in PanelView
1095 mKeyguardBottomArea.getIndicationArea().animate() in startUnlockHintAnimationPhase1()
1102 mKeyguardBottomArea.getIndicationArea().animate() in startUnlockHintAnimationPhase1()
DStatusBar.java436 KeyguardBottomAreaView mKeyguardBottomArea; field in StatusBar
504 if (mKeyguardBottomArea != null) {
505 mKeyguardBottomArea.setUserSetupComplete(mUserSetup);
1069 mKeyguardBottomArea = in makeStatusBarView()
1074 mKeyguardBottomArea.getLockIcon()); in makeStatusBarView()
1075 mKeyguardBottomArea.setKeyguardIndicationController(mKeyguardIndicationController); in makeStatusBarView()
1125 mKeyguardBottomArea.setStatusBar(this); in makeStatusBarView()
1126 mKeyguardBottomArea.setUserSetupComplete(mUserSetup); in makeStatusBarView()