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

  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardCircleFramedDrawable.java 53 int frameColor, float strokeWidth,
59 mFrameColor = frameColor;
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
ViewfinderView.java 53 private final int frameColor;
69 frameColor = resources.getColor(R.color.viewfinder_frame);
104 paint.setColor(frameColor);
  /external/mesa3d/src/pixelflinger2/
llvm_scanline.cpp 643 Value * frameColor = builder.CreateLoad(frame, "frameColor");
644 dst = ScreenColorToIntVector(builder, gglCtx->bufferState.colorFormat, frameColor);

Completed in 58 milliseconds