Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DSystemUIDialogManager.java116 void shouldHideAffordances(boolean shouldHide); in shouldHideAffordances()
/aosp14/frameworks/base/core/java/android/app/search/
H A DSearchTarget.java236 public boolean shouldHide() { in shouldHide() method in SearchTarget
489 public Builder setShouldHide(boolean shouldHide) { in setShouldHide()