Searched refs:requestedType (Results 1 – 4 of 4) sorted by relevance
82 int requestedType = intent.getIntExtra(EXTRA_ANIMATION_TYPE, SUCCESS_ANIMATION); in onCreate() local83 if (CONFIRMATION_OVERLAY_TYPES.indexOfKey(requestedType) < 0) { in onCreate()84 throw new IllegalArgumentException("Unknown type of animation: " + requestedType); in onCreate()87 @ConfirmationOverlay.OverlayType int type = CONFIRMATION_OVERLAY_TYPES.get(requestedType); in onCreate()
419 TypeException(String property, Object value, String requestedType) { in TypeException() argument421 ", not " + requestedType); in TypeException()
905 MetadataBufferType requestedType = type != NULL ? *type : kMetadataBufferTypeANWBuffer; in storeMetaDataInBuffers_l() local913 requestedType == kMetadataBufferTypeANWBuffer in storeMetaDataInBuffers_l()921 negotiatedType = requestedType; in storeMetaDataInBuffers_l()929 requestedType == kMetadataBufferTypeANWBuffer in storeMetaDataInBuffers_l()930 ? kMetadataBufferTypeGrallocSource : requestedType; in storeMetaDataInBuffers_l()957 asString(requestedType), requestedType, asString(negotiatedType), negotiatedType); in storeMetaDataInBuffers_l()
729 hwc2_composition_t requestedType = testLayers.getComposition(*layer); in handleCompositionChanges() local735 switch (requestedType) { in handleCompositionChanges()744 << getCompositionName(requestedType) in handleCompositionChanges()753 << getCompositionName(requestedType) in handleCompositionChanges()760 << getCompositionName(requestedType); in handleCompositionChanges()