Home | History | Annotate | Download | only in widget

Lines Matching defs:stateList

391             StateListDrawable stateList = (StateListDrawable) mBackground;
394 int aboveAnchorStateIndex = stateList.getStateDrawableIndex(ABOVE_ANCHOR_STATE_SET);
398 int count = stateList.getStateCount();
410 mAboveAnchorBackgroundDrawable = stateList.getStateDrawable(aboveAnchorStateIndex);
411 mBelowAnchorBackgroundDrawable = stateList.getStateDrawable(belowAnchorStateIndex);