Searched refs:expandable (Results 1 – 7 of 7) sorted by relevance
227 lp.expandable = false; in onMeasureExactFormat()239 if (lp.expandable) expandableItemCount++; in onMeasureExactFormat()264 if (!lp.expandable) continue; in onMeasureExactFormat()424 final boolean expandable = !lp.isOverflowButton && hasText; in measureChildForCells()425 lp.expandable = expandable; in measureChildForCells()817 public boolean expandable; field in ActionMenuView.LayoutParams860 encoder.addProperty("layout:expandable", expandable); in encodeProperties()
174 boolean expandable = child.isContentExpandable(); in handleExpansion()175 float rubberbandFactor = expandable in handleExpansion()179 if (expandable in handleExpansion()
185 public void updateExpandability(boolean expandable, View.OnClickListener onClickListener) { in updateExpandability() argument186 mExpandButton.setVisibility(expandable ? View.VISIBLE : View.GONE); in updateExpandability()187 mNotificationHeader.setOnClickListener(expandable ? onClickListener : null); in updateExpandability()
218 public void updateExpandability(boolean expandable, View.OnClickListener onClickListener) {} in updateExpandability() argument
1512 public void updateExpandButtons(boolean expandable) {1513 mExpandable = expandable;1519 expandable = false;1522 expandable = false;1526 mExpandedWrapper.updateExpandability(expandable, mExpandClickListener);1529 mContractedWrapper.updateExpandability(expandable, mExpandClickListener);1532 mHeadsUpWrapper.updateExpandability(expandable, mExpandClickListener);1534 mIsContentExpandable = expandable;
2195 public void setExpandable(boolean expandable) {2196 mExpandable = expandable;2972 boolean expandable = shouldShowPublic();2974 if (!expandable) {2976 expandable = true;2981 expandable = mPrivateLayout.isContentExpandable();2985 if (expandable) {
10 Use: Allows the entire QS panel to be replaced with something else that is optionally expandable.