Searched refs:leftStrip (Results 1 – 1 of 1) sorted by relevance
395 final Drawable leftStrip = mLeftStrip; in dispatchDraw() local398 if (leftStrip != null) { in dispatchDraw()399 leftStrip.setState(selectedChild.getDrawableState()); in dispatchDraw()410 if (leftStrip != null) { in dispatchDraw()411 leftStrip.setBounds(Math.min(0, bounds.left - leftStrip.getIntrinsicWidth()), in dispatchDraw()412 myHeight - leftStrip.getIntrinsicHeight(), bounds.left, myHeight); in dispatchDraw()422 if (leftStrip != null) { in dispatchDraw()423 leftStrip.draw(canvas); in dispatchDraw()