Home
last modified time | relevance | path

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

/development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
DSlidingTabStrip.java41 private final Paint mBottomBorderPaint; field in SlidingTabStrip
80 mBottomBorderPaint = new Paint(); in SlidingTabStrip()
81 mBottomBorderPaint.setColor(mDefaultBottomBorderColor); in SlidingTabStrip()
153 canvas.drawRect(0, height - mBottomBorderThickness, getWidth(), height, mBottomBorderPaint); in onDraw()
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
DSlidingTabStrip.java41 private final Paint mBottomBorderPaint; field in SlidingTabStrip
80 mBottomBorderPaint = new Paint(); in SlidingTabStrip()
81 mBottomBorderPaint.setColor(mDefaultBottomBorderColor); in SlidingTabStrip()
153 canvas.drawRect(0, height - mBottomBorderThickness, getWidth(), height, mBottomBorderPaint); in onDraw()
/development/samples/browseable/BasicTransition/src/com.example.android.common/view/
DSlidingTabStrip.java41 private final Paint mBottomBorderPaint; field in SlidingTabStrip
80 mBottomBorderPaint = new Paint(); in SlidingTabStrip()
81 mBottomBorderPaint.setColor(mDefaultBottomBorderColor); in SlidingTabStrip()
153 canvas.drawRect(0, height - mBottomBorderThickness, getWidth(), height, mBottomBorderPaint); in onDraw()
/development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
DSlidingTabStrip.java41 private final Paint mBottomBorderPaint; field in SlidingTabStrip
80 mBottomBorderPaint = new Paint(); in SlidingTabStrip()
81 mBottomBorderPaint.setColor(mDefaultBottomBorderColor); in SlidingTabStrip()
153 canvas.drawRect(0, height - mBottomBorderThickness, getWidth(), height, mBottomBorderPaint); in onDraw()
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
DSlidingTabStrip.java41 private final Paint mBottomBorderPaint; field in SlidingTabStrip
80 mBottomBorderPaint = new Paint(); in SlidingTabStrip()
81 mBottomBorderPaint.setColor(mDefaultBottomBorderColor); in SlidingTabStrip()
153 canvas.drawRect(0, height - mBottomBorderThickness, getWidth(), height, mBottomBorderPaint); in onDraw()
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
DSlidingTabStrip.java41 private final Paint mBottomBorderPaint; field in SlidingTabStrip
80 mBottomBorderPaint = new Paint(); in SlidingTabStrip()
81 mBottomBorderPaint.setColor(mDefaultBottomBorderColor); in SlidingTabStrip()
153 canvas.drawRect(0, height - mBottomBorderThickness, getWidth(), height, mBottomBorderPaint); in onDraw()