Searched refs:mLeftStrip (Results 1 – 1 of 1) sorted by relevance
64 private Drawable mLeftStrip; field in TabWidget103 mLeftStrip = a.getDrawable(R.styleable.TabWidget_tabStripLeft); in TabWidget()105 mLeftStrip = context.getDrawable(R.drawable.tab_bottom_left_v4); in TabWidget()107 mLeftStrip = context.getDrawable(R.drawable.tab_bottom_left); in TabWidget()260 mLeftStrip = drawable; in setLeftStripDrawable()287 return mLeftStrip; in getLeftStripDrawable()374 final Drawable leftStrip = mLeftStrip; in dispatchDraw()