OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isChildInGroup
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableOutlineView.java
101
if (
isChildInGroup
()) {
ExpandableNotificationRow.java
193
if (
isChildInGroup
()) {
381
public boolean
isChildInGroup
() {
390
* @param
isChildInGroup
Is this notification now in a group
393
public void setIsChildInGroup(boolean
isChildInGroup
, ExpandableNotificationRow parent) {;
394
boolean childInGroup = BaseStatusBar.ENABLE_CHILD_NOTIFICATIONS &&
isChildInGroup
;
408
|| !
isChildInGroup
() || isGroupExpanded()) {
619
boolean normalChild = !
isChildInGroup
() || isGroupExpanded();
731
if (
isChildInGroup
()) {
[
all
...]
ExpandableView.java
435
public boolean
isChildInGroup
() {
ActivatableNotificationView.java
603
mBgAlpha =
isChildInGroup
() && mDimmed ? transformationAmount : 1f;
622
final boolean dontShowDimmed = isGroupExpansionChanging() &&
isChildInGroup
();
[
all
...]
NotificationContentView.java
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
TransformState.java
341
if (row != null && row.
isChildInGroup
()) {
346
if (row != null && !row.
isChildInGroup
()) {
NotificationHeaderViewWrapper.java
172
if (mIcon != null && !mRow.
isChildInGroup
()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpManager.java
390
if (topEntry.
isChildInGroup
()) {
509
if (row.
isChildInGroup
()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java
[
all
...]
Completed in 575 milliseconds