Searched refs:leftStrip (Results 1 – 1 of 1) sorted by relevance
382 final Drawable leftStrip = mLeftStrip; in dispatchDraw() local385 if (leftStrip != null) { in dispatchDraw()386 leftStrip.setState(selectedChild.getDrawableState()); in dispatchDraw()397 if (leftStrip != null) { in dispatchDraw()398 leftStrip.setBounds(Math.min(0, bounds.left - leftStrip.getIntrinsicWidth()), in dispatchDraw()399 myHeight - leftStrip.getIntrinsicHeight(), bounds.left, myHeight); in dispatchDraw()409 if (leftStrip != null) { in dispatchDraw()410 leftStrip.draw(canvas); in dispatchDraw()