Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DExpandableViewState.java141 ExpandableView expandableView = (ExpandableView) view; in applyToView() local
143 int height = expandableView.getActualHeight(); in applyToView()
148 expandableView.setActualHeight(newHeight, false /* notifyListeners */); in applyToView()
152 expandableView.setDimmed(this.dimmed, false /* animate */); in applyToView()
155 expandableView.setHideSensitive( in applyToView()
159 expandableView.setBelowSpeedBump(this.belowSpeedBump); in applyToView()
162 expandableView.setDark(this.dark, false /* animate */, 0 /* delay */); in applyToView()
165 float oldClipTopAmount = expandableView.getClipTopAmount(); in applyToView()
167 expandableView.setClipTopAmount(this.clipTopAmount); in applyToView()
170 expandableView.setTransformingInShelf(false); in applyToView()
[all …]
DNotificationStackScrollLayout.java1185 ExpandableView expandableView = (ExpandableView) mForcedScroll;
1186 int positionInLinearLayout = getPositionInLinearLayout(expandableView);
1187 int targetScroll = targetScrollForView(expandableView, positionInLinearLayout);
1188 int outOfViewScroll = positionInLinearLayout + expandableView.getIntrinsicHeight();
1621 ExpandableView expandableView = (ExpandableView) v;
1626 int targetScroll = targetScrollForView(expandableView, positionInLinearLayout);
1627 int outOfViewScroll = positionInLinearLayout + expandableView.getIntrinsicHeight();
2344 ExpandableView expandableView = (ExpandableView) getChildAt(i);
2345 boolean footerViewOnLockScreen = expandableView == mFooterView && onKeyguard();
2346 if (expandableView.getVisibility() != View.GONE
[all …]
DStackScrollAlgorithm.java628 ExpandableView expandableView = (ExpandableView) child;
629 return expandableView.getIntrinsicHeight();