Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java121 private KeyguardAffordanceView mLeftAffordanceView; field in KeyguardBottomAreaView
197 } else if (host == mLeftAffordanceView) {
213 } else if (host == mLeftAffordanceView) {
235 mLeftAffordanceView = findViewById(R.id.left_button); in onFinishInflate()
251 mLeftAffordanceView.setOnClickListener(this); in onFinishInflate()
297 mLeftAffordanceView.setAccessibilityDelegate(mAccessibilityDelegate); in initAccessibility()
328 lp = mLeftAffordanceView.getLayoutParams(); in onConfigurationChanged()
331 mLeftAffordanceView.setLayoutParams(lp); in onConfigurationChanged()
392 mLeftAffordanceView.setVisibility(!mDozing && state.isVisible ? View.VISIBLE : View.GONE); in updateLeftAffordanceIcon()
393 if (state.drawable != mLeftAffordanceView.getDrawable() in updateLeftAffordanceIcon()
[all …]