Searched refs:textSelectHandleLeft (Results 1 – 4 of 4) sorted by relevance
3641 public void setTextSelectHandleLeft(@NonNull Drawable textSelectHandleLeft) { in setTextSelectHandleLeft() argument3642 Preconditions.checkNotNull(textSelectHandleLeft, in setTextSelectHandleLeft()3644 mTextSelectHandleLeft = textSelectHandleLeft; in setTextSelectHandleLeft()3662 public void setTextSelectHandleLeft(@DrawableRes int textSelectHandleLeft) { in setTextSelectHandleLeft() argument3663 Preconditions.checkArgument(textSelectHandleLeft != 0, in setTextSelectHandleLeft()3665 setTextSelectHandleLeft(mContext.getDrawable(textSelectHandleLeft)); in setTextSelectHandleLeft()
1269 field public static final int textSelectHandleLeft = 16843461; // 0x10102c5
1424 field public static final int textSelectHandleLeft = 16843461; // 0x10102c5
97481 Lcom/android/internal/R$attr;->textSelectHandleLeft:I