Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardAbsKeyInputView.java89 View bouncerFrameView = findViewById(R.id.keyguard_bouncer_frame); in onFinishInflate() local
90 if (bouncerFrameView != null) { in onFinishInflate()
91 mBouncerFrame = bouncerFrameView.getBackground(); in onFinishInflate()
DKeyguardFaceUnlockView.java91 View bouncerFrameView = findViewById(R.id.keyguard_bouncer_frame); in onFinishInflate() local
92 if (bouncerFrameView != null) { in onFinishInflate()
93 mBouncerFrame = bouncerFrameView.getBackground(); in onFinishInflate()
DKeyguardPatternView.java138 View bouncerFrameView = findViewById(R.id.keyguard_bouncer_frame); in onFinishInflate() local
139 if (bouncerFrameView != null) { in onFinishInflate()
140 mBouncerFrame = bouncerFrameView.getBackground(); in onFinishInflate()