Searched refs:NotificationContentView (Results 1 – 6 of 6) sorted by relevance
23 import static com.android.systemui.statusbar.notification.row.NotificationContentView.VISIBLE_TYPE_…24 import static com.android.systemui.statusbar.notification.row.NotificationContentView.VISIBLE_TYPE_…193 private NotificationContentView mPublicLayout;194 private NotificationContentView mPrivateLayout;195 private NotificationContentView[] mLayouts;373 public NotificationContentView getPrivateLayout() { in getPrivateLayout()377 public NotificationContentView getPublicLayout() { in getPublicLayout()382 for (NotificationContentView l : mLayouts) { in setIconAnimationRunning()398 private void setIconAnimationRunning(boolean running, NotificationContentView layout) { in setIconAnimationRunning()550 for (NotificationContentView l : mLayouts) { in onNotificationUpdated()[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_…371 NotificationContentView privateLayout = row.getPrivateLayout(); in apply()372 NotificationContentView publicLayout = row.getPublicLayout(); in apply()394 NotificationContentView.VISIBLE_TYPE_CONTRACTED), in apply()419 NotificationContentView.VISIBLE_TYPE_EXPANDED), runningInflations, in apply()469 publicLayout.getVisibleWrapper(NotificationContentView.VISIBLE_TYPE_CONTRACTED), in apply()492 NotificationContentView parentLayout, in applyRemoteView()611 NotificationContentView privateLayout = row.getPrivateLayout(); in finishIfDone()612 NotificationContentView publicLayout = row.getPublicLayout(); in finishIfDone()
66 public class NotificationContentView extends FrameLayout { class164 public NotificationContentView(Context context, AttributeSet attrs) { in NotificationContentView() method in NotificationContentView
51 NotificationContentView mView;56 mView = new NotificationContentView(mContext, null); in setup()
246 NotificationContentView publicLayout = mock(NotificationContentView.class); in testShowAppOpsIcons_header()248 NotificationContentView privateLayout = mock(NotificationContentView.class); in testShowAppOpsIcons_header()
31 import com.android.systemui.statusbar.notification.row.NotificationContentView;177 final NotificationContentView layout = row.getPrivateLayout(); in sanitizeHeaderViews()