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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationGuts.java 80 private GutsContent mGutsContent;
82 public interface GutsContent {
152 public void setGutsContent(GutsContent content) {
158 public GutsContent getGutsContent() {
NotificationMenuRow.java 27 import com.android.systemui.statusbar.NotificationGuts.GutsContent;
631 GutsContent mGutsContent;
634 public NotificationMenuItem(Context context, String s, GutsContent content, int iconResId) {
ExpandableNotificationRow.java 65 import com.android.systemui.statusbar.NotificationGuts.GutsContent;
814 if (mGuts != null && item.getGutsView() instanceof GutsContent) {
815 ((GutsContent) item.getGutsView()).setGutsParent(mGuts);
816 mGuts.setGutsContent((GutsContent) item.getGutsView());
    [all...]
NotificationInfo.java 56 public class NotificationInfo extends LinearLayout implements NotificationGuts.GutsContent {
NotificationSnooze.java 60 implements NotificationGuts.GutsContent, View.OnClickListener {

Completed in 826 milliseconds