Searched refs:textSelectHandleLeft (Results 1 – 5 of 5) sorted by relevance
3646 public void setTextSelectHandleLeft(@NonNull Drawable textSelectHandleLeft) { in setTextSelectHandleLeft() argument3647 Preconditions.checkNotNull(textSelectHandleLeft, in setTextSelectHandleLeft()3649 mTextSelectHandleLeft = textSelectHandleLeft; in setTextSelectHandleLeft()3667 public void setTextSelectHandleLeft(@DrawableRes int textSelectHandleLeft) { in setTextSelectHandleLeft() argument3668 Preconditions.checkArgument(textSelectHandleLeft != 0, in setTextSelectHandleLeft()3670 setTextSelectHandleLeft(mContext.getDrawable(textSelectHandleLeft)); in setTextSelectHandleLeft()
1269 field public static final int textSelectHandleLeft = 16843461; // 0x10102c5
1426 field public static final int textSelectHandleLeft = 16843461; // 0x10102c5
91042 Lcom/android/internal/R$attr;->textSelectHandleLeft:I