OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNotificationPanelView
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
StatusBarKeyguardViewManagerTest.java
61
private NotificationPanelView
mNotificationPanelView
;
75
mNotificationPanelView
, mFingerprintUnlockController, mDismissCallbackRegistry);
130
when(
mNotificationPanelView
.isUnlockHintRunning()).thenReturn(true);
StatusBarTest.java
131
@Mock private NotificationPanelView
mNotificationPanelView
;
187
when(
mNotificationPanelView
.getLayoutParams()).thenReturn(new LayoutParams(0, 0));
208
mPowerManager,
mNotificationPanelView
, mBarService, mNotificationListener,
485
when(
mNotificationPanelView
.isFullyCollapsed()).thenReturn(true);
504
when(
mNotificationPanelView
.isFullyCollapsed()).thenReturn(false);
523
when(
mNotificationPanelView
.isFullyCollapsed()).thenReturn(false);
545
verify(
mNotificationPanelView
).setQsExpansionEnabled(false);
547
verify(
mNotificationPanelView
, never()).expand(anyBoolean());
549
verify(
mNotificationPanelView
, never()).expand(anyBoolean());
552
verify(
mNotificationPanelView
).setQsExpansionEnabled(true)
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarKeyguardViewManager.java
92
private NotificationPanelView
mNotificationPanelView
;
153
mNotificationPanelView
= notificationPanelView;
159
mNotificationPanelView
.setBouncerTop(mBouncer.getTop());
170
if (
mNotificationPanelView
.isUnlockHintRunning()) {
405
mNotificationPanelView
.onBouncerPreHideAnimation();
Completed in 447 milliseconds