Home
last modified time | relevance | path

Searched refs:expandable (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/widget/
DActionMenuView.java227 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.LayoutParams
860 encoder.addProperty("layout:expandable", expandable); in encodeProperties()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDragDownHelper.java174 boolean expandable = child.isContentExpandable(); in handleExpansion()
175 float rubberbandFactor = expandable in handleExpansion()
179 if (expandable in handleExpansion()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationHeaderViewWrapper.java185 public void updateExpandability(boolean expandable, View.OnClickListener onClickListener) { in updateExpandability() argument
186 mExpandButton.setVisibility(expandable ? View.VISIBLE : View.GONE); in updateExpandability()
187 mNotificationHeader.setOnClickListener(expandable ? onClickListener : null); in updateExpandability()
DNotificationViewWrapper.java218 public void updateExpandability(boolean expandable, View.OnClickListener onClickListener) {} in updateExpandability() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1512 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;
DExpandableNotificationRow.java2195 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) {
/frameworks/base/packages/SystemUI/docs/
Dplugin_hooks.md10 Use: Allows the entire QS panel to be replaced with something else that is optionally expandable.