Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Darena_bit_vector.h37 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 Darena_bit_vector.cc82 bool expandable, in ArenaBitVector() argument
85 expandable, in ArenaBitVector()
91 bool expandable, in ArenaBitVector() argument
94 expandable, in ArenaBitVector()
H A Dbit_vector.h122 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 Dbit_vector.cc27 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 DNotificationHeaderViewWrapper.java215 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 DNotificationConversationTemplateViewWrapper.kt127 expandable: Boolean,
130 ) = conversationLayout.updateExpandability(expandable, onClickListener)
H A DNotificationViewWrapper.java238 public void updateExpandability(boolean expandable, View.OnClickListener onClickListener, in updateExpandability() argument
/aosp12/frameworks/base/core/java/android/widget/
H A DActionMenuView.java228 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 DNotificationContentView.java1562 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 DExpandableNotificationRow.java2206 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 DLockscreenShadeTransitionController.kt776 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 Dplugin_hooks.md11 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 DConversationLayout.java1140 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 Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...