Searched refs:textSelectHandleRight (Results 1 – 4 of 4) sorted by relevance
3964 public void setTextSelectHandleRight(@NonNull Drawable textSelectHandleRight) { in setTextSelectHandleRight() argument3965 Preconditions.checkNotNull(textSelectHandleRight, in setTextSelectHandleRight()3967 mTextSelectHandleRight = textSelectHandleRight; in setTextSelectHandleRight()3985 public void setTextSelectHandleRight(@DrawableRes int textSelectHandleRight) { in setTextSelectHandleRight() argument3986 Preconditions.checkArgument(textSelectHandleRight != 0, in setTextSelectHandleRight()3988 setTextSelectHandleRight(mContext.getDrawable(textSelectHandleRight)); in setTextSelectHandleRight()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
1683 field public static final int textSelectHandleRight = 16843462; // 0x10102c6
76614 Lcom/android/internal/R$attr;->textSelectHandleRight:I