Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DExpandableViewState.java146 ExpandableView expandableView = (ExpandableView) view; in applyToView() local
148 int height = expandableView.getActualHeight(); in applyToView()
153 expandableView.setActualHeight(newHeight, false /* notifyListeners */); in applyToView()
156 float shadowAlpha = expandableView.getShadowAlpha(); in applyToView()
161 expandableView.setShadowAlpha(newShadowAlpha); in applyToView()
165 expandableView.setDimmed(this.dimmed, false /* animate */); in applyToView()
168 expandableView.setHideSensitive( in applyToView()
172 expandableView.setBelowSpeedBump(this.belowSpeedBump); in applyToView()
175 expandableView.setDark(this.dark, false /* animate */, 0 /* delay */); in applyToView()
178 float oldClipTopAmount = expandableView.getClipTopAmount(); in applyToView()
[all …]
DAmbientState.java384 public boolean isAboveShelf(ExpandableView expandableView) { in isAboveShelf() argument
385 if (!(expandableView instanceof ExpandableNotificationRow)) { in isAboveShelf()
386 return expandableView.isAboveShelf(); in isAboveShelf()
388 ExpandableNotificationRow row = (ExpandableNotificationRow) expandableView; in isAboveShelf()
DNotificationStackScrollLayout.java813 ExpandableView expandableView = (ExpandableView) mForcedScroll; in updateForcedScroll() local
814 int positionInLinearLayout = getPositionInLinearLayout(expandableView); in updateForcedScroll()
815 int targetScroll = targetScrollForView(expandableView, positionInLinearLayout); in updateForcedScroll()
816 int outOfViewScroll = positionInLinearLayout + expandableView.getIntrinsicHeight(); in updateForcedScroll()
1391 ExpandableView expandableView = (ExpandableView) v;
1393 int targetScroll = targetScrollForView(expandableView, positionInLinearLayout);
1394 int outOfViewScroll = positionInLinearLayout + expandableView.getIntrinsicHeight();
2164 ExpandableView expandableView = (ExpandableView) getChildAt(i);
2165 boolean footerViewOnLockScreen = expandableView == mFooterView && onKeyguard();
2166 if (expandableView.getVisibility() != View.GONE
[all …]
DStackScrollAlgorithm.java537 ExpandableView expandableView = (ExpandableView) child;
538 return expandableView.getIntrinsicHeight();