Home
last modified time | relevance | path

Searched refs:NotificationPanelTitle (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DNotificationPanelTitle.java27 public class NotificationPanelTitle extends RelativeLayout implements View.OnClickListener { class
30 public NotificationPanelTitle(Context context, AttributeSet attrs) { in NotificationPanelTitle() method in NotificationPanelTitle
DNotificationPanel.java49 NotificationPanelTitle mTitleArea;
87 mTitleArea = (NotificationPanelTitle) findViewById(R.id.title_area); in onFinishInflate()