Searched refs:textSelectHandleLeft (Results 1 – 4 of 4) sorted by relevance
3907 public void setTextSelectHandleLeft(@NonNull Drawable textSelectHandleLeft) { in setTextSelectHandleLeft() argument3908 Preconditions.checkNotNull(textSelectHandleLeft, in setTextSelectHandleLeft()3910 mTextSelectHandleLeft = textSelectHandleLeft; in setTextSelectHandleLeft()3928 public void setTextSelectHandleLeft(@DrawableRes int textSelectHandleLeft) { in setTextSelectHandleLeft() argument3929 Preconditions.checkArgument(textSelectHandleLeft != 0, in setTextSelectHandleLeft()3931 setTextSelectHandleLeft(mContext.getDrawable(textSelectHandleLeft)); in setTextSelectHandleLeft()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
1682 field public static final int textSelectHandleLeft = 16843461; // 0x10102c5
76613 Lcom/android/internal/R$attr;->textSelectHandleLeft:I