Searched refs:textSelectHandleRight (Results 1 – 5 of 5) sorted by relevance
3703 public void setTextSelectHandleRight(@NonNull Drawable textSelectHandleRight) { in setTextSelectHandleRight() argument3704 Preconditions.checkNotNull(textSelectHandleRight, in setTextSelectHandleRight()3706 mTextSelectHandleRight = textSelectHandleRight; in setTextSelectHandleRight()3724 public void setTextSelectHandleRight(@DrawableRes int textSelectHandleRight) { in setTextSelectHandleRight() argument3725 Preconditions.checkArgument(textSelectHandleRight != 0, in setTextSelectHandleRight()3727 setTextSelectHandleRight(mContext.getDrawable(textSelectHandleRight)); in setTextSelectHandleRight()
1270 field public static final int textSelectHandleRight = 16843462; // 0x10102c6
1427 field public static final int textSelectHandleRight = 16843462; // 0x10102c6
91043 Lcom/android/internal/R$attr;->textSelectHandleRight:I