Searched refs:color (Results 226 - 250 of 453) sorted by relevance

1234567891011>>

/frameworks/base/libs/hwui/
H A DRecordedOp.h262 ColorOp(const ClipBase* localClip, int color, SkXfermode::Mode mode) argument
264 , color(color)
266 const int color; member in struct:android::uirenderer::ColorOp
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBatteryMeterView.java51 context.getColor(R.color.batterymeter_frame_color));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcherScrim.java51 R.color.keyguard_user_switcher_background_gradient_color);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java89 // Fills the specified rectangle with the specified color.
90 public abstract void fillRect(float x, float y, float width, float height, int color); argument
112 // Draw a region of a texture and a specified color to the specified
113 // rectangle. The actual color used is from * (1 - ratio) + to * ratio.
/frameworks/base/services/core/jni/
H A Dcom_android_server_lights_LightsService.cpp131 state.color = colorARGB;
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DRemoteBugreportUtils.java72 com.android.internal.R.color.system_notification_accent_color));
/frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/
H A DColorFilterDimmer.java39 * Creates a default ColorFilterDimmer. Uses the default color and level for
43 * @return A ColorFilterDimmer with the default dim color and levels.
49 context.getResources().getColor(R.color.lb_view_dim_mask_color));
60 * Creates a ColorFilterDimmer for the given color and levels..
62 * @param dimmer The ColorFilterCache for dim color.
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DDrawerLayoutDoubleActivity.java80 // Configure the background color fill of the system status bar (on supported platform
81 // versions) and the toolbar itself. We're using the same color, and android:statusBar
83 final int metalBlueColor = getResources().getColor(R.color.drawer_sample_metal_blue);
/frameworks/base/core/java/android/text/style/
H A DTextAppearanceSpan.java29 * Sets the text color, size, style, and typeface to match a TextAppearance
50 * text appearance, and the specified text color resource
51 * to determine the color. The <code>appearance</code> should be,
114 ColorStateList color, ColorStateList linkColor) {
118 mTextColor = color;
183 * Returns the text color specified by this span, or <code>null</code>
191 * Returns the link color specified by this span, or <code>null</code>
113 TextAppearanceSpan(String family, int style, int size, ColorStateList color, ColorStateList linkColor) argument
/frameworks/base/core/java/android/widget/
H A DEdgeEffect.java292 * Set the color of this edge effect in argb.
294 * @param color Color in argb
296 public void setColor(@ColorInt int color) { argument
297 mPaint.setColor(color);
301 * Return the color of this edge effect in argb.
302 * @return The color of this edge effect in argb
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java1033 int color = entry.notification.getNotification().color;
1034 if (color == Notification.COLOR_DEFAULT) {
1035 color = mContext.getColor(R.color.default_remote_input_background);
1037 existing.setBackgroundColor(NotificationColorUtil.ensureTextBackgroundColor(color,
1038 mContext.getColor(R.color.remote_input_text_enabled),
1039 mContext.getColor(R.color.remote_input_hint)));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBouncer.java155 public void showMessage(String message, int color) { argument
156 mKeyguardView.showMessage(message, color);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DUtils.java119 public static boolean isOpaque(int color) { argument
120 return color >>> 24 == 0xFF;
/frameworks/base/services/core/java/com/android/server/wm/
H A DWatermark.java103 int color = WindowManagerService.getPropertyInt(tokens, 5,
112 mTextPaint.setColor(color);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/
H A DNopCanvas.java118 public void drawColor(int color) { argument
122 public void drawColor(int color, Mode mode) { argument
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp355 mcld::outs().setColor(m_pConfig->options().color());
356 mcld::errs().setColor(m_pConfig->options().color());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DValueParser.java250 TextColor color = TextColor.fromInt(colorValue);
254 strikeThrough, color);
/frameworks/support/compat/api24/android/support/v4/app/
H A DNotificationCompatApi24.java58 String category, ArrayList<String> people, Bundle extras, int color,
94 .setColor(color)
52 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, String category, ArrayList<String> people, Bundle extras, int color, int visibility, Notification publicVersion, String groupKey, boolean groupSummary, String sortKey, CharSequence[] remoteInputHistory, RemoteViews contentView, RemoteViews bigContentView, RemoteViews headsUpContentView) argument
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DSwipeProgressBar.java79 * Set the four colors used in the progress animation. The first color will
80 * also be the color of the bar that grows in response to a user swipe
83 * @param color1 Integer representation of a color.
84 * @param color2 Integer representation of a color.
85 * @param color3 Integer representation of a color.
86 * @param color4 Integer representation of a color.
180 // First fill in with the last color that would have finished drawing.
254 * @param color the color to draw
257 private void drawCircle(Canvas canvas, float cx, float cy, int color, floa argument
[all...]
/frameworks/support/design/src/android/support/design/widget/
H A DCollapsingToolbarLayout.java657 * Set the color to use for the content scrim.
659 * @param color the color to display
664 public void setContentScrimColor(@ColorInt int color) { argument
665 setContentScrim(new ColorDrawable(color));
766 * Set the color to use for the status bar scrim.
770 * @param color the color to display
775 public void setStatusBarScrimColor(@ColorInt int color) { argument
776 setStatusBarScrim(new ColorDrawable(color));
817 setCollapsedTitleTextColor(@olorInt int color) argument
865 setExpandedTitleColor(@olorInt int color) argument
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DErrorFragment.java198 R.color.lb_error_background_color_translucent :
199 R.color.lb_error_background_color_opaque));
H A DErrorSupportFragment.java200 R.color.lb_error_background_color_translucent :
201 R.color.lb_error_background_color_opaque));
H A DHeadersFragment.java241 void setBackgroundColor(int color) { argument
242 mBackgroundColor = color;
H A DHeadersSupportFragment.java243 void setBackgroundColor(int color) { argument
244 mBackgroundColor = color;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DControlBarPresenter.java234 public void setBackgroundColor(ViewHolder vh, int color) { argument
235 vh.mControlsContainer.setBackgroundColor(color);

Completed in 3240 milliseconds

1234567891011>>