Searched refs:NotificationContentView (Results 1 – 6 of 6) sorted by relevance
24 import static com.android.systemui.statusbar.notification.row.NotificationContentView.VISIBLE_TYPE_…25 import static com.android.systemui.statusbar.notification.row.NotificationContentView.VISIBLE_TYPE_…26 import static com.android.systemui.statusbar.notification.row.NotificationContentView.VISIBLE_TYPE_…197 private NotificationContentView mPublicLayout;198 private NotificationContentView mPrivateLayout;199 private NotificationContentView[] mLayouts;389 public NotificationContentView getPrivateLayout() { in getPrivateLayout()393 public NotificationContentView getPublicLayout() { in getPublicLayout()398 for (NotificationContentView l : mLayouts) { in setIconAnimationRunning()414 private void setIconAnimationRunning(boolean running, NotificationContentView layout) { in setIconAnimationRunning()[all …]
19 import static com.android.systemui.statusbar.notification.row.NotificationContentView.VISIBLE_TYPE_…20 import static com.android.systemui.statusbar.notification.row.NotificationContentView.VISIBLE_TYPE_…21 import static com.android.systemui.statusbar.notification.row.NotificationContentView.VISIBLE_TYPE_…410 NotificationContentView privateLayout = row.getPrivateLayout(); in apply()411 NotificationContentView publicLayout = row.getPublicLayout(); in apply()433 NotificationContentView.VISIBLE_TYPE_CONTRACTED), in apply()458 NotificationContentView.VISIBLE_TYPE_EXPANDED), runningInflations, in apply()508 publicLayout.getVisibleWrapper(NotificationContentView.VISIBLE_TYPE_CONTRACTED), in apply()514 NotificationContentView newParent = redactAmbient ? publicLayout : privateLayout; in apply()532 NotificationContentView.VISIBLE_TYPE_AMBIENT), runningInflations, in apply()[all …]
66 public class NotificationContentView extends FrameLayout { class170 public NotificationContentView(Context context, AttributeSet attrs) { in NotificationContentView() method in NotificationContentView
252 NotificationContentView publicLayout = mock(NotificationContentView.class); in testShowAppOpsIcons_header()254 NotificationContentView privateLayout = mock(NotificationContentView.class); in testShowAppOpsIcons_header()
51 NotificationContentView mView;58 mView = new NotificationContentView(mContext, null); in setup()
31 import com.android.systemui.statusbar.notification.row.NotificationContentView;177 final NotificationContentView layout = row.getPrivateLayout(); in sanitizeHeaderViews()