Searched refs:textSelectHandleRight (Results 1 – 4 of 4) sorted by relevance
3698 public void setTextSelectHandleRight(@NonNull Drawable textSelectHandleRight) { in setTextSelectHandleRight() argument3699 Preconditions.checkNotNull(textSelectHandleRight, in setTextSelectHandleRight()3701 mTextSelectHandleRight = textSelectHandleRight; in setTextSelectHandleRight()3719 public void setTextSelectHandleRight(@DrawableRes int textSelectHandleRight) { in setTextSelectHandleRight() argument3720 Preconditions.checkArgument(textSelectHandleRight != 0, in setTextSelectHandleRight()3722 setTextSelectHandleRight(mContext.getDrawable(textSelectHandleRight)); in setTextSelectHandleRight()
1270 field public static final int textSelectHandleRight = 16843462; // 0x10102c6
1425 field public static final int textSelectHandleRight = 16843462; // 0x10102c6
97482 Lcom/android/internal/R$attr;->textSelectHandleRight:I