Searched refs:stateList (Results 1 – 5 of 5) sorted by relevance
58 StateListDrawable stateList = new StateListDrawable(); in createHeaderBackgroundDrawable() local59 stateList.addState( in createHeaderBackgroundDrawable()62 stateList.addState( in createHeaderBackgroundDrawable()65 stateList.addState( in createHeaderBackgroundDrawable()68 stateList.addState( in createHeaderBackgroundDrawable()71 stateList.addState( in createHeaderBackgroundDrawable()74 stateList.addState( in createHeaderBackgroundDrawable()77 return new RippleDrawable(mRippleColor, /* content= */ stateList, /* mask= */ stateList); in createHeaderBackgroundDrawable()85 StateListDrawable stateList = new StateListDrawable(); in createContentBackgroundDrawable() local86 stateList.addState( in createContentBackgroundDrawable()[all …]
31 ColorStateList stateList = null; in getColorAttr() local33 stateList = ta.getColorStateList(0); in getColorAttr()37 return stateList.getDefaultColor(); in getColorAttr()
171 ColorStateList stateList = selected in setSelected() local174 mImageView.setImageTintList(stateList); in setSelected()175 mTextView.setTextColor(stateList); in setSelected()
289 final ColorStateList stateList = Utils.getColorAttr(this, android.R.attr.windowBackground); in getBackgroundColor() local290 return stateList != null ? stateList.getDefaultColor() : Color.TRANSPARENT; in getBackgroundColor()
353 ColorStateList stateList = null; in getColorAttr() local355 stateList = ta.getColorStateList(0); in getColorAttr()359 return stateList; in getColorAttr()