Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitchController.java361 final Set<View> excludedViews = new HashSet<>(); in setChildrenAlphaExcludingSmartspace() local
371 public void setChildrenAlphaExcluding(float alpha, Set<View> excludedViews) { in setChildrenAlphaExcluding()
H A DKeyguardStatusView.java134 public void setChildrenAlphaExcluding(float alpha, Set<View> excludedViews) { in setChildrenAlphaExcluding()