Searched refs:expandableView (Results 1 – 3 of 3) sorted by relevance
139 ExpandableView expandableView = (ExpandableView) view; in applyToView() local141 int height = expandableView.getActualHeight(); in applyToView()146 expandableView.setActualHeight(newHeight, false /* notifyListeners */); in applyToView()150 expandableView.setDimmed(this.dimmed, false /* animate */); in applyToView()153 expandableView.setHideSensitive( in applyToView()157 expandableView.setBelowSpeedBump(this.belowSpeedBump); in applyToView()160 float oldClipTopAmount = expandableView.getClipTopAmount(); in applyToView()162 expandableView.setClipTopAmount(this.clipTopAmount); in applyToView()165 expandableView.setTransformingInShelf(false); in applyToView()166 expandableView.setInShelf(inShelf); in applyToView()[all …]
1208 ExpandableView expandableView = (ExpandableView) mForcedScroll;1209 int positionInLinearLayout = getPositionInLinearLayout(expandableView);1210 int targetScroll = targetScrollForView(expandableView, positionInLinearLayout);1211 int outOfViewScroll = positionInLinearLayout + expandableView.getIntrinsicHeight();1662 ExpandableView expandableView = (ExpandableView) v;1667 int targetScroll = targetScrollForView(expandableView, positionInLinearLayout);1668 int outOfViewScroll = positionInLinearLayout + expandableView.getIntrinsicHeight();2385 ExpandableView expandableView = (ExpandableView) getChildAt(i);2386 boolean footerViewOnLockScreen = expandableView == mFooterView && onKeyguard();2387 if (expandableView.getVisibility() != View.GONE[all …]
626 ExpandableView expandableView = (ExpandableView) child;627 return expandableView.getIntrinsicHeight();