/aosp12/art/libartbase/base/ |
H A D | arena_bit_vector.h | 37 bool expandable, 40 return new (storage) ArenaBitVector(allocator, start_bits, expandable, kind); 45 bool expandable, 49 bool expandable, 74 bool expandable, 79 expandable, 85 bool expandable, 90 expandable,
|
H A D | arena_bit_vector.cc | 82 bool expandable, in ArenaBitVector() argument 85 expandable, in ArenaBitVector() 91 bool expandable, in ArenaBitVector() argument 94 expandable, in ArenaBitVector()
|
H A D | bit_vector.h | 122 bool expandable, 125 BitVector(bool expandable, 131 bool expandable, 393 BitVectorArray(uint32_t start_rows, uint32_t start_cols, bool expandable, Allocator* allocator) in BitVectorArray() argument 396 expandable, in BitVectorArray() 399 BitVectorArray(const BaseBitVectorArray& src, bool expandable, Allocator* allocator) in BitVectorArray() argument 401 data_(src.GetRawData(), expandable, allocator) {} in BitVectorArray()
|
H A D | bit_vector.cc | 27 BitVector::BitVector(bool expandable, in BitVector() argument 34 expandable_(expandable) { in BitVector() 42 bool expandable, in BitVector() argument 44 : BitVector(expandable, in BitVector() 53 bool expandable, in BitVector() argument 55 : BitVector(expandable, in BitVector()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
H A D | NotificationHeaderViewWrapper.java | 215 public void updateExpandability(boolean expandable, View.OnClickListener onClickListener, in updateExpandability() argument 217 mExpandButton.setVisibility(expandable ? View.VISIBLE : View.GONE); in updateExpandability() 218 mExpandButton.setOnClickListener(expandable ? onClickListener : null); in updateExpandability() 220 mAltExpandTarget.setOnClickListener(expandable ? onClickListener : null); in updateExpandability() 223 mIconContainer.setOnClickListener(expandable ? onClickListener : null); in updateExpandability() 226 mNotificationHeader.setOnClickListener(expandable ? onClickListener : null); in updateExpandability()
|
H A D | NotificationConversationTemplateViewWrapper.kt | 127 expandable: Boolean, 130 ) = conversationLayout.updateExpandability(expandable, onClickListener)
|
H A D | NotificationViewWrapper.java | 238 public void updateExpandability(boolean expandable, View.OnClickListener onClickListener, in updateExpandability() argument
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | ActionMenuView.java | 228 lp.expandable = false; in onMeasureExactFormat() 240 if (lp.expandable) expandableItemCount++; in onMeasureExactFormat() 265 if (!lp.expandable) continue; in onMeasureExactFormat() 425 final boolean expandable = !lp.isOverflowButton && hasText; in measureChildForCells() 426 lp.expandable = expandable; in measureChildForCells() 818 public boolean expandable; field in ActionMenuView.LayoutParams 861 encoder.addProperty("layout:expandable", expandable); in encodeProperties()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationContentView.java | 1562 public void updateExpandButtons(boolean expandable) { in updateExpandButtons() argument 1563 updateExpandButtonsDuringLayout(expandable, false /* duringLayout */); in updateExpandButtons() 1566 private void updateExpandButtonsDuringLayout(boolean expandable, boolean duringLayout) { in updateExpandButtonsDuringLayout() argument 1567 mExpandable = expandable; in updateExpandButtonsDuringLayout() 1574 expandable = false; in updateExpandButtonsDuringLayout() 1577 expandable = false; in updateExpandButtonsDuringLayout() 1580 boolean requestLayout = duringLayout && mIsContentExpandable != expandable; in updateExpandButtonsDuringLayout() 1582 mExpandedWrapper.updateExpandability(expandable, mExpandClickListener, requestLayout); in updateExpandButtonsDuringLayout() 1585 mContractedWrapper.updateExpandability(expandable, mExpandClickListener, requestLayout); in updateExpandButtonsDuringLayout() 1588 mHeadsUpWrapper.updateExpandability(expandable, mExpandClickListener, requestLayout); in updateExpandButtonsDuringLayout() [all …]
|
H A D | ExpandableNotificationRow.java | 2206 public void setExpandable(boolean expandable) { 2207 mExpandable = expandable; 3135 boolean expandable = shouldShowPublic(); 3137 if (!expandable) { 3139 expandable = true; 3144 expandable = mPrivateLayout.isContentExpandable(); 3148 if (expandable && !mIsSnoozed) {
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | LockscreenShadeTransitionController.kt | 776 val expandable = child.isContentExpandable regex 777 val rubberbandFactor = if (expandable) { 783 if (expandable && rubberband + child.collapsedHeight > child.maxContentHeight) {
|
/aosp12/frameworks/base/packages/SystemUI/docs/ |
H A D | plugin_hooks.md | 11 Use: Allows the entire QS panel to be replaced with something else that is optionally expandable.
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ConversationLayout.java | 1140 public void updateExpandability(boolean expandable, @Nullable OnClickListener onClickListener) { in updateExpandability() argument 1141 mExpandable = expandable; in updateExpandability() 1142 if (expandable) { in updateExpandability()
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |