Home
last modified time | relevance | path

Searched defs:mDividerHeight (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java91 private int mDividerHeight; field in NotificationChildrenContainer
/aosp14/frameworks/base/core/java/android/widget/
H A DLinearLayout.java224 private int mDividerHeight; field in LinearLayout
517 getWidth() - getPaddingRight() - mDividerPadding, top + mDividerHeight); in drawHorizontalDivider() local
H A DListView.java189 int mDividerHeight; field in ListView