OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mkeyguardbottomarea
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java
233
mKeyguardBottomArea
= (KeyguardBottomAreaView) findViewById(R.id.keyguard_bottom_area);
[
all
...]
PanelView.java
104
protected KeyguardBottomAreaView
mKeyguardBottomArea
;
[
all
...]
PhoneStatusBar.java
356
KeyguardBottomAreaView
mKeyguardBottomArea
;
430
if (
mKeyguardBottomArea
!= null) {
431
mKeyguardBottomArea
.setUserSetupComplete(mUserSetup);
[
all
...]
Completed in 128 milliseconds