Home | History | Annotate | Download | only in widget

Lines Matching refs:getInteger

162             mCardType = a.getInteger(R.styleable.lbBaseCardView_cardType, CARD_TYPE_MAIN_ONLY);
171 mInfoVisibility = a.getInteger(R.styleable.lbBaseCardView_infoVisibility,
173 mExtraVisibility = a.getInteger(R.styleable.lbBaseCardView_extraVisibility,
180 mSelectedAnimationDelay = a.getInteger(
182 getResources().getInteger(R.integer.lb_card_selected_animation_delay));
184 mSelectedAnimDuration = a.getInteger(
186 getResources().getInteger(R.integer.lb_card_selected_animation_duration));
189 a.getInteger(R.styleable.lbBaseCardView_activatedAnimationDuration,
190 getResources().getInteger(R.integer.lb_card_activated_animation_duration));