/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/ |
D | SplitShadeNotificationStackScrollLayoutSection.kt | 28 import com.android.systemui.shade.NotificationPanelView 39 notificationPanelView: NotificationPanelView,
|
D | SplitShadeMediaSection.kt | 35 import com.android.systemui.shade.NotificationPanelView 43 private val notificationPanelView: NotificationPanelView,
|
D | DefaultNotificationStackScrollLayoutSection.kt | 31 import com.android.systemui.shade.NotificationPanelView 43 notificationPanelView: NotificationPanelView,
|
D | NotificationStackScrollLayoutSection.kt | 31 import com.android.systemui.shade.NotificationPanelView 40 private val notificationPanelView: NotificationPanelView,
|
D | DefaultStatusBarSection.kt | 33 import com.android.systemui.shade.NotificationPanelView 44 private val notificationPanelView: NotificationPanelView,
|
D | DefaultStatusViewSection.kt | 39 import com.android.systemui.shade.NotificationPanelView 51 private val notificationPanelView: NotificationPanelView,
|
D | DefaultDeviceEntrySection.kt | 47 import com.android.systemui.shade.NotificationPanelView in <lambda>() 63 private val notificationPanelView: NotificationPanelView, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationPanelView.java | 33 public final class NotificationPanelView extends FrameLayout { class 44 public NotificationPanelView(Context context, AttributeSet attrs) { in NotificationPanelView() method in NotificationPanelView
|
D | DebugDrawable.java | 40 private final NotificationPanelView mView; 49 NotificationPanelView notificationPanelView, in DebugDrawable()
|
D | ShadeViewProviderModule.kt | 137 ): NotificationPanelView { in <lambda>() 148 npv: NotificationPanelView, in <lambda>() 198 notificationPanelView: NotificationPanelView, in <lambda>()
|
D | OWNERS | 21 per-file NotificationPanelView.java = pixel@google.com, cinek@google.com, juliacr@google.com, justi…
|
D | NotificationPanelViewController.java | 265 public static final String TAG = NotificationPanelView.class.getSimpleName(); 320 private final NotificationPanelView mView; 487 NotificationPanelView::setPanelAlphaInternal, 488 NotificationPanelView::getCurrentPanelAlpha, 695 public NotificationPanelViewController(NotificationPanelView view, in NotificationPanelViewController()
|
D | QuickSettingsControllerImpl.java | 129 private final NotificationPanelView mPanelView; 307 NotificationPanelView panelView, in QuickSettingsControllerImpl()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/ |
D | StatusBarSection.kt | 37 import com.android.systemui.shade.NotificationPanelView 48 private val notificationPanelView: Lazy<NotificationPanelView>,
|
D | LockSection.kt | 50 import com.android.systemui.shade.NotificationPanelView in <lambda>() 69 private val notificationPanelView: NotificationPanelView, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/sections/ |
D | DefaultDeviceEntrySectionTest.kt | 38 import com.android.systemui.shade.NotificationPanelView 59 @Mock private lateinit var notificationPanelView: NotificationPanelView
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | EventLogTags.logtags | 27 # NotificationPanelView.java
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | QuickSettingsControllerImplBaseTest.java | 125 @Mock protected NotificationPanelView mPanelView;
|
D | NotificationPanelViewControllerBaseTest.java | 247 @Mock protected NotificationPanelView mView;
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfacesImplTest.java | 144 import com.android.systemui.shade.NotificationPanelView; 253 @Mock private NotificationPanelView mNotificationPanelView;
|