HomeSort by relevance Sort by last modified time
    Searched refs:themeColor (Results 1 - 9 of 9) sorted by null

  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/utils/
ResourceHelper.java 37 int themeColor = 0;
46 themeColor = ta.getColor(0, defaultColor);
51 return themeColor;
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/utils/
ResourceHelper.java 37 int themeColor = 0;
46 themeColor = ta.getColor(0, defaultColor);
51 return themeColor;
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
ResourceHelper.java 37 int themeColor = 0;
46 themeColor = ta.getColor(0, defaultColor);
51 return themeColor;
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/utils/
ResourceHelper.java 37 int themeColor = 0;
46 themeColor = ta.getColor(0, defaultColor);
51 return themeColor;
  /packages/apps/Messaging/src/com/android/messaging/ui/
AudioAttachmentView.java 176 final int themeColor = ConversationDrawables.get().getConversationThemeColor();
178 final boolean visualStyleChanged = mThemeColor != themeColor ||
182 mThemeColor = themeColor;
  /frameworks/base/core/java/android/widget/
EdgeEffect.java 122 final int themeColor = a.getColor(
125 mPaint.setColor((themeColor & 0xffffff) | 0x33000000);
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationInputManager.java 438 public void setConversationThemeColor(final int themeColor) {
440 mMediaPicker.setConversationThemeColor(themeColor);
ConversationFragment.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
MediaPicker.java 309 * @param themeColor The new theme color
311 public void setConversationThemeColor(final int themeColor) {
312 mThemeColor = themeColor;

Completed in 123 milliseconds