/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | Roundable.kt | 77 sourceType: SourceType, in <lambda>() 121 sourceType: SourceType, in <lambda>() 144 sourceType: SourceType, in <lambda>() 188 sourceType: SourceType, in <lambda>() 213 sourceType: SourceType, in <lambda>() 239 sourceType: SourceType, in <lambda>() 259 fun requestRoundnessReset(sourceType: SourceType, animate: Boolean) { in <lambda>() 272 fun requestRoundnessReset(sourceType: SourceType) { in <lambda>() 375 internal val topRoundnessMap = mutableMapOf<SourceType, Float>() 378 internal val bottomRoundnessMap = mutableMapOf<SourceType, Float>() [all …]
|
/frameworks/av/media/module/mpeg2ts/include/mpeg2ts/ |
D | ATSParser.h | 74 enum SourceType { enum 86 int64_t timeUs, SourceType type); 93 SourceType getType() const { return mType; } in getType() 107 SourceType mType; 130 sp<AnotherPacketSource> getSource(SourceType type); 131 bool hasSource(SourceType type) const;
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | RcsContactUceCapability.java | 75 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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationRoundnessManager.java | 25 import com.android.systemui.statusbar.notification.SourceType; 40 private static final SourceType DISMISS_ANIMATION = SourceType.from("DismissAnimation");
|
D | NotificationSectionsManager.kt | 24 import com.android.systemui.statusbar.notification.SourceType in <lambda>() 263 private val SECTION = SourceType.from("Section") in <lambda>()
|
D | NotificationSwipeHelper.java | 42 import com.android.systemui.statusbar.notification.SourceType; 55 private static final SourceType SWIPE_DISMISS = SourceType.from("SwipeDismiss");
|
D | StackScrollAlgorithm.java | 35 import com.android.systemui.statusbar.notification.SourceType; 57 private static final SourceType STACK_SCROLL_ALGO = SourceType.from("StackScrollAlgorithm");
|
/frameworks/base/media/java/android/media/metrics/ |
D | MediaItemInfo.java | 57 public @interface SourceType {} annotation in MediaItemInfo 145 private final @SourceType int mSourceType; 161 @SourceType int sourceType, in MediaItemInfo() 194 public @SourceType int getSourceType() { in getSourceType() 298 private @SourceType int mSourceType; 329 public @NonNull Builder setSourceType(@SourceType int sourceType) { in setSourceType()
|
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/util/ |
D | FeatureTags.java | 22 import android.telephony.ims.RcsContactUceCapability.SourceType; 145 @SourceType int sourceType, List<String> featureTags) { in getContactCapability()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationChildrenContainerTest.java | 34 import com.android.systemui.statusbar.notification.SourceType; 246 mChildrenContainer.requestBottomRoundness(1f, SourceType.from(""), false); in applyRoundnessAndInvalidate_should_be_immediately_applied_on_last_child() 258 mChildrenContainer.requestTopRoundness(1f, SourceType.from(""), false); in applyRoundnessAndInvalidate_should_be_immediately_applied_on_header() 271 mChildrenContainer.requestTopRoundness(1f, SourceType.from(""), false); in applyRoundnessAndInvalidate_should_be_immediately_applied_on_headerLowPriority()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpAppearanceController.java | 40 import com.android.systemui.statusbar.notification.SourceType; 75 private static final SourceType HEADS_UP = SourceType.from("HeadsUp"); 76 private static final SourceType PULSING = SourceType.from("Pulsing");
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | ActivatableNotificationViewTest.kt | 29 import com.android.systemui.statusbar.notification.SourceType 93 mView.requestTopRoundness(1f, SourceType.from("")) in roundnessShouldBeTheSame_after_onDensityOrFontScaleChanged()
|
D | NotificationTestHelper.java | 73 import com.android.systemui.statusbar.notification.SourceType; 287 SourceType sourceType in createRowWithRoundness()
|
/frameworks/native/services/gpuservice/gpuwork/ |
D | GpuWork.cpp | 79 template <typename SourceType> 80 inline int32_t cast_int32(SourceType) = delete; 82 template <typename SourceType> 83 inline int32_t bitcast_int32(SourceType) = delete;
|
/frameworks/av/media/module/mpeg2ts/test/ |
D | Mpeg2tsUnitTest.cpp | 118 static const ATSParser::SourceType mediaType[] = {ATSParser::VIDEO, ATSParser::AUDIO, in TEST_P() 157 ATSParser::SourceType currentMediaType = mediaType[i]; in TEST_P()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | RoundableTest.kt | 208 private val SOURCE1 = SourceType.from("Source1") 209 private val SOURCE2 = SourceType.from("Source2")
|
/frameworks/proto_logging/stats/enums/media/editing/ |
D | enums.proto | 51 enum SourceType { enum
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ActivatableNotificationView.java | 47 import com.android.systemui.statusbar.notification.SourceType; 81 private final Set<SourceType> mOnDetachResetRoundness = new HashSet<>(); 804 for (SourceType sourceType : mOnDetachResetRoundness) { in onDetachedFromWindow() 821 public void addOnDetachResetRoundness(SourceType sourceType) { in addOnDetachResetRoundness()
|
/frameworks/av/media/module/mpeg2ts/ |
D | ATSParser.cpp | 85 sp<AnotherPacketSource> getSource(SourceType type); 86 bool hasSource(SourceType type) const; 174 SourceType getSourceType(); 175 sp<AnotherPacketSource> getSource(SourceType type); 284 int64_t timeUs, SourceType type) { in init() 864 sp<AnotherPacketSource> ATSParser::Program::getSource(SourceType type) { in getSource() 875 bool ATSParser::Program::hasSource(SourceType type) const { in hasSource() 1926 ATSParser::SourceType ATSParser::Stream::getSourceType() { in getSourceType() 1937 sp<AnotherPacketSource> ATSParser::Stream::getSource(SourceType type) { in getSource() 2407 sp<AnotherPacketSource> ATSParser::getSource(SourceType type) { in getSource() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShelf.java | 46 import com.android.systemui.statusbar.notification.SourceType; 76 private static final SourceType BASE_VALUE = SourceType.from("BaseValue"); 77 private static final SourceType SHELF_SCROLL = SourceType.from("ShelfScroll");
|
/frameworks/proto_logging/stats/enums/adservices/measurement/ |
D | enums.proto | 26 enum SourceType { enum
|
/frameworks/av/media/module/extractors/mpeg2/ |
D | MPEG2TSExtractor.cpp | 450 ATSParser::SourceType type = static_cast<ATSParser::SourceType>(i); in init() 580 ATSParser::SourceType type = ev.getType(); in estimateDurationsFromTimesUsAtEnd()
|
/frameworks/av/media/libstagefright/httplive/ |
D | LiveSession.h | 105 static ATSParser::SourceType getSourceTypeForStream(StreamType type);
|
D | PlaylistFetcher.cpp | 1482 ATSParser::SourceType srcTypes[] = in onDownloadNext() 1489 ATSParser::SourceType srcType = srcTypes[i]; in onDownloadNext() 1768 ATSParser::SourceType type =LiveSession::getSourceTypeForStream(stream); in extractAndQueueAccessUnitsFromTs() 1825 ATSParser::SourceType type =LiveSession::getSourceTypeForStream(stream); in extractAndQueueAccessUnitsFromTs()
|
/frameworks/base/core/java/android/app/ |
D | ActivityOptions.java | 2548 public void setSourceInfo(@SourceInfo.SourceType int type, long uptimeMillis) { in setSourceInfo() 2694 public @interface SourceType {} annotation in ActivityOptions.SourceInfo 2697 public final @SourceType int type; 2702 SourceInfo(@SourceType int srcType, long uptimeMillis) { in SourceInfo()
|