HomeSort by relevance Sort by last modified time
    Searched refs:isLeavebehind (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationGuts.java 93 public default boolean isLeavebehind() {
219 if ((mGutsContent.isLeavebehind() && leavebehinds)
220 || (!mGutsContent.isLeavebehind() && controls)) {
393 public boolean isLeavebehind() {
394 return mGutsContent != null && mGutsContent.isLeavebehind();
NotificationSnooze.java 430 public boolean isLeavebehind() {
NotificationEntryManager.java 553 && entry.row.getGuts() != null && !entry.row.getGuts().isLeavebehind()) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java     [all...]

Completed in 360 milliseconds