Searched refs:FLAG_CONTENT_VIEW_ALL (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | RowContentBindStageTest.java | 19 …com.android.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_ALL; 92 params.requireContentViews(FLAG_CONTENT_VIEW_ALL); in testFreeContentViews() 129 params.requireContentViews(FLAG_CONTENT_VIEW_ALL); in testSetUseLowPriority() 153 params.requireContentViews(FLAG_CONTENT_VIEW_ALL); in testSetUseIncreasedHeight() 177 params.requireContentViews(FLAG_CONTENT_VIEW_ALL); in testSetUseIncreasedHeadsUpHeight() 201 params.requireContentViews(FLAG_CONTENT_VIEW_ALL); in testSetNeedsReinflation() 212 eq(FLAG_CONTENT_VIEW_ALL), in testSetNeedsReinflation()
|
D | NotificationContentInflaterTest.java | 19 …com.android.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_ALL; 125 FLAG_CONTENT_VIEW_ALL, in testIncreasedHeadsUpBeingUsed() local 140 FLAG_CONTENT_VIEW_ALL, in testIncreasedHeightBeingUsed() local 148 inflateAndWait(mNotificationInflater, FLAG_CONTENT_VIEW_ALL, mRow); in testInflationCallsUpdated() 165 inflateAndWait(true /* expectingException */, mNotificationInflater, FLAG_CONTENT_VIEW_ALL, in testInflationThrowsErrorDoesntCallUpdated() 174 inflateAndWait(mNotificationInflater, FLAG_CONTENT_VIEW_ALL, mRow); in testAsyncTaskRemoved() 185 FLAG_CONTENT_VIEW_ALL, in testRemovedNotInflated() local
|
D | ExpandableNotificationRowTest.java | 22 …com.android.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_ALL; 133 FLAG_CONTENT_VIEW_ALL)); in testIconColorShouldBeUpdatedWhenSensitive() 141 ExpandableNotificationRow row = mNotificationTestHelper.createRow(FLAG_CONTENT_VIEW_ALL); in setNeedsRedactionFreesViewWhenFalse()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationRowContentBinder.java | 82 FLAG_CONTENT_VIEW_ALL}) 104 int FLAG_CONTENT_VIEW_ALL = (1 << 4) - 1; field
|
D | RowContentBindStage.java | 19 …com.android.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_ALL; 67 @InflationFlag int contentToUnbind = inflationFlags ^ FLAG_CONTENT_VIEW_ALL; in executeStage()
|