Home
last modified time | relevance | path

Searched refs:excludedViews (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DViewHierarchyAnimator.kt92 excludedViews: Set<View> = emptySet() in <lambda>()
100 excludedViews = excludedViews in <lambda>()
114 excludedViews: Set<View> = emptySet() in <lambda>()
122 excludedViews = excludedViews in <lambda>()
132 excludedViews: Set<View> = emptySet() in <lambda>()
152 excludedViews = excludedViews in <lambda>()
957 excludedViews: Set<View> = emptySet() in <lambda>()
959 if (excludedViews.contains(view)) return in <lambda>()
976 excludedViews = excludedViews in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardStatusView.java105 private void setChildrenTranslationYExcluding(float translationY, Set<View> excludedViews) { in setChildrenTranslationYExcluding() argument
109 if (!excludedViews.contains(child)) { in setChildrenTranslationYExcluding()
/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
DPrivacyDialogV2.kt328 excludedViews = setOf(expandedLayout) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DViewHierarchyAnimatorTest.kt216 excludedViews = setOf(rootView.getChildAt(0)) in animatesRootAndChildren_withExcludedViews()