Searched refs:mRightStrip (Results 1 – 1 of 1) sorted by relevance
65 private Drawable mRightStrip; field in TabWidget112 mRightStrip = a.getDrawable(R.styleable.TabWidget_tabStripRight); in TabWidget()114 mRightStrip = context.getDrawable(R.drawable.tab_bottom_right_v4); in TabWidget()116 mRightStrip = context.getDrawable(R.drawable.tab_bottom_right); in TabWidget()299 mRightStrip = drawable; in setRightStripDrawable()326 return mRightStrip; in getRightStripDrawable()375 final Drawable rightStrip = mRightStrip; in dispatchDraw()