Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/widget/
DActionMenuView.java226 lp.expandable = false; in onMeasureExactFormat()
238 if (lp.expandable) expandableItemCount++; in onMeasureExactFormat()
263 if (!lp.expandable) continue; in onMeasureExactFormat()
423 final boolean expandable = !lp.isOverflowButton && hasText; in measureChildForCells()
424 lp.expandable = expandable; in measureChildForCells()
805 public boolean expandable; field in ActionMenuView.LayoutParams
846 encoder.addProperty("layout:expandable", expandable); in encodeProperties()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDragDownHelper.java172 boolean expandable = child.isContentExpandable(); in handleExpansion()
173 float rubberbandFactor = expandable in handleExpansion()
177 if (expandable in handleExpansion()
DNotificationContentView.java1434 public void updateExpandButtons(boolean expandable) { in updateExpandButtons() argument
1435 mExpandable = expandable; in updateExpandButtons()
1441 expandable = false; in updateExpandButtons()
1444 expandable = false; in updateExpandButtons()
1448 mExpandedWrapper.updateExpandability(expandable, mExpandClickListener); in updateExpandButtons()
1451 mContractedWrapper.updateExpandability(expandable, mExpandClickListener); in updateExpandButtons()
1454 mHeadsUpWrapper.updateExpandability(expandable, mExpandClickListener); in updateExpandButtons()
1456 mIsContentExpandable = expandable; in updateExpandButtons()
DExpandableNotificationRow.java1959 public void setExpandable(boolean expandable) {
1960 mExpandable = expandable;
2702 boolean expandable = shouldShowPublic();
2704 if (!expandable) {
2706 expandable = true;
2711 expandable = mPrivateLayout.isContentExpandable();
2715 if (expandable) {
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DActionMenuView.java230 lp.expandable = false; in onMeasureExactFormat()
242 if (lp.expandable) expandableItemCount++; in onMeasureExactFormat()
267 if (!lp.expandable) continue; in onMeasureExactFormat()
427 final boolean expandable = !lp.isOverflowButton && hasText; in measureChildForCells()
428 lp.expandable = expandable; in measureChildForCells()
825 public boolean expandable; field in ActionMenuView.LayoutParams
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationHeaderViewWrapper.java186 public void updateExpandability(boolean expandable, View.OnClickListener onClickListener) { in updateExpandability() argument
187 mExpandButton.setVisibility(expandable ? View.VISIBLE : View.GONE); in updateExpandability()
188 mNotificationHeader.setOnClickListener(expandable ? onClickListener : null); in updateExpandability()
DNotificationViewWrapper.java93 public void updateExpandability(boolean expandable, View.OnClickListener onClickListener) {} in updateExpandability() argument
/frameworks/base/packages/SystemUI/docs/
Dplugin_hooks.md10 Use: Allows the entire QS panel to be replaced with something else that is optionally expandable.
/frameworks/support/jetifier/jetifier/source-transformer/
Ddefault.config866 "from": "android/support/design/expandable/(.*)",
867 "to": "com/google/android/material/expandable/{0}"
/frameworks/support/v7/appcompat/api_legacy/
D26.0.0.txt444 field public boolean expandable;
D26.1.0.txt444 field public boolean expandable;
D27.0.0.txt418 field public boolean expandable;
D27.1.0.txt449 field public boolean expandable;
D28.0.0-alpha1.txt449 field public boolean expandable;
Dcurrent.txt449 field public boolean expandable;
/frameworks/support/v7/appcompat/api/
Dcurrent.txt449 field public boolean expandable;
/frameworks/support/api/
D22.0.0.txt4530 field public boolean expandable;
D22.1.0.txt5040 field public boolean expandable;
D22.2.0.txt6639 field public boolean expandable;
D22.2.1.txt6722 field public boolean expandable;
D25.2.0.txt9474 field public boolean expandable;
D25.0.0.txt9029 field public boolean expandable;
D24.2.0.txt8951 field public boolean expandable;
D23.0.0.txt7562 field public boolean expandable;
/frameworks/base/config/
Dhiddenapi-light-greylist.txt6852 Landroid/widget/ActionMenuView$LayoutParams;->expandable:Z

12