R.id
public
static
final
class
R.id
extends Object
java.lang.Object | |
↳ | android.R.id |
Summary
Constants | |
---|---|
int |
accessibilityActionContextClick
Accessibility action identifier for |
int |
accessibilityActionHideTooltip
Accessibility action identifier for |
int |
accessibilityActionMoveWindow
Accessibility action identifier for |
int |
accessibilityActionScrollDown
Accessibility action identifier for |
int |
accessibilityActionScrollLeft
Accessibility action identifier for |
int |
accessibilityActionScrollRight
Accessibility action identifier for |
int |
accessibilityActionScrollToPosition
Accessibility action identifier for |
int |
accessibilityActionScrollUp
Accessibility action identifier for |
int |
accessibilityActionSetProgress
Accessibility action identifier for |
int |
accessibilityActionShowOnScreen
Accessibility action identifier for |
int |
accessibilityActionShowTooltip
Accessibility action identifier for |
int |
addToDictionary
Menu ID to perform a "add to dictionary" operation. |
int |
autofill
Action used to manually trigger an autofill request |
int |
background
|
int |
button1
|
int |
button2
|
int |
button3
|
int |
candidatesArea
The part of the UI shown by an
|
int |
checkbox
|
int |
closeButton
View ID of a |
int |
content
|
int |
copy
Context menu ID for the "Copy" menu item to copy the currently selected (or all) text in a text view to the clipboard. |
int |
copyUrl
Context menu ID for the "Copy URL" menu item to copy the currently selected URL from the text view to the clipboard. |
int |
custom
|
int |
cut
Context menu ID for the "Cut" menu item to copy and delete the currently selected (or all) text in a text view to the clipboard. |
int |
edit
|
int |
empty
|
int |
extractArea
The part of the UI shown by an
|
int |
hint
|
int |
home
|
int |
icon
|
int |
icon1
|
int |
icon2
|
int |
icon_frame
|
int |
input
|
int |
inputArea
The part of the UI shown by an
|
int |
inputExtractEditText
View ID of the text editor inside of an extracted text layout. |
int |
keyboardView
View ID of the |
int |
list
|
int |
list_container
|
int |
mask
|
int |
message
|
int |
navigationBarBackground
|
int |
paste
Context menu ID for the "Paste" menu item to copy the current contents of the clipboard into the text view. |
int |
pasteAsPlainText
|
int |
primary
|
int |
progress
|
int |
redo
|
int |
replaceText
|
int |
secondaryProgress
|
int |
selectAll
Context menu ID for the "Select All" menu item to select all text in a text view. |
int |
selectTextMode
Context menu ID for the "Select text..." menu item to switch to text selection context mode in text views. |
int |
selectedIcon
|
int |
shareText
|
int |
startSelectingText
Menu ID to perform a "start selecting text" operation. |
int |
statusBarBackground
|
int |
stopSelectingText
Menu ID to perform a "stop selecting text" operation. |
int |
summary
|
int |
switchInputMethod
Context menu ID for the "Input Method" menu item to being up the input method picker dialog, allowing the user to switch to another input method. |
int |
switch_widget
|
int |
tabcontent
|
int |
tabhost
|
int |
tabs
|
int |
text1
|
int |
text2
|
int |
textAssist
|
int |
title
|
int |
toggle
|
int |
undo
|
int |
widget_frame
|
Public constructors | |
---|---|
R.id()
|
Inherited methods | |
---|---|
Constants
accessibilityActionContextClick
public static final int accessibilityActionContextClick
Accessibility action identifier for AccessibilityNodeInfo.AccessibilityAction.ACTION_CONTEXT_CLICK
.
Constant Value: 16908348 (0x0102003c)
accessibilityActionHideTooltip
public static final int accessibilityActionHideTooltip
Accessibility action identifier for AccessibilityNodeInfo.AccessibilityAction.ACTION_HIDE_TOOLTIP
.
Constant Value: 16908357 (0x01020045)
accessibilityActionMoveWindow
public static final int accessibilityActionMoveWindow
Accessibility action identifier for AccessibilityNodeInfo.AccessibilityAction.ACTION_MOVE_WINDOW
.
Constant Value: 16908354 (0x01020042)
accessibilityActionScrollDown
public static final int accessibilityActionScrollDown
Accessibility action identifier for AccessibilityNodeInfo.AccessibilityAction.ACTION_SCROLL_DOWN
.
Constant Value: 16908346 (0x0102003a)
accessibilityActionScrollLeft
public static final int accessibilityActionScrollLeft
Accessibility action identifier for AccessibilityNodeInfo.AccessibilityAction.ACTION_SCROLL_LEFT
.
Constant Value: 16908345 (0x01020039)
accessibilityActionScrollRight
public static final int accessibilityActionScrollRight
Accessibility action identifier for AccessibilityNodeInfo.AccessibilityAction.ACTION_SCROLL_RIGHT
.
Constant Value: 16908347 (0x0102003b)
accessibilityActionScrollToPosition
public static final int accessibilityActionScrollToPosition
Accessibility action identifier for AccessibilityNodeInfo.AccessibilityAction.ACTION_SCROLL_TO_POSITION
.
Constant Value: 16908343 (0x01020037)
accessibilityActionScrollUp
public static final int accessibilityActionScrollUp
Accessibility action identifier for AccessibilityNodeInfo.AccessibilityAction.ACTION_SCROLL_UP
.
Constant Value: 16908344 (0x01020038)
accessibilityActionSetProgress
public static final int accessibilityActionSetProgress
Accessibility action identifier for AccessibilityNodeInfo.AccessibilityAction.ACTION_SET_PROGRESS
.
Constant Value: 16908349 (0x0102003d)
accessibilityActionShowOnScreen
public static final int accessibilityActionShowOnScreen
Accessibility action identifier for AccessibilityNodeInfo.AccessibilityAction.ACTION_SHOW_ON_SCREEN
.
Constant Value: 16908342 (0x01020036)
accessibilityActionShowTooltip
public static final int accessibilityActionShowTooltip
Accessibility action identifier for AccessibilityNodeInfo.AccessibilityAction.ACTION_SHOW_TOOLTIP
.
Constant Value: 16908356 (0x01020044)
addToDictionary
public static final int addToDictionary
Menu ID to perform a "add to dictionary" operation.
Constant Value: 16908330 (0x0102002a)
autofill
public static final int autofill
Action used to manually trigger an autofill request
Constant Value: 16908355 (0x01020043)
background
public static final int background
Constant Value: 16908288 (0x01020000)
candidatesArea
public static final int candidatesArea
The part of the UI shown by an
InputMethodService
that contains the
views for displaying candidates for what the user has entered.
Constant Value: 16908317 (0x0102001d)
checkbox
public static final int checkbox
Constant Value: 16908289 (0x01020001)
closeButton
public static final int closeButton
View ID of a View
to close a popup keyboard
Constant Value: 16908327 (0x01020027)
copy
public static final int copy
Context menu ID for the "Copy" menu item to copy the currently selected (or all) text in a text view to the clipboard.
Constant Value: 16908321 (0x01020021)
copyUrl
public static final int copyUrl
Context menu ID for the "Copy URL" menu item to copy the currently selected URL from the text view to the clipboard.
Constant Value: 16908323 (0x01020023)
cut
public static final int cut
Context menu ID for the "Cut" menu item to copy and delete the currently selected (or all) text in a text view to the clipboard.
Constant Value: 16908320 (0x01020020)
extractArea
public static final int extractArea
The part of the UI shown by an
InputMethodService
that contains the
views for interacting with the user in extraction mode.
Constant Value: 16908316 (0x0102001c)
icon_frame
public static final int icon_frame
Constant Value: 16908350 (0x0102003e)
inputArea
public static final int inputArea
The part of the UI shown by an
InputMethodService
that contains the
views for entering text using the screen.
Constant Value: 16908318 (0x0102001e)
inputExtractEditText
public static final int inputExtractEditText
View ID of the text editor inside of an extracted text layout.
Constant Value: 16908325 (0x01020025)
keyboardView
public static final int keyboardView
View ID of the KeyboardView
within
an input method's input area.
Constant Value: 16908326 (0x01020026)
list_container
public static final int list_container
Constant Value: 16908351 (0x0102003f)
navigationBarBackground
public static final int navigationBarBackground
Constant Value: 16908336 (0x01020030)
paste
public static final int paste
Context menu ID for the "Paste" menu item to copy the current contents of the clipboard into the text view.
Constant Value: 16908322 (0x01020022)
pasteAsPlainText
public static final int pasteAsPlainText
Constant Value: 16908337 (0x01020031)
progress
public static final int progress
Constant Value: 16908301 (0x0102000d)
replaceText
public static final int replaceText
Constant Value: 16908340 (0x01020034)
secondaryProgress
public static final int secondaryProgress
Constant Value: 16908303 (0x0102000f)
selectAll
public static final int selectAll
Context menu ID for the "Select All" menu item to select all text in a text view.
Constant Value: 16908319 (0x0102001f)
selectTextMode
public static final int selectTextMode
Context menu ID for the "Select text..." menu item to switch to text selection context mode in text views.
Constant Value: 16908333 (0x0102002d)
selectedIcon
public static final int selectedIcon
Constant Value: 16908302 (0x0102000e)
shareText
public static final int shareText
Constant Value: 16908341 (0x01020035)
startSelectingText
public static final int startSelectingText
Menu ID to perform a "start selecting text" operation.
Constant Value: 16908328 (0x01020028)
statusBarBackground
public static final int statusBarBackground
Constant Value: 16908335 (0x0102002f)
stopSelectingText
public static final int stopSelectingText
Menu ID to perform a "stop selecting text" operation.
Constant Value: 16908329 (0x01020029)
switchInputMethod
public static final int switchInputMethod
Context menu ID for the "Input Method" menu item to being up the input method picker dialog, allowing the user to switch to another input method.
Constant Value: 16908324 (0x01020024)
switch_widget
public static final int switch_widget
Constant Value: 16908352 (0x01020040)
tabcontent
public static final int tabcontent
Constant Value: 16908305 (0x01020011)
textAssist
public static final int textAssist
Constant Value: 16908353 (0x01020041)
widget_frame
public static final int widget_frame
Constant Value: 16908312 (0x01020018)