Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java295 mKeyguardBottomArea.setStatusBar(mStatusBar); in setStatusBar()
310 mKeyguardBottomArea = findViewById(R.id.keyguard_bottom_area); in onFinishInflate()
386 index = indexOfChild(mKeyguardBottomArea); in onThemeChanged()
387 removeView(mKeyguardBottomArea); in onThemeChanged()
388 mKeyguardBottomArea = (KeyguardBottomAreaView) LayoutInflater.from(mContext).inflate( in onThemeChanged()
392 addView(mKeyguardBottomArea, index); in onThemeChanged()
402 mKeyguardBottomArea.setAffordanceHelper(mAffordanceHelper); in initBottomArea()
403 mKeyguardBottomArea.setStatusBar(mStatusBar); in initBottomArea()
404 mKeyguardBottomArea.setUserSetupComplete(mUserSetupComplete); in initBottomArea()
408 mKeyguardBottomArea.setKeyguardIndicationController(indicationController); in setKeyguardIndicationController()
[all …]
DPanelView.java130 protected KeyguardBottomAreaView mKeyguardBottomArea; field in PanelView
1132 mKeyguardBottomArea.getIndicationArea(), in startUnlockHintAnimationPhase1()