Home
last modified time | relevance | path

Searched refs:SourceType (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DRoundable.kt86 sourceType: SourceType,
131 sourceType: SourceType,
155 sourceType: SourceType,
200 sourceType: SourceType,
226 sourceType: SourceType,
253 sourceType: SourceType,
288 fun requestRoundnessReset(sourceType: SourceType) {
397 internal val topRoundnessMap = mutableMapOf<SourceType, Float>()
400 internal val bottomRoundnessMap = mutableMapOf<SourceType, Float>()
483 interface SourceType { regex
[all …]
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DRcsContactUceCapability.java75 public @interface SourceType {} annotation in RcsContactUceCapability
137 public OptionsBuilder(@NonNull Uri contact, @SourceType int sourceType) { in OptionsBuilder()
195 public PresenceBuilder(@NonNull Uri contact, @SourceType int sourceType, in PresenceBuilder()
241 private @SourceType int mSourceType;
250 @SourceType int sourceType) { in RcsContactUceCapability()
357 public @SourceType int getSourceType() { in getSourceType()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainerTest.java28 import com.android.systemui.statusbar.notification.SourceType;
166 mChildrenContainer.requestBottomRoundness(1f, SourceType.from(""), false); in applyRoundnessAndInvalidate_should_be_immediately_applied_on_last_child()
177 mChildrenContainer.requestTopRoundness(1f, SourceType.from(""), false); in applyRoundnessAndInvalidate_should_be_immediately_applied_on_header()
189 mChildrenContainer.requestTopRoundness(1f, SourceType.from(""), false); in applyRoundnessAndInvalidate_should_be_immediately_applied_on_headerLowPriority()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManager.java25 import com.android.systemui.statusbar.notification.SourceType;
40 private static final SourceType DISMISS_ANIMATION = SourceType.from("DismissAnimation");
H A DNotificationSectionsManager.kt24 import com.android.systemui.statusbar.notification.SourceType
256 private val SECTION = SourceType.from("Section")
H A DNotificationSwipeHelper.java42 import com.android.systemui.statusbar.notification.SourceType;
55 private static final SourceType SWIPE_DISMISS = SourceType.from("SwipeDismiss");
H A DStackScrollAlgorithm.java35 import com.android.systemui.statusbar.notification.SourceType;
55 private static final SourceType STACK_SCROLL_ALGO = SourceType.from("StackScrollAlgorithm");
H A DNotificationChildrenContainer.java53 import com.android.systemui.statusbar.notification.SourceType;
85 private static final SourceType FROM_PARENT = SourceType.from("FromParent(NCC)");
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceController.java39 import com.android.systemui.statusbar.notification.SourceType;
70 private static final SourceType HEADS_UP = SourceType.from("HeadsUp");
71 private static final SourceType PULSING = SourceType.from("Pulsing");
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationViewTest.kt29 import com.android.systemui.statusbar.notification.SourceType
92 mView.requestTopRoundness(1f, SourceType.from(""))
H A DNotificationTestHelper.java70 import com.android.systemui.statusbar.notification.SourceType;
230 SourceType sourceType in createRowWithRoundness()
H A DExpandableNotificationRowTest.java66 import com.android.systemui.statusbar.notification.SourceType;
652 group.requestBottomRoundness(1f, SourceType.from(""), false); in applyRoundnessAndInvalidate_should_be_immediately_applied_on_childrenContainer()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java43 import com.android.systemui.statusbar.notification.SourceType;
73 private final Set<SourceType> mOnDetachResetRoundness = new HashSet<>();
729 for (SourceType sourceType : mOnDetachResetRoundness) { in onDetachedFromWindow()
740 public void addOnDetachResetRoundness(SourceType sourceType) { in addOnDetachResetRoundness()
H A DExpandableNotificationRow.java95 import com.android.systemui.statusbar.notification.SourceType;
144 private static final SourceType BASE_VALUE = SourceType.from("BaseValue");
145 private static final SourceType FROM_PARENT = SourceType.from("FromParent(ENR)");
146 private static final SourceType PINNED = SourceType.from("Pinned");
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DRoundableTest.kt212 private val SOURCE1 = SourceType.from("Source1")
213 private val SOURCE2 = SourceType.from("Source2")
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java47 import com.android.systemui.statusbar.notification.SourceType;
77 private static final SourceType BASE_VALUE = SourceType.from("BaseValue");
78 private static final SourceType SHELF_SCROLL = SourceType.from("ShelfScroll");
/aosp14/frameworks/base/core/java/android/app/
H A DActivityOptions.java2432 public void setSourceInfo(@SourceInfo.SourceType int type, long uptimeMillis) { in setSourceInfo()
2575 public @interface SourceType {} annotation in ActivityOptions.SourceInfo
2578 public final @SourceType int type;
2583 SourceInfo(@SourceType int srcType, long uptimeMillis) { in SourceInfo()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityMetricsLogger.java305 @SourceInfo.SourceType int mSourceType;
461 @VisibleForTesting final @SourceInfo.SourceType int sourceType;