Searched refs:color (Results 126 - 137 of 137) sorted by relevance

123456

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java1955 * @param colorFilter Specify a color for a
1972 * @param viewId The id of the view whose text color should change
1973 * @param color Sets the text color for all the states (normal, selected,
1974 * focused) to be this color.
1976 public void setTextColor(int viewId, int color) { argument
1977 setInt(viewId, "setTextColor", color);
H A DEditor.java2467 // The first span dictates the background color of the highlighted text
2538 // Fallback on the default highlight color when the first span does not provide one
3712 final int color = (mTextView.mHighlightColor & 0x00FFFFFF) +
3714 mPaint.setColor(color);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp676 y = c->rasterizer.state.buffers.color.height - (y + h);
696 GLint H = c->rasterizer.state.buffers.color.height;
/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp174 ColorFract color; member in class:Rectangle
1312 blend(defaultBlend), color(defaultColor), alpha(defaultAlpha),
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java250 sSelectedTextColor = context.getResources().getColor(android.R.color.white);
635 paint.setColor(getContext().getResources().getColor(android.R.color.black));
1933 * will change the background color of the chip, show the delete icon,
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h646 const SLHSL *color
651 SLHSL *color
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java963 // the color used to highlight the touch rectangles
4318 // initialized. In either case, just draw the background color and return
8501 public void setBackgroundColor(int color) { argument
8502 mBackgroundColor = color;
8503 mWebViewCore.sendMessage(EventHub.SET_BACKGROUND_COLOR, color);
8693 int color, int extra);
8692 nativeDraw(Canvas canvas, RectF visibleRect, int color, int extra) argument
H A DWebViewCore.java661 private native void nativeSetBackgroundColor(int nativeClass, int color); argument
/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java641 com.android.internal.R.color.config_defaultNotificationColor);
/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java1708 mWindowContent.setBackgroundColor(R.color.transparent);
/frameworks/base/core/java/android/view/
H A DViewGroup.java2685 private static void drawRect(Canvas canvas, int x1, int y1, int x2, int y2, int color) { argument
2687 paint.setColor(color);
/frameworks/base/tools/aapt/
H A DResource.cpp177 || type == "color" || type == "menu" || type == "mipmap";
948 ASSIGN_IT(color);
970 !applyFileOverlay(bundle, assets, &colors, "color") ||
1071 err = makeFileResources(bundle, assets, &table, colors, "color");
1194 ResourceDirIterator it(colors, String8("color"));

Completed in 379 milliseconds

123456