Home
last modified time | relevance | path

Searched refs:mutate (Results 1 – 25 of 96) sorted by relevance

1234

/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DCallTypeIconsView.java292 incoming = drawable.mutate(); in Resources()
298 outgoing = drawable.mutate(); in Resources()
305 missed = drawable.mutate(); in Resources()
311 voicemail = drawable.mutate(); in Resources()
316 blocked = drawable.mutate(); in Resources()
321 videoCall = drawable.mutate(); in Resources()
326 hdCall = drawable.mutate(); in Resources()
331 wifiCall = drawable.mutate(); in Resources()
336 assistedDialedCall = drawable.mutate(); in Resources()
341 rttCall = drawable.mutate(); in Resources()
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/
DSliceContextualCardRendererTest.java150 TEST_SLICE_URI).mutate().setIsPendingDismiss(true).build(); in bindView_isPendingDismiss_shouldShowDismissalView()
161 TEST_SLICE_URI).mutate().setIsPendingDismiss(true).build(); in bindView_isPendingDismiss_shouldAddViewHolderToSet()
199 TEST_SLICE_URI).mutate().setIsPendingDismiss(true).build(); in viewClick_keepCard_shouldShowSlice()
213 TEST_SLICE_URI).mutate().setIsPendingDismiss(true).build(); in viewClick_keepCard_shouldRemoveViewHolderFromSet()
227 TEST_SLICE_URI).mutate().setIsPendingDismiss(true).build(); in viewClick_removeCard_shouldRemoveViewHolderFromSet()
259 TEST_SLICE_URI).mutate().setIsPendingDismiss(true).build(); in onStop_cardIsInDismissalView_shouldResetToSliceView()
/packages/apps/DeskClock/src/com/android/deskclock/
DAnalogClock.java91 dial.getDrawable().mutate(); in AnalogClock()
96 mHourHand.getDrawable().mutate(); in AnalogClock()
101 mMinuteHand.getDrawable().mutate(); in AnalogClock()
106 mSecondHand.getDrawable().mutate(); in AnalogClock()
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/
DContextualCardsDiffCallbackTest.java82 final ContextualCard card = getContextualCard("test1").mutate() in areContentsTheSame_sliceWithToggle_returnFalse()
91 final ContextualCard card = getContextualCard("test1").mutate() in areContentsTheSame_stickySlice_returnFalse()
100 final ContextualCard card = getContextualCard("test1").mutate() in areContentsTheSame_importantSlice_returnFalse()
DContextualCardManagerTest.java211 buildContextualCard(TEST_SLICE_URI).mutate().setRankingScore(99.0).build(); in sortCards_shouldBeDescendingOrder()
213 buildContextualCard("content://test/test2").mutate().setRankingScore(88.0).build(); in sortCards_shouldBeDescendingOrder()
664 result.add(cards.get(i).mutate().setCategory(categories.get(i)).build()); in buildCategoriedCards()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/
DEligibleCardChecker.java103 mCard = card.mutate().setSlice(slice).build(); in isCardEligibleToDisplay()
106 mCard = card.mutate().setHasInlineAction(true).build(); in isCardEligibleToDisplay()
DContextualCardManager.java349 result.set(index - 1, previous.mutate().setViewType( in getCardsWithSuggestionViewType()
351 result.set(index, current.mutate().setViewType( in getCardsWithSuggestionViewType()
364 result.set(index, card.mutate().setViewType( in getCardsWithStickyViewType()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/
DContextualCardManager.java298 result.set(index - 1, previous.mutate().setViewType( in getCardsWithSuggestionViewType()
300 result.set(index, current.mutate().setViewType( in getCardsWithSuggestionViewType()
316 result.set(index, card.mutate().setViewType( in getCardsWithDeferredSetupViewType()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
DSwipeButtonView.java157 Drawable drawable = getDrawable().mutate(); in updateIconColor()
438 background.mutate().setAlpha(endAlpha); in setImageAlpha()
451 background.mutate().setAlpha(alpha); in setImageAlpha()
/packages/apps/Dialer/java/com/android/dialer/voicemail/settings/
DRecordButton.java110 playArrow.mutate().setTint(color); in fixQuantumIconTint()
114 micIcon.mutate().setTint(color); in fixQuantumIconTint()
/packages/apps/Camera2/src/com/android/camera/
DMultiToggleImageButton.java385 Drawable newDrawable = getResources().getDrawable(mImageIds[newState]).mutate(); in combine()
389 Drawable oldDrawable = getResources().getDrawable(mImageIds[oldState]).mutate(); in combine()
/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
DThemePreviewPage.java171 .newDrawable().mutate(); in bindBody()
208 .newDrawable().mutate()); in bindPreviewContent()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DFrameLayoutWithShadows.java295 shadow.mutate(); in addShadowView()
300 shadowView.setDrawableBottom(d.mutate()); in addShadowView()
/packages/apps/ThemePicker/src/com/android/customization/widget/
DDynamicAdaptiveIconDrawable.java707 public Drawable mutate() { in mutate() method in DynamicAdaptiveIconDrawable
708 if (!mMutated && super.mutate() == this) { in mutate()
713 dr.mutate(); in mutate()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DTintedDrawableSpan.java35 mDrawable = context.getDrawable(resourceId).mutate(); in TintedDrawableSpan()
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/interactacrossprofiles/
DInteractAcrossProfilesDetails.java182 .mutate(); in addAppTitleAndIcons()
193 .mutate(); in addAppTitleAndIcons()
/packages/apps/Camera2/src/com/android/camera/ui/
DModeIconView.java51 .getDrawable(R.drawable.mode_icon_background).mutate(); in ModeIconView()
/packages/apps/Settings/src/com/android/settings/users/
DUserPreference.java74 icon.mutate().setAlpha(dimmed ? ALPHA_DISABLED : ALPHA_ENABLED); in dimIcon()
/packages/apps/Settings/src/com/android/settings/widget/
DTintDrawable.java98 getDrawable().mutate().setTintList(mTint); in applyTint()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DIconUtils.java73 icon.mutate(); in applyTintColor()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DFallbackAccountType.java68 icon.mutate().setColorFilter(ContextCompat.getColor(context, in getDisplayIcon()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
DPieItem.java174 Drawable d = context.getResources().getDrawable(resId).mutate(); in setImageResource()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
DPieItem.java196 Drawable d = context.getResources().getDrawable(resId).mutate(); in setImageResource()
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
DHeaderCell.java112 animator.setTarget(arrow.getDrawable().mutate()); in showArrow()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java606 icon.mutate(); in applyColor()
612 alternateIcon.mutate(); in applyColor()
617 thirdIcon.mutate(); in applyColor()

1234