Searched refs:color (Results 276 - 300 of 477) sorted by relevance

<<11121314151617181920

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/provisioning/
H A DProvisioningActivityTest.java204 // default color Managed Profile (MP)
207 // default color Device Owner (DO)
210 // custom color for both cases (MP, DO)
211 int targetColor = Color.parseColor("#d40000"); // any color (except default) would do
224 private void assertColorsCorrect(Intent intent, int color) throws Throwable { argument
229 customizationVerifier.assertStatusBarColorCorrect(color);
230 customizationVerifier.assertDefaultLogoCorrect(color);
231 customizationVerifier.assertProgressBarColorCorrect(color);
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DContactIconView.java79 mColorPressedId = resources.getColor(R.color.contact_avatar_pressed_color);
H A DAudioAttachmentView.java348 mChronometer.setTextColor(getResources().getColor(R.color.message_text_color_incoming));
350 mChronometer.setTextColor(getResources().getColor(R.color.message_text_color_outgoing));
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DGalleryGridItemView.java147 setBackgroundColor(getResources().getColor(R.color.gallery_image_default_background));
H A DMediaChooser.java192 public void setThemeColor(final int color) { argument
H A DAudioRecordView.java221 public void setThemeColor(final int color) { argument
222 mThemeColor = color;
/packages/apps/Settings/src/com/android/settings/accessibility/
H A DCaptionPropertiesFragment.java368 * Unpack the specified color value and update the preferences.
370 * @param color color preference
374 private void parseColorOpacity(ColorPreference color, ColorPreference opacity, int value) { argument
378 // "Default" color with variable alpha.
382 // "None" color with variable alpha.
386 // Normal color.
393 color.setValue(colorValue);
396 private int mergeColorOpacity(ColorPreference color, ColorPreference opacity) { argument
397 final int colorValue = color
[all...]
/packages/apps/Settings/src/com/android/settings/sim/
H A DSimSelectNotification.java123 .setColor(context.getColor(R.color.sim_noitification))
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
H A DRecordedProgramPresenter.java97 .getColor(R.color.play_controls_progress_bar_watched);
H A DScheduledRecordingPresenter.java100 .getColor(R.color.play_controls_recording_icon_color_on_focus);
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
H A DDvrPlaybackSideFragment.java73 .getColor(R.color.lb_playback_controls_background_light));
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
H A DCheckableContactFlipDrawable.java150 sBackgroundColor = res.getColor(R.color.checkmark_tile_background_color);
/packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
H A DLetterTileProvider.java68 mTileFontColor = res.getColor(R.color.letter_tile_font_color);
101 // draw the letter on top of the color
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DButteryProgressBar.java37 * <li>barColor (color attribute for the bar's solid color)
91 c.getResources().getColor(android.R.color.holo_blue_light));
H A DHierarchicalFolderSelectorAdapter.java123 display.setSpan(new ForegroundColorSpan(R.color.hierarchical_folder_parent_color),
/packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/
H A DMailPreferenceActivity.java57 actionBar.setIcon(android.R.color.transparent);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardView.java174 final int color = paint.getColor();
176 Color.red(color), Color.green(color), Color.blue(color));
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DCandidateTextView.java74 setTextColor(getResources().getColor(R.color.candidate_text_1line));
/packages/services/Telephony/src/com/android/services/telephony/
H A DTelecomAccountRegistry.java117 int color = PhoneAccount.NO_HIGHLIGHT_COLOR;
151 color = record.getIconTint();
252 drawable.setTint(res.getColor(R.color.default_sim_icon_tint_color, null));
288 .setHighlightColor(color)
/packages/apps/Car/Dialer/src/com/android/car/dialer/
H A DContactDetailsFragment.java193 mIconTint = getContext().getColor(R.color.contact_details_icon_tint);
273 viewHolder.card.setBackgroundResource(R.color.car_card);
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEventFieldEditorView.java78 mPrimaryTextColor = resources.getColor(R.color.primary_text_color);
79 mHintTextColor = resources.getColor(R.color.editor_disabled_text_color);
/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
H A DBlockedNumbersFragment.java79 ActivityCompat.getColor(getActivity(), R.color.add_blocked_number_icon_color));
125 new ColorDrawable(ActivityCompat.getColor(getActivity(), R.color.dialer_theme_color));
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
H A DSimulatorContacts.java275 /** Creates a contact photo with a green background and a circle of the given color. */
276 private static ByteArrayOutputStream getPhotoStreamWithColor(int color) { argument
283 paint.setColor(color);
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DNinePatchTexture.java313 int nx, int ny, int[] color) {
370 if (color[colorIdx] == NinePatchChunk.TRANSPARENT_COLOR) {
312 prepareVertexData(float x[], float y[], float u[], float v[], int nx, int ny, int[] color) argument
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
H A DMtpImageView.java81 setImageResource(android.R.color.transparent);
225 setImageResource(android.R.color.transparent);

Completed in 2960 milliseconds

<<11121314151617181920