Home | History | Annotate | Download | only in app

Lines Matching defs:setContentDescription

1265         public Tab setContentDescription(int resId) {
1266 return setContentDescription(mContext.getResources().getText(resId));
1270 public Tab setContentDescription(CharSequence contentDesc) {