Home
last modified time | relevance | path

Searched refs:expandableView (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DExpandableViewState.java141 int height = expandableView.getActualHeight(); in applyToView()
153 expandableView.setHideSensitive( in applyToView()
165 expandableView.setTransformingInShelf(false); in applyToView()
166 expandableView.setInShelf(inShelf); in applyToView()
169 expandableView.setHeadsUpIsVisible(); in applyToView()
185 startHeightAnimation(expandableView, properties); in animateTo()
192 startInsetAnimation(expandableView, properties); in animateTo()
212 if (!expandableView.isInShelf() && this.inShelf) { in animateTo()
213 expandableView.setTransformingInShelf(true); in animateTo()
215 expandableView.setInShelf(this.inShelf); in animateTo()
[all …]
H A DNotificationRoundnessManager.java79 public boolean isViewAffectedBySwipe(ExpandableView expandableView) { in isViewAffectedBySwipe() argument
80 return expandableView != null in isViewAffectedBySwipe()
81 && (expandableView == mSwipedView in isViewAffectedBySwipe()
82 || expandableView == mViewBeforeSwipedView in isViewAffectedBySwipe()
83 || expandableView == mViewAfterSwipedView); in isViewAffectedBySwipe()
H A DNotificationStackScrollLayout.java1645 ExpandableView expandableView = (ExpandableView) v;
2225 if (expandableView.getVisibility() != View.GONE
2249 previousView = expandableView;
2848 ExpandableView expandableView = (ExpandableView) view; in getIntrinsicHeight() local
2849 return expandableView.getIntrinsicHeight(); in getIntrinsicHeight()
4257 float translationZ = expandableView.getTranslationZ(); in updateViewShadows()
4266 expandableView.setFakeShadowIntensity( in updateViewShadows()
4271 previous = expandableView; in updateViewShadows()
4998 expandableView.dump(fd, pw, args); in dump()
5603 ExpandableView expandableView = (ExpandableView) child;
[all …]
H A DStackScrollAlgorithm.java683 ExpandableView expandableView = (ExpandableView) child; in getMaxAllowedChildHeight() local
684 return expandableView.getIntrinsicHeight(); in getMaxAllowedChildHeight()
H A DNotificationStackScrollLayoutController.java836 public boolean isViewAffectedBySwipe(ExpandableView expandableView) { in isViewAffectedBySwipe() argument
837 return mNotificationRoundnessManager.isViewAffectedBySwipe(expandableView); in isViewAffectedBySwipe()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollAdapterView.java2476 View expandableView = getChildAt(expandableIndexFromAdapterIndex(v.index));
2477 expandableView.requestFocus();