Searched refs:expandableView (Results 1 – 3 of 3) sorted by relevance
141 ExpandableView expandableView = (ExpandableView) view; in applyToView() local143 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 …]
1185 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 …]
628 ExpandableView expandableView = (ExpandableView) child;629 return expandableView.getIntrinsicHeight();