/frameworks/base/core/java/android/widget/ |
D | ActionMenuView.java | 226 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/ |
D | DragDownHelper.java | 172 boolean expandable = child.isContentExpandable(); in handleExpansion() 173 float rubberbandFactor = expandable in handleExpansion() 177 if (expandable in handleExpansion()
|
D | NotificationContentView.java | 1434 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()
|
D | ExpandableNotificationRow.java | 1959 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/ |
D | ActionMenuView.java | 230 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/ |
D | NotificationHeaderViewWrapper.java | 186 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()
|
D | NotificationViewWrapper.java | 93 public void updateExpandability(boolean expandable, View.OnClickListener onClickListener) {} in updateExpandability() argument
|
/frameworks/base/packages/SystemUI/docs/ |
D | plugin_hooks.md | 10 Use: Allows the entire QS panel to be replaced with something else that is optionally expandable.
|
/frameworks/support/jetifier/jetifier/source-transformer/ |
D | default.config | 866 "from": "android/support/design/expandable/(.*)", 867 "to": "com/google/android/material/expandable/{0}"
|
/frameworks/support/v7/appcompat/api_legacy/ |
D | 26.0.0.txt | 444 field public boolean expandable;
|
D | 26.1.0.txt | 444 field public boolean expandable;
|
D | 27.0.0.txt | 418 field public boolean expandable;
|
D | 27.1.0.txt | 449 field public boolean expandable;
|
D | 28.0.0-alpha1.txt | 449 field public boolean expandable;
|
D | current.txt | 449 field public boolean expandable;
|
/frameworks/support/v7/appcompat/api/ |
D | current.txt | 449 field public boolean expandable;
|
/frameworks/support/api/ |
D | 22.0.0.txt | 4530 field public boolean expandable;
|
D | 22.1.0.txt | 5040 field public boolean expandable;
|
D | 22.2.0.txt | 6639 field public boolean expandable;
|
D | 22.2.1.txt | 6722 field public boolean expandable;
|
D | 25.2.0.txt | 9474 field public boolean expandable;
|
D | 25.0.0.txt | 9029 field public boolean expandable;
|
D | 24.2.0.txt | 8951 field public boolean expandable;
|
D | 23.0.0.txt | 7562 field public boolean expandable;
|
/frameworks/base/config/ |
D | hiddenapi-light-greylist.txt | 6852 Landroid/widget/ActionMenuView$LayoutParams;->expandable:Z
|