Searched refs:leftStrip (Results 1 – 1 of 1) sorted by relevance
377 final Drawable leftStrip = mLeftStrip; in dispatchDraw() local380 if (leftStrip != null) { in dispatchDraw()381 leftStrip.setState(selectedChild.getDrawableState()); in dispatchDraw()392 if (leftStrip != null) { in dispatchDraw()393 leftStrip.setBounds(Math.min(0, bounds.left - leftStrip.getIntrinsicWidth()), in dispatchDraw()394 myHeight - leftStrip.getIntrinsicHeight(), bounds.left, myHeight); in dispatchDraw()404 if (leftStrip != null) { in dispatchDraw()405 leftStrip.draw(canvas); in dispatchDraw()