Searched refs:mRightStrip (Results 1 – 1 of 1) sorted by relevance
68 private Drawable mRightStrip; field in TabWidget115 mRightStrip = a.getDrawable(R.styleable.TabWidget_tabStripRight); in TabWidget()117 mRightStrip = context.getDrawable(R.drawable.tab_bottom_right_v4); in TabWidget()119 mRightStrip = context.getDrawable(R.drawable.tab_bottom_right); in TabWidget()302 mRightStrip = drawable; in setRightStripDrawable()329 return mRightStrip; in getRightStripDrawable()378 final Drawable rightStrip = mRightStrip; in dispatchDraw()