Home
last modified time | relevance | path

Searched defs:expandable (Results 1 – 9 of 9) sorted by relevance

/aosp12/art/libartbase/base/
H A Darena_bit_vector.cc82 bool expandable, in ArenaBitVector()
91 bool expandable, in ArenaBitVector()
H A Dbit_vector.cc27 BitVector::BitVector(bool expandable, in BitVector()
42 bool expandable, in BitVector()
53 bool expandable, in BitVector()
H A Dbit_vector.h393 BitVectorArray(uint32_t start_rows, uint32_t start_cols, bool expandable, Allocator* allocator) in BitVectorArray()
399 BitVectorArray(const BaseBitVectorArray& src, bool expandable, Allocator* allocator) in BitVectorArray()
/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()
H A DNotificationViewWrapper.java238 public void updateExpandability(boolean expandable, View.OnClickListener onClickListener, in updateExpandability()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLockscreenShadeTransitionController.kt776 val expandable = child.isContentExpandable regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1562 public void updateExpandButtons(boolean expandable) { in updateExpandButtons()
1566 private void updateExpandButtonsDuringLayout(boolean expandable, boolean duringLayout) { in updateExpandButtonsDuringLayout()
/aosp12/frameworks/base/core/java/android/widget/
H A DActionMenuView.java818 public boolean expandable; field in ActionMenuView.LayoutParams
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DConversationLayout.java1140 public void updateExpandability(boolean expandable, @Nullable OnClickListener onClickListener) { in updateExpandability()