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 |
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 |
addToDictionary
Menu ID to perform a "add to dictionary" operation. |
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 |
title
|
int |
toggle
|
int |
undo
|
int |
widget_frame
|
Public constructors | |
|---|---|
R.id()
|
|
Inherited methods | |
|---|---|
From
class
java.lang.Object
| |
Constants
accessibilityActionContextClick
int accessibilityActionContextClick
Accessibility action identifier for ACTION_CONTEXT_CLICK.
Constant Value: 16908348 (0x0102003c)
accessibilityActionScrollDown
int accessibilityActionScrollDown
Accessibility action identifier for ACTION_SCROLL_DOWN.
Constant Value: 16908346 (0x0102003a)
accessibilityActionScrollLeft
int accessibilityActionScrollLeft
Accessibility action identifier for ACTION_SCROLL_LEFT.
Constant Value: 16908345 (0x01020039)
accessibilityActionScrollRight
int accessibilityActionScrollRight
Accessibility action identifier for ACTION_SCROLL_RIGHT.
Constant Value: 16908347 (0x0102003b)
accessibilityActionScrollToPosition
int accessibilityActionScrollToPosition
Accessibility action identifier for ACTION_SCROLL_TO_POSITION.
Constant Value: 16908343 (0x01020037)
accessibilityActionScrollUp
int accessibilityActionScrollUp
Accessibility action identifier for ACTION_SCROLL_UP.
Constant Value: 16908344 (0x01020038)
accessibilityActionSetProgress
int accessibilityActionSetProgress
Accessibility action identifier for ACTION_SET_PROGRESS.
Constant Value: 16908349 (0x0102003d)
accessibilityActionShowOnScreen
int accessibilityActionShowOnScreen
Accessibility action identifier for ACTION_SHOW_ON_SCREEN.
Constant Value: 16908342 (0x01020036)
addToDictionary
int addToDictionary
Menu ID to perform a "add to dictionary" operation.
Constant Value: 16908330 (0x0102002a)
candidatesArea
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)
closeButton
int closeButton
View ID of a View to close a popup keyboard
Constant Value: 16908327 (0x01020027)
copy
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
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
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
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)
inputArea
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
int inputExtractEditText
View ID of the text editor inside of an extracted text layout.
Constant Value: 16908325 (0x01020025)
keyboardView
int keyboardView
View ID of the KeyboardView within
an input method's input area.
Constant Value: 16908326 (0x01020026)
navigationBarBackground
int navigationBarBackground
Constant Value: 16908336 (0x01020030)
paste
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)
selectAll
int selectAll
Context menu ID for the "Select All" menu item to select all text in a text view.
Constant Value: 16908319 (0x0102001f)
selectTextMode
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)
startSelectingText
int startSelectingText
Menu ID to perform a "start selecting text" operation.
Constant Value: 16908328 (0x01020028)
statusBarBackground
int statusBarBackground
Constant Value: 16908335 (0x0102002f)
stopSelectingText
int stopSelectingText
Menu ID to perform a "stop selecting text" operation.
Constant Value: 16908329 (0x01020029)
switchInputMethod
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)


