Home
last modified time | relevance | path

Searched refs:mBorderColor (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/
DMagnifierView.java57 private final int mBorderColor; field in MagnifierView
95 mBorderColor = t.getColor(R.styleable.MagnifierView_borderColor, Color.WHITE); in MagnifierView()
127 canvas.drawColor(mBorderColor); in onDraw()