Home
last modified time | relevance | path

Searched refs:getHighlightColor (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
DModeSelectorItem.java222 public int getHighlightColor() { in getHighlightColor() method in ModeSelectorItem
223 return mIcon.getHighlightColor(); in getHighlightColor()
DModeIconView.java127 public int getHighlightColor() { in getHighlightColor() method in ModeIconView
DModeListView.java873 effect.setModeSpecificColor(selectedItem.getHighlightColor()); in SelectedState()
2141 mCircleDrawable.setColor(selectedItem.getHighlightColor()); in startFadeoutAnimation()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/unit/
DPhoneAccountRegistrarTest.java319 assertEquals(a.getHighlightColor(), b.getHighlightColor()); in assertPhoneAccountEquals()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DPhoneAccountUtils.java83 return account == null ? PhoneAccount.NO_HIGHLIGHT_COLOR : account.getHighlightColor(); in getAccountColor()
/packages/apps/InCallUI/src/com/android/incallui/
DInCallPresenter.java1375 highlightColor = account.getHighlightColor(); in getColorsFromPhoneAccountHandle()
/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java1050 Integer.toString(o.getHighlightColor()), serializer);