Searched refs:frameColor (Results 1 – 2 of 2) sorted by relevance
53 private final int frameColor; field in ViewfinderView69 frameColor = resources.getColor(R.color.viewfinder_frame); in ViewfinderView()104 paint.setColor(frameColor); in onDraw()
240 const Vec3 frameColor (0.0f, 0.0f, 1.0f); in initSurface() local244 drawRectangle(gl, IVec2(0, 0), oldSize, frameColor); in initSurface()