HomeSort by relevance Sort by last modified time
    Searched refs:Mode (Results 451 - 475 of 1175) sorted by null

<<11121314151617181920>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationBackgroundView.java 102 mBackground.setColorFilter(tintColor, PorterDuff.Mode.SRC_ATOP);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
CanvasTextureViewActivity.java 92 canvas.drawColor(0x00000000, PorterDuff.Mode.CLEAR);
ClearActivity.java 51 mClearPaint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.CLEAR));
ColorFiltersActivity.java 65 PorterDuff.Mode.SRC_OVER));
HardwareCanvasTextureViewActivity.java 95 canvas.drawColor(0x00000000, PorterDuff.Mode.CLEAR);
TextGammaActivity.java 52 c.drawColor(0, PorterDuff.Mode.CLEAR);
  /frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
VectorDrawableCompat.java 37 import android.graphics.PorterDuff.Mode;
70 static final PorterDuff.Mode DEFAULT_TINT_MODE = PorterDuff.Mode.SRC_IN;
254 * mode.
257 PorterDuff.Mode tintMode) {
290 public void setTintMode(Mode tintMode) {
483 * Parses a {@link android.graphics.PorterDuff.Mode} from a tintMode
486 private static PorterDuff.Mode parseTintModeCompat(int value, Mode defaultMode) {
489 return Mode.SRC_OVER
513 final int mode = TypedArrayUtils.getNamedInt(a, parser, "tintMode", local
    [all...]
  /frameworks/support/v4/api21/android/support/v4/graphics/drawable/
DrawableWrapperLollipop.java 81 public void setTintMode(PorterDuff.Mode tintMode) {
  /frameworks/support/v4/java/android/support/v4/graphics/drawable/
DrawableCompat.java 50 void setTintMode(Drawable drawable, PorterDuff.Mode tintMode);
98 public void setTintMode(Drawable drawable, PorterDuff.Mode tintMode) {
233 public void setTintMode(Drawable drawable, PorterDuff.Mode tintMode) {
395 * Specifies a tint blending mode for {@code drawable}.
398 * @param tintMode A Porter-Duff blending mode
400 public static void setTintMode(@NonNull Drawable drawable, @Nullable PorterDuff.Mode tintMode) {
478 * @see #setTintMode(Drawable, PorterDuff.Mode)
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
TestUtilsActions.java 115 * Sets the passed mode as the background tint mode on a {@link View} with
116 * {@link ViewCompat#setBackgroundTintMode(View, PorterDuff.Mode)} API.
118 public static ViewAction setBackgroundTintModeViewCompat(final PorterDuff.Mode tintMode) {
127 return "set background tint mode";
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCurves.java 194 drawHistogram(canvas, redHistogram, Color.RED, PorterDuff.Mode.SCREEN);
197 drawHistogram(canvas, greenHistogram, Color.GREEN, PorterDuff.Mode.SCREEN);
200 drawHistogram(canvas, blueHistogram, Color.BLUE, PorterDuff.Mode.SCREEN);
367 private void drawHistogram(Canvas canvas, int[] histogram, int color, PorterDuff.Mode mode) {
386 paint2.setXfermode(new PorterDuffXfermode(mode));
  /packages/apps/Launcher2/src/com/android/launcher2/
HolographicViewHelper.java 99 canvas.drawColor(mHighlightColor, PorterDuff.Mode.SRC_IN);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEvent.java 125 * Change Mode
135 * The definition class of engine's mode.
137 public static final class Mode {
264 /** Detail mode of the event */
265 public int mode = 0; field in class:OpenWnnEvent
290 * Generate {@link OpenWnnEvent} for changing the mode
293 * @param mode The mode
295 public OpenWnnEvent(int code, int mode) {
297 this.mode = mode
    [all...]
  /system/connectivity/shill/net/
rtnl_handler.h 122 // using an error mask inferred from the mode and type of |message|.
160 RTNLMessage::Mode mode,
  /system/connectivity/shill/
routing_table.h 158 RTNLMessage::Mode mode,
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FingerPaint.java 198 PorterDuff.Mode.CLEAR));
202 PorterDuff.Mode.SRC_ATOP));
  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 186 MSVtorDispAttr::Mode CXXRecordDecl::getMSVtorDispMode() const {
189 return MSVtorDispAttr::Mode(getASTContext().getLangOpts().VtorDispMode);
  /external/eigen/test/
geo_transformations.cpp 15 template<typename Scalar, int Mode, int Options> void non_projective_only()
23 typedef Transform<Scalar,3,Mode,Options> Transform3;
75 template<typename Scalar, int Mode, int Options> void transformations()
89 typedef Transform<Scalar,2,Mode,Options> Transform2;
90 typedef Transform<Scalar,3,Mode,Options> Transform3;
203 if(Mode!=int(AffineCompact))
392 Transform<float,3,Mode> t1f = t1.template cast<float>();
394 Transform<double,3,Mode> t1d = t1.template cast<double>();
  /external/llvm/lib/Target/SystemZ/
SystemZShortenInst.cpp 149 // destination, source, exact-suppress, rounding-mode. If both registers
151 // destination, rouding-mode, source, exact-suppress.
158 MachineOperand Mode(MI.getOperand(3));
166 .addOperand(Mode)
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_util.h 202 if (c->Mode == GL_OBJECT_LINEAR)
204 else if (c->Mode == GL_EYE_LINEAR)
  /external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
BufferPerformanceBench.java 33 import org.openjdk.jmh.annotations.Mode;
55 @BenchmarkMode(Mode.Throughput)
  /external/skia/bench/
RotatedRectBench.cpp 70 RotRectBench(bool aa, ColorType ct, SkXfermode::Mode mode)
73 , fMode(mode) {
152 SkXfermode::Mode fMode;
  /external/skia/gm/
lumafilter.cpp 30 SkXfermode::Mode mode, SkShader* s1,
57 xferPaint.setXfermodeMode(mode);
111 SkXfermode::Mode modes[] = { SkXfermode::kSrcOver_Mode,
texturedomaineffect.cpp 118 GrTextureDomain::Mode mode = (GrTextureDomain::Mode) m; variable
126 mode, GrTextureParams::kNone_FilterMode));
xfermodes3.cpp 73 SkXfermode::Mode mode = static_cast<SkXfermode::Mode>(m); variable
74 canvas->drawText(SkXfermode::ModeName(mode),
75 strlen(SkXfermode::ModeName(mode)),
81 modePaint.setXfermodeMode(mode);
97 modePaint.setXfermodeMode(mode);

Completed in 1970 milliseconds

<<11121314151617181920>>