Searched refs:InflationFlag (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | RowContentBindParams.java | 23 import com.android.systemui.statusbar.notification.row.NotificationRowContentBinder.InflationFlag; 33 private @InflationFlag int mContentViews = DEFAULT_INFLATION_FLAGS; 41 private @InflationFlag int mDirtyContentViews = mContentViews; 90 public void requireContentViews(@InflationFlag int contentViews) { in requireContentViews() 91 @InflationFlag int newContentViews = contentViews &= ~mContentViews; in requireContentViews() 104 public void markContentViewsFreeable(@InflationFlag int contentViews) { in markContentViewsFreeable() 109 public @InflationFlag int getContentViews() { in getContentViews() 128 public @InflationFlag int getDirtyContentViews() { in getDirtyContentViews() 140 @InflationFlag int currentContentViews = mContentViews; in setNeedsReinflation() 160 @InflationFlag private static final int DEFAULT_INFLATION_FLAGS =
|
D | NotifRemoteViewCache.java | 24 import com.android.systemui.statusbar.notification.row.NotificationRowContentBinder.InflationFlag; 38 boolean hasCachedView(NotificationEntry entry, @InflationFlag int flag); in hasCachedView() 47 @Nullable RemoteViews getCachedView(NotificationEntry entry, @InflationFlag int flag); in getCachedView() 58 @InflationFlag int flag, in putCachedView() 67 void removeCachedView(NotificationEntry entry, @InflationFlag int flag); in removeCachedView()
|
D | NotifRemoteViewCacheImpl.java | 28 import com.android.systemui.statusbar.notification.row.NotificationRowContentBinder.InflationFlag; 47 public boolean hasCachedView(NotificationEntry entry, @InflationFlag int flag) { in hasCachedView() 52 public @Nullable RemoteViews getCachedView(NotificationEntry entry, @InflationFlag int flag) { in getCachedView() 63 @InflationFlag int flag, in putCachedView() 78 public void removeCachedView(NotificationEntry entry, @InflationFlag int flag) { in removeCachedView()
|
D | RowContentBindStage.java | 26 import com.android.systemui.statusbar.notification.row.NotificationRowContentBinder.InflationFlag; 63 @InflationFlag int inflationFlags = params.getContentViews(); in executeStage() 64 @InflationFlag int invalidatedFlags = params.getDirtyContentViews(); in executeStage() 66 @InflationFlag int contentToBind = invalidatedFlags & inflationFlags; in executeStage() 67 @InflationFlag int contentToUnbind = inflationFlags ^ FLAG_CONTENT_VIEW_ALL; in executeStage()
|
D | NotificationRowContentBinder.java | 47 @InflationFlag int contentToBind, in bindContent() 72 @InflationFlag int contentToUnbind); in unbindContent() 83 @interface InflationFlag {} annotation
|
D | NotificationContentInflater.java | 101 @InflationFlag int contentToBind, in bindContent() 152 @InflationFlag int reInflateFlags, in inflateNotificationViews() 190 @InflationFlag int contentToUnbind) { in unbindContent() 209 @InflationFlag int inflateFlag) { in freeNotificationView() 250 @InflationFlag int contentViews) { in cancelContentViewFrees() 266 @InflationFlag int reInflateFlags, NotificationEntry entry, Context context, in inflateSmartReplyViews() 285 private static InflationProgress createRemoteViews(@InflationFlag int reInflateFlags, in createRemoteViews() 317 @InflationFlag int reInflateFlags, in apply() 440 final @InflationFlag int reInflateFlags, in applyRemoteView() 441 @InflationFlag int inflationId, in applyRemoteView() [all …]
|
D | NotifBindPipeline.java | 36 import com.android.systemui.statusbar.notification.row.NotificationRowContentBinder.InflationFlag;
|
D | ExpandableNotificationRow.java | 89 import com.android.systemui.statusbar.notification.row.NotificationRowContentBinder.InflationFlag; 484 public void freeContentViewWhenSafe(@InflationFlag int inflationFlag) { in freeContentViewWhenSafe()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationTestHelper.java | 64 import com.android.systemui.statusbar.notification.row.NotificationRowContentBinder.InflationFlag; 199 public ExpandableNotificationRow createRow(@InflationFlag int extraInflationFlags) in createRow() 364 @InflationFlag int extraInflationFlags) in generateRow() 375 @InflationFlag int extraInflationFlags, in generateRow()
|
D | NotificationContentInflaterTest.java | 60 import com.android.systemui.statusbar.notification.row.NotificationRowContentBinder.InflationFlag; 314 @InflationFlag int contentToInflate, in inflateAndWait() 322 @InflationFlag int contentToInflate, in inflateAndWait()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | AlertingNotificationManager.java | 31 import com.android.systemui.statusbar.notification.row.NotificationRowContentBinder.InflationFlag; 176 public abstract @InflationFlag int getContentFlag(); in getContentFlag()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupAlertTransferHelper.java | 34 import com.android.systemui.statusbar.notification.row.NotificationRowContentBinder.InflationFlag; 382 @InflationFlag int contentFlag = alertManager.getContentFlag(); in alertNotificationWhenPossible()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | HeadsUpManager.java | 36 import com.android.systemui.statusbar.notification.row.NotificationRowContentBinder.InflationFlag; 142 public @InflationFlag int getContentFlag() { in getContentFlag()
|