Home
last modified time | relevance | path

Searched refs:visibleType (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java696 mVisibleType = visibleType; in updateContentTransformation()
697 updateViewVisibilities(visibleType); in updateContentTransformation()
701 if (visibleType != mVisibleType) { in updateContentTransformation()
710 mVisibleType = visibleType; in updateContentTransformation()
870 mVisibleType = visibleType; in selectLayout()
945 final int visibleType = ( in getBackgroundColorForExpansionState() local
949 return getBackgroundColor(visibleType); in getBackgroundColorForExpansionState()
1006 if (visibleType == VISIBLE_TYPE_HEADSUP in transferRemoteInputFocus()
1025 switch (visibleType) { in getTransformableViewForVisibleType()
1042 switch (visibleType) { in getViewForVisibleType()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java4550 for (String visibleType : visibleAccountTypes) {
4552 userAccounts, visibleType, callingUid, callingPackage,