Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DDismissAnimationController.java108 void showDismissView(boolean show) { in showDismissView() method in DismissAnimationController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java747 showDismissView /* showDismissView */, in updateFooter() local
756 private boolean shouldShowFooterView(boolean showDismissView) { in shouldShowFooterView()
4590 public void updateFooterView(boolean visible, boolean showDismissView, boolean showHistory) { in updateFooterView()