Home
last modified time | relevance | path

Searched defs:FLAG_CONTENT_VIEW_ALL (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java158 FLAG_CONTENT_VIEW_ALL, in testIncreasedHeadsUpBeingUsed() local
175 FLAG_CONTENT_VIEW_ALL, in testIncreasedHeightBeingUsed() local
221 FLAG_CONTENT_VIEW_ALL, in testRemovedNotInflated() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRowContentBinder.java129 int FLAG_CONTENT_VIEW_ALL = (1 << 7) - 1; field