OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mchildrenexpanded
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java
65
private boolean
mChildrenExpanded
;
337
if (
mChildrenExpanded
|| mUserLocked) {
379
intrinsicHeight +=
mChildrenExpanded
? mDividerHeight : mChildPadding;
388
intrinsicHeight +=
mChildrenExpanded
401
} else if (!
mChildrenExpanded
) {
427
&&
mChildrenExpanded
;
436
yPosition +=
mChildrenExpanded
? mDividerHeight : mChildPadding;
445
yPosition +=
mChildrenExpanded
? mNotificatonTopPadding + mDividerHeight : 0;
490
if (!
mChildrenExpanded
) {
550
if (!likeCollapsed && (
mChildrenExpanded
|| mNotificationParent.isUserLocked()))
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java
123
private boolean
mChildrenExpanded
;
436
return
mChildrenExpanded
;
488
if (!mIsSummaryWithChildren || !
mChildrenExpanded
) {
[
all
...]
Completed in 57 milliseconds