HomeSort by relevance Sort by last modified time
    Searched refs:bouncerFrameView (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardAbsKeyInputView.java 89 View bouncerFrameView = findViewById(R.id.keyguard_bouncer_frame);
90 if (bouncerFrameView != null) {
91 mBouncerFrame = bouncerFrameView.getBackground();
KeyguardFaceUnlockView.java 91 View bouncerFrameView = findViewById(R.id.keyguard_bouncer_frame);
92 if (bouncerFrameView != null) {
93 mBouncerFrame = bouncerFrameView.getBackground();
KeyguardPatternView.java 138 View bouncerFrameView = findViewById(R.id.keyguard_bouncer_frame);
139 if (bouncerFrameView != null) {
140 mBouncerFrame = bouncerFrameView.getBackground();

Completed in 802 milliseconds