Searched refs:expandableView (Results 1 – 6 of 6) sorted by relevance
141 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 …]
79 public boolean isViewAffectedBySwipe(ExpandableView expandableView) { in isViewAffectedBySwipe() argument80 return expandableView != null in isViewAffectedBySwipe()81 && (expandableView == mSwipedView in isViewAffectedBySwipe()82 || expandableView == mViewBeforeSwipedView in isViewAffectedBySwipe()83 || expandableView == mViewAfterSwipedView); in isViewAffectedBySwipe()
1645 ExpandableView expandableView = (ExpandableView) v;2225 if (expandableView.getVisibility() != View.GONE2249 previousView = expandableView;2848 ExpandableView expandableView = (ExpandableView) view; in getIntrinsicHeight() local2849 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 …]
683 ExpandableView expandableView = (ExpandableView) child; in getMaxAllowedChildHeight() local684 return expandableView.getIntrinsicHeight(); in getMaxAllowedChildHeight()
836 public boolean isViewAffectedBySwipe(ExpandableView expandableView) { in isViewAffectedBySwipe() argument837 return mNotificationRoundnessManager.isViewAffectedBySwipe(expandableView); in isViewAffectedBySwipe()
2476 View expandableView = getChildAt(expandableIndexFromAdapterIndex(v.index));2477 expandableView.requestFocus();