Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

A

ABI_ARM64_V8A - Static variable in class com.android.SdkConstants
 
ABI_ARMEABI - Static variable in class com.android.SdkConstants
Name of the ABI to support.
ABI_ARMEABI_V7A - Static variable in class com.android.SdkConstants
 
ABI_INTEL_ATOM - Static variable in class com.android.SdkConstants
 
ABI_INTEL_ATOM64 - Static variable in class com.android.SdkConstants
 
ABI_MIPS - Static variable in class com.android.SdkConstants
 
ABI_MIPS64 - Static variable in class com.android.SdkConstants
 
ABS_LIST_VIEW - Static variable in class com.android.SdkConstants
 
ABS_SEEK_BAR - Static variable in class com.android.SdkConstants
 
ABS_SPINNER - Static variable in class com.android.SdkConstants
 
ABSOLUTE_LAYOUT - Static variable in class com.android.SdkConstants
 
accept(IAbstractFolder, String) - Method in interface com.android.io.IAbstractFolder.FilenameFilter
Tests if a specified file should be included in a file list.
ACTION_MENU_VIEW - Static variable in class com.android.SdkConstants
 
AD_VIEW - Static variable in class com.android.SdkConstants
 
ADAPTER_VIEW - Static variable in class com.android.SdkConstants
 
ADAPTER_VIEW_ANIMATOR - Static variable in class com.android.SdkConstants
 
ADAPTER_VIEW_FLIPPER - Static variable in class com.android.SdkConstants
 
add(String) - Method in class com.android.utils.HtmlBuilder
 
add(String, int, int) - Method in class com.android.utils.HtmlBuilder
 
addBold(String) - Method in class com.android.utils.HtmlBuilder
 
addHeading(String, String) - Method in class com.android.utils.HtmlBuilder
 
addHtml(String) - Method in class com.android.utils.HtmlBuilder
 
addIcon(String) - Method in class com.android.utils.HtmlBuilder
 
addImage(URL, String) - Method in class com.android.utils.HtmlBuilder
 
addItalic(String) - Method in class com.android.utils.HtmlBuilder
 
addLink(String, String, String, String) - Method in class com.android.utils.HtmlBuilder
 
addLink(String, String) - Method in class com.android.utils.HtmlBuilder
 
addNbsp() - Method in class com.android.utils.HtmlBuilder
 
addNbsps(int) - Method in class com.android.utils.HtmlBuilder
 
addTableRow(boolean, String...) - Method in class com.android.utils.HtmlBuilder
 
addTableRow(String...) - Method in class com.android.utils.HtmlBuilder
 
addUnderlined(String) - Method in class com.android.utils.HtmlBuilder
 
ADS_ARTIFACT - Static variable in class com.android.SdkConstants
 
ALLOW_SPLIT_APK_INSTALLATION - Static variable in class com.android.sdklib.AndroidVersion
First version to allow split apks
AMP_ENTITY - Static variable in class com.android.SdkConstants
The entity for the ampersand character
ANDROID_APP_PKG - Static variable in class com.android.SdkConstants
The android.app.
ANDROID_COLOR_RESOURCE_PREFIX - Static variable in class com.android.SdkConstants
 
ANDROID_DRAWABLE_PREFIX - Static variable in class com.android.SdkConstants
 
ANDROID_HOME_ENV - Static variable in class com.android.SdkConstants
Environment variable that specifies the path of an Android SDK.
ANDROID_ID_PREFIX - Static variable in class com.android.SdkConstants
 
ANDROID_LAYOUT_RESOURCE_PREFIX - Static variable in class com.android.SdkConstants
 
ANDROID_LIBRARY - Static variable in class com.android.SdkConstants
 
ANDROID_LIBRARY_REFERENCE_FORMAT - Static variable in class com.android.SdkConstants
 
ANDROID_MANIFEST_XML - Static variable in class com.android.SdkConstants
 
ANDROID_NEW_ID_PREFIX - Static variable in class com.android.SdkConstants
 
ANDROID_NS_NAME - Static variable in class com.android.SdkConstants
The default prefix used for the SdkConstants.ANDROID_URI name space
ANDROID_NS_NAME_PREFIX - Static variable in class com.android.SdkConstants
The default prefix used for the SdkConstants.ANDROID_URI name space including the colon
ANDROID_NS_NAME_PREFIX_LEN - Static variable in class com.android.SdkConstants
 
ANDROID_PKG - Static variable in class com.android.SdkConstants
 
ANDROID_PKG_PREFIX - Static variable in class com.android.SdkConstants
 
ANDROID_PREFIX - Static variable in class com.android.SdkConstants
 
ANDROID_STRING_PREFIX - Static variable in class com.android.SdkConstants
 
ANDROID_STYLE_RESOURCE_PREFIX - Static variable in class com.android.SdkConstants
 
ANDROID_SUPPORT_ARTIFACT_PREFIX - Static variable in class com.android.SdkConstants
Prefix of the Android Support Repository path
ANDROID_SUPPORT_DESIGN_PKG - Static variable in class com.android.SdkConstants
The android.support.design.
ANDROID_SUPPORT_LEANBACK_V17_PKG - Static variable in class com.android.SdkConstants
The android.support.v17.leanback.
ANDROID_SUPPORT_PKG_PREFIX - Static variable in class com.android.SdkConstants
The top level android package as a prefix, "android.".
ANDROID_SUPPORT_V4_PKG - Static variable in class com.android.SdkConstants
The android.support.v4.
ANDROID_SUPPORT_V7_PKG - Static variable in class com.android.SdkConstants
The android.support.v7.
ANDROID_TEST_RUNNER_LIB - Static variable in class com.android.SdkConstants
The name of the uses-library that provides "android.test.runner"
ANDROID_THEME_PREFIX - Static variable in class com.android.SdkConstants
 
ANDROID_URI - Static variable in class com.android.SdkConstants
Namespace used in XML files for Android attributes
ANDROID_VIEW_PKG - Static variable in class com.android.SdkConstants
The android.view.
ANDROID_VIEW_VIEW - Static variable in class com.android.SdkConstants
 
ANDROID_WEBKIT_PKG - Static variable in class com.android.SdkConstants
The android.webkit.
ANDROID_WIDGET_PREFIX - Static variable in class com.android.SdkConstants
The android.widget.
androidCmdName() - Static method in class com.android.SdkConstants
Returns the appropriate name for the 'android' command, which is 'android.exe' for Windows and 'android' for all other platforms.
AndroidLocation - Class in com.android.prefs
Manages the location of the android files (including emulator files, ddms config, debug keystore)
AndroidLocation() - Constructor for class com.android.prefs.AndroidLocation
 
AndroidLocation.AndroidLocationException - Exception in com.android.prefs
Throw when the location of the android folder couldn't be found.
AndroidLocation.EnvVar - Enum in com.android.prefs
Enum describing which variables to check and whether they should be checked via System.getProperty(String) or System.getenv() or both.
AndroidLocationException(String) - Constructor for exception com.android.prefs.AndroidLocation.AndroidLocationException
 
AndroidManifest - Class in com.android.xml
Helper and Constants for the AndroidManifest.xml file.
AndroidManifest() - Constructor for class com.android.xml.AndroidManifest
 
AndroidVersion - Class in com.android.sdklib
Represents the version of a target or device.
AndroidVersion(int, String) - Constructor for class com.android.sdklib.AndroidVersion
Creates an AndroidVersion with the given api level and codename.
AndroidVersion(String) - Constructor for class com.android.sdklib.AndroidVersion
Creates an AndroidVersion from a string that may be an integer API level or a string codename.
AndroidVersion.AndroidVersionException - Exception in com.android.sdklib
Thrown when an AndroidVersion object could not be created.
AndroidXPathFactory - Class in com.android.xml
XPath factory with automatic support for the android name space.
AndroidXPathFactory() - Constructor for class com.android.xml.AndroidXPathFactory
 
ANNOTATIONS_LIB_ARTIFACT - Static variable in class com.android.SdkConstants
 
APOS_ENTITY - Static variable in class com.android.SdkConstants
The entity for the apostrophe character
APP_BAR_LAYOUT - Static variable in class com.android.SdkConstants
 
APP_PREFIX - Static variable in class com.android.SdkConstants
The default prefix used for the app
APPCOMPAT_LIB_ARTIFACT - Static variable in class com.android.SdkConstants
 
append(int, E) - Method in class com.android.utils.SparseArray
Puts a key/value pair into the array, optimizing for the case where the key is greater than all existing keys in the array.
append(int, int) - Method in class com.android.utils.SparseIntArray
Puts a key/value pair into the array, optimizing for the case where the key is greater than all existing keys in the array.
appendCamelCase(StringBuilder, String) - Static method in class com.android.utils.StringHelper
 
appendXmlAttributeValue(StringBuilder, String) - Static method in class com.android.utils.XmlUtils
Appends text to the given StringBuilder and escapes it as required for a DOM attribute node.
appendXmlTextValue(StringBuilder, String) - Static method in class com.android.utils.XmlUtils
Appends text to the given StringBuilder and escapes it as required for a DOM text node.
appendXmlTextValue(StringBuilder, String, int, int) - Static method in class com.android.utils.XmlUtils
Appends text to the given StringBuilder and escapes it as required for a DOM text node.
ART_RUNTIME - Static variable in class com.android.sdklib.AndroidVersion
First version to use ART by default.
attachSourceFile(Node, SourceFile) - Static method in class com.android.utils.XmlUtils
 
ATTR_ACCESSIBILITY_TRAVERSAL_AFTER - Static variable in class com.android.SdkConstants
 
ATTR_ACCESSIBILITY_TRAVERSAL_BEFORE - Static variable in class com.android.SdkConstants
 
ATTR_ACTION_BAR - Static variable in class com.android.SdkConstants
 
ATTR_ACTION_BAR_NAV_MODE - Static variable in class com.android.SdkConstants
 
ATTR_ADJUST_VIEW_BOUNDS - Static variable in class com.android.SdkConstants
 
ATTR_ALIAS - Static variable in class com.android.SdkConstants
 
ATTR_ALLOW_BACKUP - Static variable in class com.android.SdkConstants
 
ATTR_AUTO_TEXT - Static variable in class com.android.SdkConstants
 
ATTR_BACKGROUND - Static variable in class com.android.SdkConstants
 
ATTR_BACKGROUND_TINT - Static variable in class com.android.SdkConstants
 
ATTR_BASELINE_ALIGNED - Static variable in class com.android.SdkConstants
 
ATTR_BUFFER_TYPE - Static variable in class com.android.SdkConstants
 
ATTR_BUTTON - Static variable in class com.android.SdkConstants
 
ATTR_BUTTON_TINT - Static variable in class com.android.SdkConstants
 
ATTR_CACHE_COLOR_HINT - Static variable in class com.android.SdkConstants
 
ATTR_CAPITALIZE - Static variable in class com.android.SdkConstants
 
ATTR_CARD_BACKGROUND_COLOR - Static variable in class com.android.SdkConstants
 
ATTR_CARD_CORNER_RADIUS - Static variable in class com.android.SdkConstants
 
ATTR_CARD_ELEVATION - Static variable in class com.android.SdkConstants
 
ATTR_CARD_PREVENT_CORNER_OVERLAP - Static variable in class com.android.SdkConstants
 
ATTR_CARD_USE_COMPAT_PADDING - Static variable in class com.android.SdkConstants
 
ATTR_CHECK_MARK - Static variable in class com.android.SdkConstants
 
ATTR_CHECK_MARK_TINT - Static variable in class com.android.SdkConstants
 
ATTR_CHECKABLE - Static variable in class com.android.SdkConstants
 
ATTR_CHECKABLE_BEHAVIOR - Static variable in class com.android.SdkConstants
 
ATTR_CHECKED - Static variable in class com.android.SdkConstants
 
ATTR_CHECKED_BUTTON - Static variable in class com.android.SdkConstants
 
ATTR_CLASS - Static variable in class com.android.SdkConstants
 
ATTR_CLICKABLE - Static variable in class com.android.SdkConstants
 
ATTR_CLIP_CHILDREN - Static variable in class com.android.SdkConstants
 
ATTR_CLIP_TO_PADDING - Static variable in class com.android.SdkConstants
 
ATTR_COLLAPSE_PARALLAX_MULTIPLIER - Static variable in class com.android.SdkConstants
 
ATTR_COLOR - Static variable in class com.android.SdkConstants
 
ATTR_COLUMN_COUNT - Static variable in class com.android.SdkConstants
 
ATTR_COMPLETION_HINT - Static variable in class com.android.SdkConstants
 
ATTR_CONTENT - Static variable in class com.android.SdkConstants
 
ATTR_CONTENT_DESCRIPTION - Static variable in class com.android.SdkConstants
 
ATTR_CONTENT_PADDING - Static variable in class com.android.SdkConstants
 
ATTR_CONTENT_SCRIM - Static variable in class com.android.SdkConstants
 
ATTR_CONTEXT - Static variable in class com.android.SdkConstants
 
ATTR_CORE_APP - Static variable in class com.android.SdkConstants
 
ATTR_CROP_TO_PADDING - Static variable in class com.android.SdkConstants
 
ATTR_CURSOR_VISIBLE - Static variable in class com.android.SdkConstants
 
ATTR_DEBUGGABLE - Static variable in class com.android.SdkConstants
 
ATTR_DEFAULT_VALUE - Static variable in class com.android.SdkConstants.PreferenceAttributes
 
ATTR_DEPENDENCY - Static variable in class com.android.SdkConstants.PreferenceAttributes
 
ATTR_DIALOG_ICON - Static variable in class com.android.SdkConstants.PreferenceAttributes
 
ATTR_DIGITS - Static variable in class com.android.SdkConstants
 
ATTR_DISABLE_DEPENDENTS_STATE - Static variable in class com.android.SdkConstants.PreferenceAttributes
 
ATTR_DISCARD - Static variable in class com.android.SdkConstants
Name of discard attribute in XML (to mark resources as not referenced, despite guesses)
ATTR_DIVIDER - Static variable in class com.android.SdkConstants
 
ATTR_DIVIDER_HEIGHT - Static variable in class com.android.SdkConstants
 
ATTR_DIVIDER_PADDING - Static variable in class com.android.SdkConstants
 
ATTR_DRAW_SELECTOR_ON_TOP - Static variable in class com.android.SdkConstants
 
ATTR_DRAWABLE - Static variable in class com.android.SdkConstants
 
ATTR_DRAWABLE_BOTTOM - Static variable in class com.android.SdkConstants
 
ATTR_DRAWABLE_END - Static variable in class com.android.SdkConstants
 
ATTR_DRAWABLE_LEFT - Static variable in class com.android.SdkConstants
 
ATTR_DRAWABLE_PADDING - Static variable in class com.android.SdkConstants
 
ATTR_DRAWABLE_RIGHT - Static variable in class com.android.SdkConstants
 
ATTR_DRAWABLE_START - Static variable in class com.android.SdkConstants
 
ATTR_DRAWABLE_TOP - Static variable in class com.android.SdkConstants
 
ATTR_DROPDOWN_HEIGHT - Static variable in class com.android.SdkConstants
 
ATTR_DROPDOWN_WIDTH - Static variable in class com.android.SdkConstants
 
ATTR_DUPLICATE_PARENT_STATE - Static variable in class com.android.SdkConstants
 
ATTR_EDITABLE - Static variable in class com.android.SdkConstants
 
ATTR_EDITOR_EXTRAS - Static variable in class com.android.SdkConstants
 
ATTR_ELEVATION - Static variable in class com.android.SdkConstants
 
ATTR_EMS - Static variable in class com.android.SdkConstants
 
ATTR_ENABLED - Static variable in class com.android.SdkConstants
 
ATTR_ENTRIES - Static variable in class com.android.SdkConstants
 
ATTR_ENTRIES - Static variable in class com.android.SdkConstants.PreferenceAttributes
 
ATTR_ENTRY_VALUES - Static variable in class com.android.SdkConstants.PreferenceAttributes
 
ATTR_EXPANDED - Static variable in class com.android.SdkConstants
 
ATTR_EXPORTED - Static variable in class com.android.SdkConstants
 
ATTR_FAB_SIZE - Static variable in class com.android.SdkConstants
 
ATTR_FILL_VIEWPORT - Static variable in class com.android.SdkConstants
 
ATTR_FITS_SYSTEM_WINDOWS - Static variable in class com.android.SdkConstants
 
ATTR_FOCUSABLE - Static variable in class com.android.SdkConstants
 
ATTR_FONT_FAMILY - Static variable in class com.android.SdkConstants
 
ATTR_FOOTER_DIVIDERS_ENABLED - Static variable in class com.android.SdkConstants
 
ATTR_FOREGROUND - Static variable in class com.android.SdkConstants
 
ATTR_FORMAT - Static variable in class com.android.SdkConstants
 
ATTR_FRAGMENT - Static variable in class com.android.SdkConstants
 
ATTR_FREEZES_TEXT - Static variable in class com.android.SdkConstants
 
ATTR_FULL_BACKUP_CONTENT - Static variable in class com.android.SdkConstants
 
ATTR_GRAVITY - Static variable in class com.android.SdkConstants
 
ATTR_GUIDELINE_ORIENTATION_HORIZONTAL - Static variable in class com.android.SdkConstants
 
ATTR_GUIDELINE_ORIENTATION_VERTICAL - Static variable in class com.android.SdkConstants
 
ATTR_HANDLE - Static variable in class com.android.SdkConstants
 
ATTR_HEADER_DIVIDERS_ENABLED - Static variable in class com.android.SdkConstants
 
ATTR_HEADER_LAYOUT - Static variable in class com.android.SdkConstants
 
ATTR_HEIGHT - Static variable in class com.android.SdkConstants
 
ATTR_HINT - Static variable in class com.android.SdkConstants
 
ATTR_HOST - Static variable in class com.android.SdkConstants
 
ATTR_ICON - Static variable in class com.android.SdkConstants
 
ATTR_ICON - Static variable in class com.android.SdkConstants.PreferenceAttributes
 
ATTR_ID - Static variable in class com.android.SdkConstants
 
ATTR_IGNORE - Static variable in class com.android.SdkConstants
 
ATTR_IME_ACTION_ID - Static variable in class com.android.SdkConstants
 
ATTR_IME_ACTION_LABEL - Static variable in class com.android.SdkConstants
 
ATTR_IME_OPTIONS - Static variable in class com.android.SdkConstants
 
ATTR_IMPORTANT_FOR_ACCESSIBILITY - Static variable in class com.android.SdkConstants
 
ATTR_INDETERMINATE - Static variable in class com.android.SdkConstants
 
ATTR_INDETERMINATE_DRAWABLE - Static variable in class com.android.SdkConstants
 
ATTR_INDETERMINATE_TINT - Static variable in class com.android.SdkConstants
 
ATTR_INDEX - Static variable in class com.android.SdkConstants
 
ATTR_INPUT_METHOD - Static variable in class com.android.SdkConstants
 
ATTR_INPUT_TYPE - Static variable in class com.android.SdkConstants
 
ATTR_IS_INDICATOR - Static variable in class com.android.SdkConstants
 
ATTR_ITEM_BACKGROUND - Static variable in class com.android.SdkConstants
 
ATTR_ITEM_ICON_TINT - Static variable in class com.android.SdkConstants
 
ATTR_ITEM_TEXT_APPEARANCE - Static variable in class com.android.SdkConstants
 
ATTR_ITEM_TEXT_COLOR - Static variable in class com.android.SdkConstants
 
ATTR_KEEP - Static variable in class com.android.SdkConstants
Name of keep attribute in XML
ATTR_KEY - Static variable in class com.android.SdkConstants.PreferenceAttributes
 
ATTR_LABEL - Static variable in class com.android.SdkConstants
 
ATTR_LABEL_FOR - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_ABOVE - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_ALIGN_BASELINE - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_ALIGN_BOTTOM - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_ALIGN_END - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_ALIGN_LEFT - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_ALIGN_PARENT_BOTTOM - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_ALIGN_PARENT_END - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_ALIGN_PARENT_LEFT - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_ALIGN_PARENT_RIGHT - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_ALIGN_PARENT_START - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_ALIGN_PARENT_TOP - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_ALIGN_RIGHT - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_ALIGN_START - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_ALIGN_TOP - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_ALIGN_WITH_PARENT_MISSING - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_ANCHOR - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_ANCHOR_GRAVITY - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_BASELINE_CREATOR - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_BASELINE_TO_BASELINE_OF - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_BEHAVIOR - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_BELOW - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_BOTTOM_CREATOR - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_BOTTOM_TO_BOTTOM_OF - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_BOTTOM_TO_TOP_OF - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_CENTER_CREATOR - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_CENTER_HORIZONTAL - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_CENTER_IN_PARENT - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_CENTER_VERTICAL - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_CENTER_X_CREATOR - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_CENTER_Y_CREATOR - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_COLLAPSE_MODE - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_COLUMN - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_COLUMN_SPAN - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_DIMENSION_RATIO - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_EDITOR_ABSOLUTE_X - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_EDITOR_ABSOLUTE_Y - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_GRAVITY - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_HEIGHT - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_HORIZONTAL_BIAS - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_KEYLINE - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_LEFT_CREATOR - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_LEFT_TO_LEFT_OF - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_LEFT_TO_RIGHT_OF - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_MARGIN - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_MARGIN_BOTTOM - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_MARGIN_END - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_MARGIN_LEFT - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_MARGIN_RIGHT - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_MARGIN_START - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_MARGIN_TOP - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_RESOURCE_PREFIX - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_RIGHT_CREATOR - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_RIGHT_TO_LEFT_OF - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_RIGHT_TO_RIGHT_OF - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_ROW - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_ROW_SPAN - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_SCROLL_FLAGS - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_SPAN - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_TO_END_OF - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_TO_LEFT_OF - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_TO_RIGHT_OF - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_TO_START_OF - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_TOP_CREATOR - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_TOP_TO_BOTTOM_OF - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_TOP_TO_TOP_OF - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_VERTICAL_BIAS - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_WEIGHT - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_WIDTH - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_X - Static variable in class com.android.SdkConstants
 
ATTR_LAYOUT_Y - Static variable in class com.android.SdkConstants
 
ATTR_LINE_SPACING_EXTRA - Static variable in class com.android.SdkConstants
 
ATTR_LIST_PREFERRED_ITEM_PADDING_END - Static variable in class com.android.SdkConstants
 
ATTR_LIST_PREFERRED_ITEM_PADDING_LEFT - Static variable in class com.android.SdkConstants
 
ATTR_LIST_PREFERRED_ITEM_PADDING_RIGHT - Static variable in class com.android.SdkConstants
 
ATTR_LIST_PREFERRED_ITEM_PADDING_START - Static variable in class com.android.SdkConstants
 
ATTR_LISTFOOTER - Static variable in class com.android.SdkConstants
 
ATTR_LISTHEADER - Static variable in class com.android.SdkConstants
 
ATTR_LISTITEM - Static variable in class com.android.SdkConstants
 
ATTR_LOCALE - Static variable in class com.android.SdkConstants
 
ATTR_MARGINS_INCLUDED_IN_ALIGNMENT - Static variable in class com.android.SdkConstants
 
ATTR_MAXIMUM - Static variable in class com.android.SdkConstants
 
ATTR_MENU - Static variable in class com.android.SdkConstants
 
ATTR_MIN_HEIGHT - Static variable in class com.android.SdkConstants
 
ATTR_MIN_SDK_VERSION - Static variable in class com.android.SdkConstants
 
ATTR_MIN_WIDTH - Static variable in class com.android.SdkConstants
 
ATTR_NAME - Static variable in class com.android.SdkConstants
 
ATTR_NUM_COLUMNS - Static variable in class com.android.SdkConstants
 
ATTR_NUM_STARS - Static variable in class com.android.SdkConstants
 
ATTR_NUMERIC - Static variable in class com.android.SdkConstants
 
ATTR_ON_CLICK - Static variable in class com.android.SdkConstants
 
ATTR_OPEN_DRAWER - Static variable in class com.android.SdkConstants
 
ATTR_ORDER_IN_CATEGORY - Static variable in class com.android.SdkConstants
 
ATTR_ORIENTATION - Static variable in class com.android.SdkConstants
 
ATTR_PACKAGE - Static variable in class com.android.SdkConstants
 
ATTR_PADDING - Static variable in class com.android.SdkConstants
 
ATTR_PADDING_BOTTOM - Static variable in class com.android.SdkConstants
 
ATTR_PADDING_END - Static variable in class com.android.SdkConstants
 
ATTR_PADDING_LEFT - Static variable in class com.android.SdkConstants
 
ATTR_PADDING_RIGHT - Static variable in class com.android.SdkConstants
 
ATTR_PADDING_START - Static variable in class com.android.SdkConstants
 
ATTR_PADDING_TOP - Static variable in class com.android.SdkConstants
 
ATTR_PARENT - Static variable in class com.android.SdkConstants
 
ATTR_PARENT_TAG - Static variable in class com.android.SdkConstants
 
ATTR_PASSWORD - Static variable in class com.android.SdkConstants
 
ATTR_PATH - Static variable in class com.android.SdkConstants
 
ATTR_PATH_PATTERN - Static variable in class com.android.SdkConstants
 
ATTR_PATH_PREFIX - Static variable in class com.android.SdkConstants
 
ATTR_PERMISSION - Static variable in class com.android.SdkConstants
 
ATTR_PERSISTENT - Static variable in class com.android.SdkConstants.PreferenceAttributes
 
ATTR_PHONE_NUMBER - Static variable in class com.android.SdkConstants
 
ATTR_POPUP_BACKGROUND - Static variable in class com.android.SdkConstants
 
ATTR_POPUP_THEME - Static variable in class com.android.SdkConstants
 
ATTR_PREPROCESSING - Static variable in class com.android.SdkConstants
 
ATTR_PRIVATE_IME_OPTIONS - Static variable in class com.android.SdkConstants
 
ATTR_PROGRESS - Static variable in class com.android.SdkConstants
 
ATTR_PROGRESS_DRAWABLE - Static variable in class com.android.SdkConstants
 
ATTR_PROGRESS_TINT - Static variable in class com.android.SdkConstants
 
ATTR_PROMPT - Static variable in class com.android.SdkConstants
 
ATTR_QUANTITY - Static variable in class com.android.SdkConstants
 
ATTR_RATING - Static variable in class com.android.SdkConstants
 
ATTR_READ_PERMISSION - Static variable in class com.android.SdkConstants
 
ATTR_REF_PREFIX - Static variable in class com.android.SdkConstants
 
ATTR_RINGTONE_TYPE - Static variable in class com.android.SdkConstants.PreferenceAttributes
 
ATTR_RIPPLE_COLOR - Static variable in class com.android.SdkConstants
 
ATTR_ROW_COUNT - Static variable in class com.android.SdkConstants
 
ATTR_SCALE_TYPE - Static variable in class com.android.SdkConstants
 
ATTR_SCHEME - Static variable in class com.android.SdkConstants
 
ATTR_SCROLLBAR_STYLE - Static variable in class com.android.SdkConstants
 
ATTR_SCROLLBARS - Static variable in class com.android.SdkConstants
 
ATTR_SCROLLX - Static variable in class com.android.SdkConstants
 
ATTR_SCROLLY - Static variable in class com.android.SdkConstants
 
ATTR_SELECT_ALL_ON_FOCUS - Static variable in class com.android.SdkConstants
 
ATTR_SHOW_AS_ACTION - Static variable in class com.android.SdkConstants
 
ATTR_SHOW_DEFAULT - Static variable in class com.android.SdkConstants.PreferenceAttributes
 
ATTR_SHOW_IN - Static variable in class com.android.SdkConstants
 
ATTR_SHOW_SILENT - Static variable in class com.android.SdkConstants.PreferenceAttributes
 
ATTR_SHOW_TEXT - Static variable in class com.android.SdkConstants
 
ATTR_SHRINK_MODE - Static variable in class com.android.SdkConstants
Name of attribute in XML to control whether we should guess resources to keep
ATTR_SINGLE_LINE - Static variable in class com.android.SdkConstants
 
ATTR_SINGLE_LINE - Static variable in class com.android.SdkConstants.PreferenceAttributes
 
ATTR_SPINNER_MODE - Static variable in class com.android.SdkConstants
 
ATTR_SPLIT_TRACK - Static variable in class com.android.SdkConstants
 
ATTR_SRC - Static variable in class com.android.SdkConstants
 
ATTR_SRC_COMPAT - Static variable in class com.android.SdkConstants
 
ATTR_STATE_LIST_ANIMATOR - Static variable in class com.android.SdkConstants
 
ATTR_STEP_SIZE - Static variable in class com.android.SdkConstants
 
ATTR_STYLE - Static variable in class com.android.SdkConstants
 
ATTR_SUMMARY - Static variable in class com.android.SdkConstants.PreferenceAttributes
 
ATTR_SUMMARY_OFF - Static variable in class com.android.SdkConstants.PreferenceAttributes
 
ATTR_SUMMARY_ON - Static variable in class com.android.SdkConstants.PreferenceAttributes
 
ATTR_SWITCH_MIN_WIDTH - Static variable in class com.android.SdkConstants
 
ATTR_SWITCH_PADDING - Static variable in class com.android.SdkConstants
 
ATTR_SWITCH_TEXT_APPEARANCE - Static variable in class com.android.SdkConstants
 
ATTR_SWITCH_TEXT_OFF - Static variable in class com.android.SdkConstants.PreferenceAttributes
 
ATTR_SWITCH_TEXT_ON - Static variable in class com.android.SdkConstants.PreferenceAttributes
 
ATTR_TAB_CONTENT_START - Static variable in class com.android.SdkConstants
 
ATTR_TAB_GRAVITY - Static variable in class com.android.SdkConstants
 
ATTR_TAB_INDICATOR_COLOR - Static variable in class com.android.SdkConstants
 
ATTR_TAB_MODE - Static variable in class com.android.SdkConstants
 
ATTR_TAB_SELECTED_TEXT_COLOR - Static variable in class com.android.SdkConstants
 
ATTR_TAB_TEXT_APPEARANCE - Static variable in class com.android.SdkConstants
 
ATTR_TAG - Static variable in class com.android.SdkConstants
 
ATTR_TARGET_API - Static variable in class com.android.SdkConstants
 
ATTR_TARGET_SDK_VERSION - Static variable in class com.android.SdkConstants
 
ATTR_TEXT - Static variable in class com.android.SdkConstants
 
ATTR_TEXT_ALIGNMENT - Static variable in class com.android.SdkConstants
 
ATTR_TEXT_ALL_CAPS - Static variable in class com.android.SdkConstants
 
ATTR_TEXT_APPEARANCE - Static variable in class com.android.SdkConstants
 
ATTR_TEXT_COLOR - Static variable in class com.android.SdkConstants
 
ATTR_TEXT_COLOR_HINT - Static variable in class com.android.SdkConstants
 
ATTR_TEXT_IS_SELECTABLE - Static variable in class com.android.SdkConstants
 
ATTR_TEXT_OFF - Static variable in class com.android.SdkConstants
 
ATTR_TEXT_ON - Static variable in class com.android.SdkConstants
 
ATTR_TEXT_SIZE - Static variable in class com.android.SdkConstants
 
ATTR_TEXT_STYLE - Static variable in class com.android.SdkConstants
 
ATTR_THEME - Static variable in class com.android.SdkConstants
 
ATTR_THUMB - Static variable in class com.android.SdkConstants
 
ATTR_THUMB_TINT - Static variable in class com.android.SdkConstants
 
ATTR_TILE_MODE - Static variable in class com.android.SdkConstants
 
ATTR_TINT - Static variable in class com.android.SdkConstants
 
ATTR_TITLE - Static variable in class com.android.SdkConstants
 
ATTR_TOOLBAR_ID - Static variable in class com.android.SdkConstants
 
ATTR_TRACK - Static variable in class com.android.SdkConstants
 
ATTR_TRACK_TINT - Static variable in class com.android.SdkConstants
 
ATTR_TRANSLATABLE - Static variable in class com.android.SdkConstants
 
ATTR_TYPE - Static variable in class com.android.SdkConstants
 
ATTR_TYPEFACE - Static variable in class com.android.SdkConstants
 
ATTR_USE_DEFAULT_MARGINS - Static variable in class com.android.SdkConstants
 
ATTR_VALUE - Static variable in class com.android.SdkConstants
 
ATTR_VERSION_CODE - Static variable in class com.android.SdkConstants
 
ATTR_VERSION_NAME - Static variable in class com.android.SdkConstants
 
ATTR_VISIBILITY - Static variable in class com.android.SdkConstants
 
ATTR_VISIBLE - Static variable in class com.android.SdkConstants
 
ATTR_WEIGHT_SUM - Static variable in class com.android.SdkConstants
 
ATTR_WIDTH - Static variable in class com.android.SdkConstants
 
ATTR_WRITE_PERMISSION - Static variable in class com.android.SdkConstants
 
ATTRIBUTE_ANYDENSITY - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_BACKUP_AGENT - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_DEBUGGABLE - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_EXPORTED - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_EXTRACT_NATIVE_LIBS - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_FUNCTIONAL_TEST - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_GLESVERSION - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_HANDLE_PROFILING - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_ICON - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_INSTRUMENTATION_LABEL - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_LABEL - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_LARGESCREENS - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_MANAGE_SPACE_ACTIVITY - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_MIME_TYPE - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_MIN_SDK_VERSION - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_NAME - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_NORMALSCREENS - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_PACKAGE - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_PARENT_ACTIVITY_NAME - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_PORT - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_PROCESS - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_REQ_5WAYNAV - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_REQ_HARDKEYBOARD - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_REQ_KEYBOARDTYPE - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_REQ_NAVIGATION - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_REQ_TOUCHSCREEN - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_REQUIRED - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_RESIZEABLE - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_SMALLSCREENS - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_SUPPORTS_RTL - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_TARGET_ACTIVITY - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_TARGET_PACKAGE - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_TARGET_SDK_VERSION - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_THEME - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_UI_OPTIONS - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_VALUE - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_VERSIONCODE - Static variable in class com.android.xml.AndroidManifest
 
ATTRIBUTE_VERSIONNAME - Static variable in class com.android.xml.AndroidManifest
 
ATTRS_DATA_BINDING - Static variable in class com.android.SdkConstants
 
AUTO_COMPLETE_TEXT_VIEW - Static variable in class com.android.SdkConstants
 
AUTO_URI - Static variable in class com.android.SdkConstants
Namespace used for auto-adjusting namespaces

B

beginBold() - Method in class com.android.utils.HtmlBuilder
 
beginColor(Color) - Method in class com.android.utils.HtmlBuilder
 
beginDiv() - Method in class com.android.utils.HtmlBuilder
 
beginDiv(String) - Method in class com.android.utils.HtmlBuilder
 
beginItalic() - Method in class com.android.utils.HtmlBuilder
 
beginList() - Method in class com.android.utils.HtmlBuilder
 
beginNoBr() - Method in class com.android.utils.HtmlBuilder
 
beginSpan() - Method in class com.android.utils.HtmlBuilder
 
beginSpan(String) - Method in class com.android.utils.HtmlBuilder
 
beginTable(String) - Method in class com.android.utils.HtmlBuilder
 
beginTable() - Method in class com.android.utils.HtmlBuilder
 
beginTableRow() - Method in class com.android.utils.HtmlBuilder
 
beginUnderline() - Method in class com.android.utils.HtmlBuilder
 
BIN_FOLDER - Static variable in class com.android.SdkConstants
 
BINDER_CMD_AVAILABLE - Static variable in class com.android.sdklib.AndroidVersion
First version to feature binder's common interface "cmd" for sending shell commands to services.
BINDING_ADAPTER_ANNOTATION - Static variable in class com.android.SdkConstants
 
BROWSE_FRAGMENT - Static variable in class com.android.SdkConstants
 
BUTTON - Static variable in class com.android.SdkConstants
 

C

C_FILE_EXTENSIONS - Static variable in class com.android.utils.NativeSourceFileExtensions
 
CALENDAR_VIEW - Static variable in class com.android.SdkConstants
 
camelCaseToConstantName(String) - Static method in class com.android.utils.SdkUtils
Translates a camel case name (e.g.
canRun(AndroidVersion) - Method in class com.android.sdklib.AndroidVersion
Checks whether a device running a version similar to the receiver can run a project compiled for the given version.
capitalize(String) - Static method in class com.android.utils.StringHelper
 
CARD_VIEW - Static variable in class com.android.SdkConstants
 
CARD_VIEW_LIB_ARTIFACT - Static variable in class com.android.SdkConstants
 
CENTER - Static variable in class com.android.SdkConstants.TextAlignment
 
CHECK_BOX - Static variable in class com.android.SdkConstants
 
CHECK_BOX_PREFERENCE - Static variable in class com.android.SdkConstants.PreferenceTags
 
CHECKABLE - Static variable in class com.android.SdkConstants
 
checkAndroidSdkHome() - Static method in class com.android.prefs.AndroidLocation
Check the if ANDROID_SDK_HOME variable points to a SDK.
CHECKED_TEXT_VIEW - Static variable in class com.android.SdkConstants
 
CHRONOMETER - Static variable in class com.android.SdkConstants
 
CLASS_ACTION_MENU_VIEW - Static variable in class com.android.SdkConstants
 
CLASS_ACTION_PROVIDER - Static variable in class com.android.SdkConstants
 
CLASS_ACTIVITY - Static variable in class com.android.SdkConstants
 
CLASS_AD_VIEW - Static variable in class com.android.SdkConstants
 
CLASS_APP_BAR_LAYOUT - Static variable in class com.android.SdkConstants
 
CLASS_APPLICATION - Static variable in class com.android.SdkConstants
 
CLASS_ATTRIBUTE_SET - Static variable in class com.android.SdkConstants
 
CLASS_BACKUP_AGENT - Static variable in class com.android.SdkConstants
 
CLASS_BROADCASTRECEIVER - Static variable in class com.android.SdkConstants
 
CLASS_BROWSE_FRAGMENT - Static variable in class com.android.SdkConstants
 
CLASS_BUNDLE - Static variable in class com.android.SdkConstants
 
CLASS_CARD_VIEW - Static variable in class com.android.SdkConstants
 
CLASS_COLLAPSING_TOOLBAR_LAYOUT - Static variable in class com.android.SdkConstants
 
CLASS_CONSTRAINT_LAYOUT - Static variable in class com.android.SdkConstants
 
CLASS_CONSTRAINT_LAYOUT_GUIDELINE - Static variable in class com.android.SdkConstants
 
CLASS_CONSTRAINT_LAYOUT_PARAMS - Static variable in class com.android.SdkConstants
 
CLASS_CONSTRUCTOR - Static variable in class com.android.SdkConstants
 
CLASS_CONTENTPROVIDER - Static variable in class com.android.SdkConstants
 
CLASS_CONTEXT - Static variable in class com.android.SdkConstants
 
CLASS_COORDINATOR_LAYOUT - Static variable in class com.android.SdkConstants
 
CLASS_DATA_BINDING_BASE_BINDING - Static variable in class com.android.SdkConstants
 
CLASS_DATA_BINDING_COMPONENT - Static variable in class com.android.SdkConstants
 
CLASS_DETAILS_FRAGMENT - Static variable in class com.android.SdkConstants
 
CLASS_DRAWER_LAYOUT - Static variable in class com.android.SdkConstants
 
CLASS_FLOATING_ACTION_BUTTON - Static variable in class com.android.SdkConstants
 
CLASS_FOLDER - Static variable in class com.android.SdkConstants
 
CLASS_FRAGMENT - Static variable in class com.android.SdkConstants
 
CLASS_FRAMELAYOUT - Static variable in class com.android.SdkConstants
 
CLASS_GRID_LAYOUT_V7 - Static variable in class com.android.SdkConstants
 
CLASS_INSTRUMENTATION - Static variable in class com.android.SdkConstants
 
CLASS_INSTRUMENTATION_RUNNER - Static variable in class com.android.SdkConstants
 
CLASS_INTENT - Static variable in class com.android.SdkConstants
 
CLASS_LAYOUT_INFLATER - Static variable in class com.android.SdkConstants
 
CLASS_MANIFEST_PERMISSION - Static variable in class com.android.SdkConstants
 
CLASS_MAP_FRAGMENT - Static variable in class com.android.SdkConstants
 
CLASS_MAP_VIEW - Static variable in class com.android.SdkConstants
 
CLASS_MOCK_VIEW - Static variable in class com.android.SdkConstants
MockView is part of the layoutlib bridge and used to display classes that have no rendering in the graphical layout editor.
CLASS_NAME_DATA_BINDING_COMPONENT - Static variable in class com.android.SdkConstants
 
CLASS_NAME_FRAMELAYOUT - Static variable in class com.android.SdkConstants
 
CLASS_NAME_LAYOUTPARAMS - Static variable in class com.android.SdkConstants
 
CLASS_NAME_PREFERENCE_SCREEN - Static variable in class com.android.SdkConstants
 
CLASS_NAVIGATION_VIEW - Static variable in class com.android.SdkConstants
 
CLASS_NESTED_SCROLL_VIEW - Static variable in class com.android.SdkConstants
 
CLASS_PARCEL - Static variable in class com.android.SdkConstants
 
CLASS_PARCELABLE - Static variable in class com.android.SdkConstants
 
CLASS_PERCENT_FRAME_LAYOUT - Static variable in class com.android.SdkConstants
 
CLASS_PERCENT_RELATIVE_LAYOUT - Static variable in class com.android.SdkConstants
 
CLASS_PLAYBACK_OVERLAY_FRAGMENT - Static variable in class com.android.SdkConstants
 
CLASS_PREFERENCE - Static variable in class com.android.SdkConstants
 
CLASS_PREFERENCEGROUP - Static variable in class com.android.SdkConstants
 
CLASS_PREFERENCES - Static variable in class com.android.SdkConstants
 
CLASS_R - Static variable in class com.android.SdkConstants
 
CLASS_R_PREFIX - Static variable in class com.android.SdkConstants
 
CLASS_RECYCLER_VIEW - Static variable in class com.android.SdkConstants
 
CLASS_RESOURCES - Static variable in class com.android.SdkConstants
 
CLASS_SEARCH_FRAGMENT - Static variable in class com.android.SdkConstants
 
CLASS_SERVICE - Static variable in class com.android.SdkConstants
 
CLASS_SNACKBAR - Static variable in class com.android.SdkConstants
 
CLASS_TAB_ITEM - Static variable in class com.android.SdkConstants
 
CLASS_TAB_LAYOUT - Static variable in class com.android.SdkConstants
 
CLASS_TABLE_CONSTRAINT_LAYOUT - Static variable in class com.android.SdkConstants
 
CLASS_TEXT_INPUT_LAYOUT - Static variable in class com.android.SdkConstants
 
CLASS_TOOLBAR_V7 - Static variable in class com.android.SdkConstants
 
CLASS_V4_FRAGMENT - Static variable in class com.android.SdkConstants
 
CLASS_VIEW - Static variable in class com.android.SdkConstants
 
CLASS_VIEW_PAGER - Static variable in class com.android.SdkConstants
 
CLASS_VIEWGROUP - Static variable in class com.android.SdkConstants
 
CLASS_VIEWGROUP_LAYOUTPARAMS - Static variable in class com.android.SdkConstants
 
cleanOutputDir(File) - Static method in class com.android.utils.FileUtils
Makes sure path is an empty directory.
clear() - Method in class com.android.utils.SparseArray
Removes all key-value mappings from this SparseArray.
clear() - Method in class com.android.utils.SparseIntArray
Removes all key-value mappings from this SparseIntArray.
close() - Method in class com.android.io.NonClosingInputStream
Performs the requested close() operation, depending on the current NonClosingInputStream.CloseBehavior.
closeHtmlBody() - Method in class com.android.utils.HtmlBuilder
 
CLS_TYPED_ARRAY - Static variable in class com.android.SdkConstants
 
CODENAME_RELEASE - Static variable in class com.android.SdkConstants
API codename of a release (non preview) system image or platform.
COLLAPSING_TOOLBAR_LAYOUT - Static variable in class com.android.SdkConstants
 
COLOR_RESOURCE_PREFIX - Static variable in class com.android.SdkConstants
 
coloredText(Color, String) - Method in class com.android.utils.HtmlBuilder
 
com.android - package com.android
 
com.android.ide.common.blame - package com.android.ide.common.blame
 
com.android.io - package com.android.io
 
com.android.prefs - package com.android.prefs
 
com.android.sdklib - package com.android.sdklib
 
com.android.utils - package com.android.utils
 
com.android.xml - package com.android.xml
 
combineAsCamelCase(Iterable<String>) - Static method in class com.android.utils.StringHelper
 
combinePackageAndClassName(String, String) - Static method in class com.android.xml.AndroidManifest
Combines a java package, with a class value from the manifest to make a fully qualified class name
compareEnd(SourcePosition) - Method in class com.android.ide.common.blame.SourcePosition
Compares the end of this SourcePosition with another.
compareStart(SourcePosition) - Method in class com.android.ide.common.blame.SourcePosition
Compares the start of this SourcePosition with another.
compareTo(AndroidVersion) - Method in class com.android.sdklib.AndroidVersion
Compares this object with the specified object for order.
compareTo(int, String) - Method in class com.android.sdklib.AndroidVersion
 
COMPOUND_BUTTON - Static variable in class com.android.SdkConstants
 
constantNameToCamelCase(String) - Static method in class com.android.utils.SdkUtils
Translates a Java / C++ constant name (e.g.
constantNameToXmlName(String) - Static method in class com.android.utils.SdkUtils
Translates a Java / C++ constant name (e.g.
CONSTRAINT_LAYOUT - Static variable in class com.android.SdkConstants
 
CONSTRAINT_LAYOUT_GUIDELINE - Static variable in class com.android.SdkConstants
 
CONSTRAINT_LAYOUT_LIB_ARTIFACT - Static variable in class com.android.SdkConstants
 
CONSTRAINT_LAYOUT_LIB_ARTIFACT_ID - Static variable in class com.android.SdkConstants
 
CONSTRAINT_LAYOUT_LIB_GROUP_ID - Static variable in class com.android.SdkConstants
 
CONSTRUCTOR_NAME - Static variable in class com.android.SdkConstants
 
COORDINATOR_LAYOUT - Static variable in class com.android.SdkConstants
 
copyDirectory(File, File) - Static method in class com.android.utils.FileUtils
Copies a directory from one path to another.
copyDirectoryContentToDirectory(File, File) - Static method in class com.android.utils.FileUtils
Makes a copy of the directory's content, in the specified location, while maintaining the directory structure.
copyDirectoryToDirectory(File, File) - Static method in class com.android.utils.FileUtils
Makes a copy of the given directory in the specified destination directory.
copyFile(File, File) - Static method in class com.android.utils.FileUtils
Copies a regular file from one path to another, preserving file attributes.
copyFileToDirectory(File, File) - Static method in class com.android.utils.FileUtils
Makes a copy of the given file in the specified directory, preserving the name and file attributes.
CPP_FILE_EXTENSIONS - Static variable in class com.android.utils.NativeSourceFileExtensions
 
CPU_ARCH_ARM - Static variable in class com.android.SdkConstants
Name of the CPU arch to support.
CPU_ARCH_ARM64 - Static variable in class com.android.SdkConstants
 
CPU_ARCH_INTEL_ATOM - Static variable in class com.android.SdkConstants
 
CPU_ARCH_INTEL_ATOM64 - Static variable in class com.android.SdkConstants
 
CPU_ARCH_MIPS - Static variable in class com.android.SdkConstants
 
CPU_ARCH_MIPS64 - Static variable in class com.android.SdkConstants
TODO double-check this is appropriate value for mips64
CPU_MODEL_CORTEX_A8 - Static variable in class com.android.SdkConstants
Name of the CPU model to support.
createFile(File, String) - Static method in class com.android.utils.FileUtils
 
createPathComment(File, boolean) - Static method in class com.android.utils.SdkUtils
Creates the path comment XML string.
CURRENT_PLATFORM - Static variable in class com.android.SdkConstants
currentPlatform() - Static method in class com.android.SdkConstants
Returns current platform
currentPlatformName() - Static method in class com.android.SdkConstants
Returns current platform's UI name

D

DATA_BINDING_ADAPTER_LIB_ARTIFACT - Static variable in class com.android.SdkConstants
 
DATA_BINDING_ANNOTATION_PROCESSOR_ARTIFACT - Static variable in class com.android.SdkConstants
 
DATA_BINDING_BASELIB_ARTIFACT - Static variable in class com.android.SdkConstants
 
DATA_BINDING_LIB_ARTIFACT - Static variable in class com.android.SdkConstants
 
DATA_BINDING_VIEW_STUB_PROXY - Static variable in class com.android.SdkConstants
 
DateProvider - Interface in com.android.utils
Provides abstraction over @{link Date#Date()}, to allow code to swap out calls to system date by a fake date in tests to create reliable tests.
DEFAULT - Static variable in class com.android.sdklib.AndroidVersion
The default AndroidVersion for minSdkVersion and targetSdkVersion if not specified.
DEFAULT_NS_PREFIX - Static variable in class com.android.xml.AndroidXPathFactory
Default prefix for android name space: 'android'
delete() - Method in interface com.android.io.IAbstractResource
Deletes the resource.
delete(File) - Static method in class com.android.utils.FileUtils
Deletes a file.
delete(int) - Method in class com.android.utils.SparseArray
Removes the mapping from the specified key, if there was any.
delete(int) - Method in class com.android.utils.SparseIntArray
Removes the mapping from the specified key, if there was any.
deleteDirectoryContents(File) - Static method in class com.android.utils.FileUtils
Recursively deletes a directory or file.
deleteIfExists(File) - Static method in class com.android.utils.FileUtils
 
deletePath(File) - Static method in class com.android.utils.FileUtils
Recursively deletes a path.
DESIGN_LIB_ARTIFACT - Static variable in class com.android.SdkConstants
 
DETAILS_FRAGMENT - Static variable in class com.android.SdkConstants
 
DIALER_FILTER - Static variable in class com.android.SdkConstants
 
DIMEN_PREFIX - Static variable in class com.android.SdkConstants
 
DOT_9PNG - Static variable in class com.android.SdkConstants
 
DOT_AAR - Static variable in class com.android.SdkConstants
Dot-Extension for Android archive files
DOT_AIDL - Static variable in class com.android.SdkConstants
Dot-Extension of aidl files, i.e.
DOT_ANDROID_PACKAGE - Static variable in class com.android.SdkConstants
Dot-Extension of the Application package Files, i.e.
DOT_BC - Static variable in class com.android.SdkConstants
Dot-Extension of renderscript bitcode files, i.e.
DOT_BMP - Static variable in class com.android.SdkConstants
Dot-Extension for BMP files, i.e.
DOT_CLASS - Static variable in class com.android.SdkConstants
 
DOT_DEP - Static variable in class com.android.SdkConstants
Dot-Extension of dependency files, i.e.
DOT_DEX - Static variable in class com.android.SdkConstants
Dot-Extension of dex files, i.e.
DOT_FS - Static variable in class com.android.SdkConstants
Dot-Extension of FilterScript files, i.e.
DOT_FTL - Static variable in class com.android.SdkConstants
Dot-Extension for template files
DOT_GIF - Static variable in class com.android.SdkConstants
 
DOT_GRADLE - Static variable in class com.android.SdkConstants
 
DOT_HPROF - Static variable in class com.android.SdkConstants
Dot-Extension for Java heap dumps.
DOT_JAR - Static variable in class com.android.SdkConstants
 
DOT_JAVA - Static variable in class com.android.SdkConstants
 
DOT_JPEG - Static variable in class com.android.SdkConstants
 
DOT_JPG - Static variable in class com.android.SdkConstants
 
DOT_JSON - Static variable in class com.android.SdkConstants
 
DOT_LAYOUT_PARAMS - Static variable in class com.android.SdkConstants
The LayoutParams inner-class name suffix, .LayoutParams
DOT_NATIVE_LIBS - Static variable in class com.android.SdkConstants
Dot-Extension of native dynamic libraries, i.e.
DOT_PNG - Static variable in class com.android.SdkConstants
 
DOT_PROPERTIES - Static variable in class com.android.SdkConstants
 
DOT_PSD - Static variable in class com.android.SdkConstants
 
DOT_RES - Static variable in class com.android.SdkConstants
Dot-Extension for temporary resource files, ie "ap_
DOT_RS - Static variable in class com.android.SdkConstants
Dot-Extension of renderscript files, i.e.
DOT_RSH - Static variable in class com.android.SdkConstants
Dot-Extension of renderscript header files, i.e.
DOT_SVG - Static variable in class com.android.SdkConstants
Dot-Extension for SVG files, i.e.
DOT_TXT - Static variable in class com.android.SdkConstants
Dot-Extension of text files, i.e.
DOT_WEBP - Static variable in class com.android.SdkConstants
 
DOT_XML - Static variable in class com.android.SdkConstants
 
DOT_XSD - Static variable in class com.android.SdkConstants
 
DRAWABLE_FOLDER - Static variable in class com.android.SdkConstants
 
DRAWABLE_HDPI - Static variable in class com.android.SdkConstants
 
DRAWABLE_LDPI - Static variable in class com.android.SdkConstants
 
DRAWABLE_MDPI - Static variable in class com.android.SdkConstants
 
DRAWABLE_PREFIX - Static variable in class com.android.SdkConstants
 
DRAWABLE_TYPE - Static variable in class com.android.SdkConstants
 
DRAWABLE_XHDPI - Static variable in class com.android.SdkConstants
 
DRAWABLE_XXHDPI - Static variable in class com.android.SdkConstants
 
DRAWABLE_XXXHDPI - Static variable in class com.android.SdkConstants
 
DRAWER_LAYOUT - Static variable in class com.android.SdkConstants
 

E

EDIT_TEXT - Static variable in class com.android.SdkConstants
 
EDIT_TEXT_PREFERENCE - Static variable in class com.android.SdkConstants.PreferenceTags
 
endBold() - Method in class com.android.utils.HtmlBuilder
 
endColor() - Method in class com.android.utils.HtmlBuilder
 
endDiv() - Method in class com.android.utils.HtmlBuilder
 
endItalic() - Method in class com.android.utils.HtmlBuilder
 
endList() - Method in class com.android.utils.HtmlBuilder
 
endNoBr() - Method in class com.android.utils.HtmlBuilder
 
endSpan() - Method in class com.android.utils.HtmlBuilder
 
endsWith(CharSequence, CharSequence) - Static method in class com.android.utils.SdkUtils
Returns true if the given sequence ends with the given suffix (case sensitive).
endsWith(CharSequence, int, CharSequence) - Static method in class com.android.utils.SdkUtils
Returns true if the given sequence ends at the given offset with the given suffix (case sensitive)
endsWithIgnoreCase(String, String) - Static method in class com.android.utils.SdkUtils
Returns true if the given string ends with the given suffix, using a case-insensitive comparison.
endTable() - Method in class com.android.utils.HtmlBuilder
 
endTableRow() - Method in class com.android.utils.HtmlBuilder
 
endUnderline() - Method in class com.android.utils.HtmlBuilder
 
equals(Object) - Method in class com.android.ide.common.blame.Message
 
equals(Object) - Method in class com.android.ide.common.blame.SourceFile
 
equals(Object) - Method in class com.android.ide.common.blame.SourceFilePosition
 
equals(Object) - Method in class com.android.ide.common.blame.SourcePosition
 
equals(int) - Method in class com.android.sdklib.AndroidVersion
Returns true if the AndroidVersion is an API level equals to apiLevel.
equals(Object) - Method in class com.android.sdklib.AndroidVersion
 
equals(Object) - Method in class com.android.utils.Pair
 
err(String) - Method in interface com.android.utils.GrabProcessOutput.IProcessOutput
Processes an stderr message line.
error(Throwable, String, Object...) - Method in interface com.android.utils.ILogger
Prints an error message.
error(Throwable, String, Object...) - Method in class com.android.utils.NullLogger
 
error(Throwable, String, Object...) - Method in class com.android.utils.StdLogger
Prints an error message.
escapePropertyValue(String) - Static method in class com.android.utils.SdkUtils
Escapes the given property file value (right hand side of property assignment) as required by the property file format (e.g.
exists() - Method in class com.android.io.FileWrapper
 
exists() - Method in class com.android.io.FolderWrapper
 
exists() - Method in interface com.android.io.IAbstractResource
Returns whether the resource actually exists.
EXPANDABLE_LIST_VIEW - Static variable in class com.android.SdkConstants
 
EXT_AAR - Static variable in class com.android.SdkConstants
Extension for Android archive files
EXT_AIDL - Static variable in class com.android.SdkConstants
Extension of aidl files, i.e.
EXT_ANDROID_PACKAGE - Static variable in class com.android.SdkConstants
Extension of the Application package Files, i.e.
EXT_BC - Static variable in class com.android.SdkConstants
Extension of Renderscript bitcode files, i.e.
EXT_CLASS - Static variable in class com.android.SdkConstants
Extension of compiled java files, i.e.
EXT_DEP - Static variable in class com.android.SdkConstants
Extension of dependency files, i.e.
EXT_DEX - Static variable in class com.android.SdkConstants
Extension of dex files, i.e.
EXT_FS - Static variable in class com.android.SdkConstants
Extension of FilterScript files, i.e.
EXT_GRADLE - Static variable in class com.android.SdkConstants
Extension of gradle files, i.e.
EXT_GZ - Static variable in class com.android.SdkConstants
 
EXT_HPROF - Static variable in class com.android.SdkConstants
Extension for Java heap dumps.
EXT_JAR - Static variable in class com.android.SdkConstants
Extension of jar files, i.e.
EXT_JAVA - Static variable in class com.android.SdkConstants
Extension of java files, i.e.
EXT_NATIVE_LIB - Static variable in class com.android.SdkConstants
Extension of native libraries, i.e.
EXT_PNG - Static variable in class com.android.SdkConstants
Extension for pre-processable images.
EXT_RES - Static variable in class com.android.SdkConstants
Extension for temporary resource files, ie "ap_
EXT_RS - Static variable in class com.android.SdkConstants
Extension of Renderscript files, i.e.
EXT_RSH - Static variable in class com.android.SdkConstants
Extension of Renderscript files, i.e.
EXT_XML - Static variable in class com.android.SdkConstants
Extension of xml files, i.e.
EXT_ZIP - Static variable in class com.android.SdkConstants
Extension of ZIP files, i.e.
extractActivityName(String, String) - Static method in class com.android.xml.AndroidManifest
Given a fully qualified activity name (e.g.

F

FD_ADDON_LIBS - Static variable in class com.android.SdkConstants
Name of the addon libs folder.
FD_ADDONS - Static variable in class com.android.SdkConstants
Name of the SDK addons folder.
FD_AIDL - Static variable in class com.android.SdkConstants
aidl output folder for copied aidl files
FD_ANDROID_SOURCES - Static variable in class com.android.SdkConstants
Name of the android sources directory and the root of the SDK sources package folder.
FD_ANT - Static variable in class com.android.SdkConstants
Name of the SDK Ant folder, i.e.
FD_APK_NATIVE_LIBS - Static variable in class com.android.SdkConstants
Native lib folder inside the APK: "lib"
FD_ASSETS - Static variable in class com.android.SdkConstants
Assets folder name, i.e.
FD_BUILD_TOOLS - Static variable in class com.android.SdkConstants
Name of the SDK build tools folder.
FD_CACHE - Static variable in class com.android.SdkConstants
Name of the cache folder in the $HOME/.android.
FD_CLASSES_OUTPUT - Static variable in class com.android.SdkConstants
Classes output folder name, i.e.
FD_CMAKE - Static variable in class com.android.SdkConstants
 
FD_DATA - Static variable in class com.android.SdkConstants
Name of the SDK data folder, i.e.
FD_DOCS - Static variable in class com.android.SdkConstants
Name of the SDK docs folder.
FD_DOCS_REFERENCE - Static variable in class com.android.SdkConstants
Name of the doc folder containing API reference doc (javadoc)
FD_EXTRAS - Static variable in class com.android.SdkConstants
Name of the SDK extras folder.
FD_FONTS - Static variable in class com.android.SdkConstants
Name of the SDK font folder, i.e.
FD_GEN_SOURCES - Static variable in class com.android.SdkConstants
Default generated source folder name, i.e.
FD_GRADLE - Static variable in class com.android.SdkConstants
Default gradle folder name, i.e.
FD_GRADLE_WRAPPER - Static variable in class com.android.SdkConstants
Default gradle wrapper folder name, i.e.
FD_IMAGES - Static variable in class com.android.SdkConstants
Name of the SDK images folder.
FD_JARS - Static variable in class com.android.SdkConstants
jars folder
FD_JAVA - Static variable in class com.android.SdkConstants
Default java code folder name, i.e.
FD_JAVA_RES - Static variable in class com.android.SdkConstants
Name of the Java resources folder, i.e.
FD_JNI - Static variable in class com.android.SdkConstants
Default native code folder name, i.e.
FD_LIB - Static variable in class com.android.SdkConstants
Name of the SDK tools/lib folder.
FD_LLDB - Static variable in class com.android.SdkConstants
 
FD_M2_REPOSITORY - Static variable in class com.android.SdkConstants
 
FD_MAIN - Static variable in class com.android.SdkConstants
Default main source set folder name, i.e.
FD_NATIVE_LIBS - Static variable in class com.android.SdkConstants
Default native library folder name inside the project, i.e.
FD_NDK - Static variable in class com.android.SdkConstants
 
FD_OUTPUT - Static variable in class com.android.SdkConstants
Default output folder name, i.e.
FD_PKG_SOURCES - Static variable in class com.android.SdkConstants
Name of the SDK sources folder where source packages are installed.
FD_PLATFORM_TOOLS - Static variable in class com.android.SdkConstants
Name of the SDK platform tools folder.
FD_PLATFORMS - Static variable in class com.android.SdkConstants
Name of the SDK platforms folder.
FD_PROGUARD - Static variable in class com.android.SdkConstants
proguard output folder for mapping, etc..
FD_RENDERSCRIPT - Static variable in class com.android.SdkConstants
Name of the SDK renderscript folder, i.e.
FD_RES - Static variable in class com.android.SdkConstants
Name of the SDK resources folder, i.e.
FD_RES_ANIM - Static variable in class com.android.SdkConstants
Default anim resource folder name, i.e.
FD_RES_ANIMATOR - Static variable in class com.android.SdkConstants
Default animator resource folder name, i.e.
FD_RES_COLOR - Static variable in class com.android.SdkConstants
Default color resource folder name, i.e.
FD_RES_DRAWABLE - Static variable in class com.android.SdkConstants
Default drawable resource folder name, i.e.
FD_RES_INTERPOLATOR - Static variable in class com.android.SdkConstants
Default interpolator resource folder name, i.e.
FD_RES_LAYOUT - Static variable in class com.android.SdkConstants
Default layout resource folder name, i.e.
FD_RES_MENU - Static variable in class com.android.SdkConstants
Default menu resource folder name, i.e.
FD_RES_MIPMAP - Static variable in class com.android.SdkConstants
Default menu resource folder name, i.e.
FD_RES_RAW - Static variable in class com.android.SdkConstants
Default raw resource folder name, i.e.
FD_RES_VALUES - Static variable in class com.android.SdkConstants
Default values resource folder name, i.e.
FD_RES_XML - Static variable in class com.android.SdkConstants
Default xml resource folder name, i.e.
FD_RESOURCES - Static variable in class com.android.SdkConstants
Resources folder name, i.e.
FD_RS_LIBS - Static variable in class com.android.SdkConstants
rs Libs output folder for support mode
FD_RS_OBJ - Static variable in class com.android.SdkConstants
rs Libs output folder for support mode
FD_SAMPLE - Static variable in class com.android.SdkConstants
Name of an extra's sample folder.
FD_SAMPLES - Static variable in class com.android.SdkConstants
Name of the SDK samples folder.
FD_SHADER_TOOLS - Static variable in class com.android.SdkConstants
glslc
FD_SKINS - Static variable in class com.android.SdkConstants
Name of the SDK skins folder.
FD_SOURCES - Static variable in class com.android.SdkConstants
Default source folder name in an SDK project, i.e.
FD_SUPPORT - Static variable in class com.android.SdkConstants
Name of the SDK tools/support folder.
FD_SYSTEM_IMAGES - Static variable in class com.android.SdkConstants
Name of the SDK system-images folder.
FD_TEMPLATES - Static variable in class com.android.SdkConstants
Name of the SDK templates folder, i.e.
FD_TEST - Static variable in class com.android.SdkConstants
Default test source set folder name, i.e.
FD_TOOLS - Static variable in class com.android.SdkConstants
Name of the SDK tools folder.
FILENAME_PREFIX - Static variable in class com.android.utils.SdkUtils
Prefix in comments which mark the source locations for merge results
fileToUrl(File) - Static method in class com.android.utils.SdkUtils
Returns the corresponding URL for the given File
fileToUrlString(File) - Static method in class com.android.utils.SdkUtils
Returns the corresponding URL string for the given File
FileUtils - Class in com.android.utils
 
FileWrapper - Class in com.android.io
An implementation of IAbstractFile extending File.
FileWrapper(File) - Constructor for class com.android.io.FileWrapper
Creates a new File instance matching a given File object.
FileWrapper(File, String) - Constructor for class com.android.io.FileWrapper
Creates a new File instance from a parent abstract pathname and a child pathname string.
FileWrapper(String) - Constructor for class com.android.io.FileWrapper
Creates a new File instance by converting the given pathname string into an abstract pathname.
FileWrapper(String, String) - Constructor for class com.android.io.FileWrapper
Creates a new File instance from a parent abstract pathname and a child pathname string.
FileWrapper(URI) - Constructor for class com.android.io.FileWrapper
Creates a new File instance by converting the given file: URI into an abstract pathname.
find(File, Pattern) - Static method in class com.android.utils.FileUtils
Find a list of files in a directory, using a specified path pattern.
find(File, String) - Static method in class com.android.utils.FileUtils
Find a file with the specified name in a given directory .
findIgnoringCase(String, Message.Kind) - Static method in enum com.android.ide.common.blame.Message.Kind
 
findIgnoringCase(String) - Static method in enum com.android.ide.common.blame.Message.Kind
 
findNodeAtLineAndCol(Document, int, int) - Static method in class com.android.utils.PositionXmlParser
Finds the leaf node at the given offset
findNodeAtOffset(Document, int) - Static method in class com.android.utils.PositionXmlParser
Finds the leaf node at the given offset
FLOATING_ACTION_BUTTON - Static variable in class com.android.SdkConstants
 
FN_AAPT - Static variable in class com.android.SdkConstants
aapt executable (with extension for the current OS)
FN_AAPT2 - Static variable in class com.android.SdkConstants
aapt2 executable (with extension for the current OS)
FN_ADB - Static variable in class com.android.SdkConstants
adb executable (with extension for the current OS)
FN_AIDL - Static variable in class com.android.SdkConstants
aidl executable (with extension for the current OS)
FN_ANDROID_MANIFEST_XML - Static variable in class com.android.SdkConstants
An SDK Project's AndroidManifest.xml file
FN_ANDROID_OPT_PROGUARD_FILE - Static variable in class com.android.SdkConstants
global Android proguard config file with optimization enabled
FN_ANDROID_PROGUARD_FILE - Static variable in class com.android.SdkConstants
global Android proguard config file
FN_ANNOTATIONS_JAR - Static variable in class com.android.SdkConstants
annotations support jar
FN_ANNOTATIONS_ZIP - Static variable in class com.android.SdkConstants
 
FN_ANT_PROPERTIES - Static variable in class com.android.SdkConstants
project ant property file
FN_APK_CLASSES_DEX - Static variable in class com.android.SdkConstants
Dex filename inside the APK.
FN_APK_CLASSES_N_DEX - Static variable in class com.android.SdkConstants
Dex filename inside the APK.
FN_ATTRS_MANIFEST_XML - Static variable in class com.android.SdkConstants
Name of the layout attributes, i.e.
FN_ATTRS_XML - Static variable in class com.android.SdkConstants
Name of the layout attributes, i.e.
FN_BCC_COMPAT - Static variable in class com.android.SdkConstants
renderscript support exe (with extension for the current OS)
FN_BUILD_CONFIG - Static variable in class com.android.SdkConstants
BuildConfig java class filename, i.e.
FN_BUILD_CONFIG_BASE - Static variable in class com.android.SdkConstants
Generated BuildConfig class name
FN_BUILD_GRADLE - Static variable in class com.android.SdkConstants
An SDK Project's build.gradle file
FN_BUILD_PROP - Static variable in class com.android.SdkConstants
platform build property file
FN_BUILD_XML - Static variable in class com.android.SdkConstants
An SDK Project's build.xml file
FN_CLASSES_JAR - Static variable in class com.android.SdkConstants
pre-dex jar filename.
FN_COMPILED_RESOURCE_CLASS - Static variable in class com.android.SdkConstants
Resource class file filename, i.e.
FN_CONTENT_HASH_PROP - Static variable in class com.android.SdkConstants
properties file for content hash of installed packages
FN_DEVICES_XML - Static variable in class com.android.SdkConstants
add-on layout device XML file.
FN_DEXDUMP - Static variable in class com.android.SdkConstants
dexdump executable (with extension for the current OS)
FN_DX - Static variable in class com.android.SdkConstants
dx executable (with extension for the current OS)
FN_DX_JAR - Static variable in class com.android.SdkConstants
dx.jar file
FN_EMULATOR - Static variable in class com.android.SdkConstants
emulator executable for the current OS
FN_EMULATOR_CHECK - Static variable in class com.android.SdkConstants
emulator-check executable for the current OS
FN_FIND_LOCK - Static variable in class com.android.SdkConstants
find_lock for Windows (with extension for the current OS)
FN_FRAMEWORK_AIDL - Static variable in class com.android.SdkConstants
framework aidl import file
FN_FRAMEWORK_INCLUDE - Static variable in class com.android.SdkConstants
framework include folder
FN_FRAMEWORK_INCLUDE_CLANG - Static variable in class com.android.SdkConstants
framework include (clang) folder
FN_FRAMEWORK_LIBRARY - Static variable in class com.android.SdkConstants
Name of the framework library, i.e.
FN_FRAMEWORK_RENDERSCRIPT - Static variable in class com.android.SdkConstants
framework renderscript folder
FN_GDB_SETUP - Static variable in class com.android.SdkConstants
 
FN_GDBSERVER - Static variable in class com.android.SdkConstants
filename for gdbserver.
FN_GLSLC - Static variable in class com.android.SdkConstants
 
FN_GRADLE_PROPERTIES - Static variable in class com.android.SdkConstants
An SDK Project's gradle.properties file
FN_GRADLE_UNIX - Static variable in class com.android.SdkConstants
An SDK Project's gradle daemon executable
FN_GRADLE_WIN - Static variable in class com.android.SdkConstants
An SDK Project's gradle.bat daemon executable (gradle for windows)
FN_GRADLE_WRAPPER_JAR - Static variable in class com.android.SdkConstants
An SDK Project's gradle wrapper library
FN_GRADLE_WRAPPER_PROPERTIES - Static variable in class com.android.SdkConstants
project local property file
FN_GRADLE_WRAPPER_UNIX - Static variable in class com.android.SdkConstants
An SDK Project's gradlew file
FN_GRADLE_WRAPPER_WIN - Static variable in class com.android.SdkConstants
An SDK Project's gradlew.bat file (gradlew for windows)
FN_HARDWARE_INI - Static variable in class com.android.SdkConstants
hardware properties definition file
FN_HPROF_CONV - Static variable in class com.android.SdkConstants
hprof-conv executable (with extension for the current OS)
FN_INTENT_ACTIONS_ACTIVITY - Static variable in class com.android.SdkConstants
Intent activity actions list file
FN_INTENT_ACTIONS_BROADCAST - Static variable in class com.android.SdkConstants
Intent broadcast actions list file
FN_INTENT_ACTIONS_SERVICE - Static variable in class com.android.SdkConstants
Intent service actions list file
FN_INTENT_CATEGORIES - Static variable in class com.android.SdkConstants
Intent category list file
FN_JACK - Static variable in class com.android.SdkConstants
jack.jar
FN_JACK_COVERAGE_PLUGIN - Static variable in class com.android.SdkConstants
code coverage plugin for jack
FN_JACK_JACOCO_REPORTER - Static variable in class com.android.SdkConstants
jack-jacoco-report.jar
FN_JILL - Static variable in class com.android.SdkConstants
jill.jar
FN_LAYOUTLIB_JAR - Static variable in class com.android.SdkConstants
layoutlib.jar file
FN_LD_ARM - Static variable in class com.android.SdkConstants
renderscript support linker for ARM (with extension for the current OS)
FN_LD_ARM64 - Static variable in class com.android.SdkConstants
renderscript support linker for ARM64 (with extension for the current OS)
FN_LD_MIPS - Static variable in class com.android.SdkConstants
renderscript support linker for MIPS (with extension for the current OS)
FN_LD_X86 - Static variable in class com.android.SdkConstants
renderscript support linker for X86 (with extension for the current OS)
FN_LD_X86_64 - Static variable in class com.android.SdkConstants
renderscript support linker for X86_64 (with extension for the current OS)
FN_LOCAL_PROPERTIES - Static variable in class com.android.SdkConstants
project local property file
FN_MANIFEST_BASE - Static variable in class com.android.SdkConstants
Generated manifest class name
FN_MANIFEST_CLASS - Static variable in class com.android.SdkConstants
Manifest java class filename, i.e.
FN_MANIFEST_INI - Static variable in class com.android.SdkConstants
add-on manifest file
FN_PLUGIN_PROP - Static variable in class com.android.SdkConstants
plugin properties file
FN_PROGUARD - Static variable in class com.android.SdkConstants
proguard executable (with extension for the current OS)
FN_PROJECT_PROGUARD_FILE - Static variable in class com.android.SdkConstants
default proguard config file with new file extension (for project specific stuff)
FN_PROJECT_PROPERTIES - Static variable in class com.android.SdkConstants
project property file
FN_PUBLIC_TXT - Static variable in class com.android.SdkConstants
Filename for public resources in AAR archives
FN_RENDERSCRIPT - Static variable in class com.android.SdkConstants
renderscript executable (with extension for the current OS)
FN_RENDERSCRIPT_V8_JAR - Static variable in class com.android.SdkConstants
 
FN_RESOURCE_BASE - Static variable in class com.android.SdkConstants
Resource base name for java files and classes
FN_RESOURCE_CLASS - Static variable in class com.android.SdkConstants
Resource java class filename, i.e.
FN_RESOURCE_TEXT - Static variable in class com.android.SdkConstants
Resource text filename, i.e.
FN_SDK_PROP - Static variable in class com.android.SdkConstants
properties file for the SDK
FN_SETTINGS_GRADLE - Static variable in class com.android.SdkConstants
An SDK Project's settings.gradle file
FN_SKIN_LAYOUT - Static variable in class com.android.SdkConstants
Skin layout file
FN_SOURCE_PROP - Static variable in class com.android.SdkConstants
properties file for SDK Updater packages
FN_SPLIT_SELECT - Static variable in class com.android.SdkConstants
split-select
FN_UI_AUTOMATOR_LIBRARY - Static variable in class com.android.SdkConstants
Name of the framework library, i.e.
FN_WIDGETS - Static variable in class com.android.SdkConstants
widget list file
FN_ZIPALIGN - Static variable in class com.android.SdkConstants
zipalign executable (with extension for the current OS)
FOLDER_AVD - Static variable in class com.android.prefs.AndroidLocation
Virtual Device folder inside the path returned by AndroidLocation.getFolder()
FOLDER_DOT_ANDROID - Static variable in class com.android.prefs.AndroidLocation
The name of the .android folder returned by AndroidLocation.getFolder().
FolderWrapper - Class in com.android.io
An implementation of IAbstractFolder extending File.
FolderWrapper(File, String) - Constructor for class com.android.io.FolderWrapper
Creates a new File instance from a parent abstract pathname and a child pathname string.
FolderWrapper(String) - Constructor for class com.android.io.FolderWrapper
Creates a new File instance by converting the given pathname string into an abstract pathname.
FolderWrapper(String, String) - Constructor for class com.android.io.FolderWrapper
Creates a new File instance from a parent abstract pathname and a child pathname string.
FolderWrapper(URI) - Constructor for class com.android.io.FolderWrapper
Creates a new File instance by converting the given file: URI into an abstract pathname.
FolderWrapper(File) - Constructor for class com.android.io.FolderWrapper
Creates a new File instance matching a give File object.
FORMAT_METHOD - Static variable in class com.android.SdkConstants
 
formatFloatAttribute(double) - Static method in class com.android.utils.XmlUtils
Format the given floating value into an XML string, omitting decimals if 0
FQCN_ADAPTER_VIEW - Static variable in class com.android.SdkConstants
The fully qualified class name of an AdapterView
FQCN_BUTTON - Static variable in class com.android.SdkConstants
The fully qualified class name of a Button view
FQCN_DATE_PICKER - Static variable in class com.android.SdkConstants
The fully qualified class name of a DatePicker
FQCN_EDIT_TEXT - Static variable in class com.android.SdkConstants
The fully qualified class name of an EditText view
FQCN_EXPANDABLE_LIST_VIEW - Static variable in class com.android.SdkConstants
The fully qualified class name of an ExpandableListView
FQCN_FRAME_LAYOUT - Static variable in class com.android.SdkConstants
The fully qualified class name of a FrameLayout view
FQCN_GESTURE_OVERLAY_VIEW - Static variable in class com.android.SdkConstants
The fully qualified class name of a GestureOverlayView
FQCN_GRID_LAYOUT - Static variable in class com.android.SdkConstants
The fully qualified class name of a GridLayout view
FQCN_GRID_LAYOUT_V7 - Static variable in class com.android.SdkConstants
 
FQCN_GRID_VIEW - Static variable in class com.android.SdkConstants
The fully qualified class name of a GridView view
FQCN_IMAGE_VIEW - Static variable in class com.android.SdkConstants
The fully qualified class name of an ImageView view
FQCN_LINEAR_LAYOUT - Static variable in class com.android.SdkConstants
The fully qualified class name of a LinearLayout view
FQCN_LIST_VIEW - Static variable in class com.android.SdkConstants
The fully qualified class name of a ListView
FQCN_RADIO_BUTTON - Static variable in class com.android.SdkConstants
The fully qualified class name of a RadioButton view
FQCN_RADIO_GROUP - Static variable in class com.android.SdkConstants
The fully qualified class name of a RadioGroup
FQCN_RELATIVE_LAYOUT - Static variable in class com.android.SdkConstants
The fully qualified class name of a RelativeLayout view
FQCN_SPACE - Static variable in class com.android.SdkConstants
The fully qualified class name of a Space
FQCN_SPACE_V7 - Static variable in class com.android.SdkConstants
 
FQCN_SPINNER - Static variable in class com.android.SdkConstants
The fully qualified class name of a Spinner view
FQCN_SUPPRESS_LINT - Static variable in class com.android.SdkConstants
 
FQCN_TAB_WIDGET - Static variable in class com.android.SdkConstants
The fully qualified class name of a TabWidget view
FQCN_TABLE_LAYOUT - Static variable in class com.android.SdkConstants
The fully qualified class name of a TableLayout view
FQCN_TABLE_ROW - Static variable in class com.android.SdkConstants
The fully qualified class name of a TableRow view
FQCN_TARGET_API - Static variable in class com.android.SdkConstants
 
FQCN_TEXT_VIEW - Static variable in class com.android.SdkConstants
The fully qualified class name of a TextView view
FQCN_TIME_PICKER - Static variable in class com.android.SdkConstants
The fully qualified class name of a TimePicker
FQCN_TOGGLE_BUTTON - Static variable in class com.android.SdkConstants
The fully qualified class name of a ToggleButton view
FRAME_LAYOUT - Static variable in class com.android.SdkConstants
 
fromXmlAttributeValue(String) - Static method in class com.android.utils.XmlUtils
Converts the given XML-attribute-safe value to a java string

G

GALLERY - Static variable in class com.android.SdkConstants
 
GEN_FOLDER - Static variable in class com.android.SdkConstants
 
GESTURE_OVERLAY_VIEW - Static variable in class com.android.SdkConstants
 
get(int) - Method in class com.android.utils.SparseArray
Gets the Object mapped from the specified key, or null if no such mapping has been made.
get(int, E) - Method in class com.android.utils.SparseArray
Gets the Object mapped from the specified key, or the specified Object if no such mapping has been made.
get(int) - Method in class com.android.utils.SparseIntArray
Gets the int mapped from the specified key, or 0 if no such mapping has been made.
get(int, int) - Method in class com.android.utils.SparseIntArray
Gets the int mapped from the specified key, or the specified value if no such mapping has been made.
GET_STRING_METHOD - Static variable in class com.android.SdkConstants
 
getAllFiles(File) - Static method in class com.android.utils.FileUtils
 
getApiLevel() - Method in class com.android.sdklib.AndroidVersion
Returns the api level as an integer.
getApiString() - Method in class com.android.sdklib.AndroidVersion
Returns a string representing the API level and/or the code name.
getApplicationIcon(IAbstractFile) - Static method in class com.android.xml.AndroidManifest
Returns the application icon for a given manifest.
getApplicationLabel(IAbstractFile) - Static method in class com.android.xml.AndroidManifest
Returns the application label for a given manifest.
getAvdFolder() - Static method in class com.android.prefs.AndroidLocation
Returns the folder where the users AVDs are stored.
getCloseBehavior() - Method in class com.android.io.NonClosingInputStream
getCodename() - Method in class com.android.sdklib.AndroidVersion
Returns the version code name if applicable, null otherwise.
getColumn() - Method in class com.android.ide.common.blame.Message
Deprecated.
getContents() - Method in class com.android.io.FileWrapper
 
getContents() - Method in interface com.android.io.IAbstractFile
Returns an InputStream object on the file content.
getDebuggable(IAbstractFile) - Static method in class com.android.xml.AndroidManifest
Returns whether the manifest is set to make the application debuggable.
getDescription() - Method in class com.android.ide.common.blame.SourceFile
 
getDirectoryNameForJar(File) - Static method in class com.android.utils.FileUtils
Chooses a directory name, based on a JAR file name, considering exploded-aar and classes.jar.
getEndColumn() - Method in class com.android.ide.common.blame.SourcePosition
 
getEndLine() - Method in class com.android.ide.common.blame.SourcePosition
 
getEndOffset() - Method in class com.android.ide.common.blame.SourcePosition
 
getError() - Method in exception com.android.io.StreamException
 
getExtractNativeLibsXPath() - Static method in class com.android.xml.AndroidManifest
 
getFeatureLevel() - Method in class com.android.sdklib.AndroidVersion
Returns the API level as an integer.
getFile() - Method in class com.android.ide.common.blame.SourceFilePosition
 
getFile(String) - Method in class com.android.io.FolderWrapper
 
getFile(String) - Method in interface com.android.io.IAbstractFolder
Returns an IAbstractFile representing a child of the current folder with the given name.
getFile() - Method in exception com.android.io.StreamException
 
getFirst() - Method in class com.android.utils.Pair
Return the first item in the pair
getFolder(String) - Method in class com.android.io.FolderWrapper
 
getFolder(String) - Method in interface com.android.io.IAbstractFolder
Returns an IAbstractFolder representing a child of the current folder with the given name.
getFolder() - Static method in class com.android.prefs.AndroidLocation
Returns the folder used to store android related files.
getFolderWithoutWrites() - Static method in class com.android.prefs.AndroidLocation
Returns the folder used to store android related files.
getHtml() - Method in class com.android.utils.HtmlBuilder
 
getInstrumentationRunnerXPath() - Static method in class com.android.xml.AndroidManifest
Returns the XPath expression for the instrumentation runner
getKind() - Method in class com.android.ide.common.blame.Message
 
getLevel() - Method in class com.android.utils.StdLogger
Returns the logger's log StdLogger.Level.
getLineNumber() - Method in class com.android.ide.common.blame.Message
Deprecated.
getLineSeparator() - Static method in class com.android.utils.SdkUtils
Returns the default line separator to use.
getLogger() - Static method in class com.android.utils.NullLogger
 
getManifest(IAbstractFolder) - Static method in class com.android.xml.AndroidManifest
Returns an IAbstractFile object representing the manifest for the given project.
getMinSdkVersion(IAbstractFile) - Static method in class com.android.xml.AndroidManifest
Returns the value of the minSdkVersion attribute.
getMinSdkVersionXPath() - Static method in class com.android.xml.AndroidManifest
Returns the XPath expression for the minSdkVersion
getModificationStamp() - Method in class com.android.io.FileWrapper
 
getModificationStamp() - Method in interface com.android.io.IAbstractFile
Returns the last modification timestamp
getName() - Method in interface com.android.io.IAbstractResource
Returns the name of the resource.
getName() - Method in enum com.android.prefs.AndroidLocation.EnvVar
 
getNamesAsCommaSeparatedList(Iterable<File>) - Static method in class com.android.utils.FileUtils
 
getOsLocation() - Method in class com.android.io.FileWrapper
 
getOsLocation() - Method in class com.android.io.FolderWrapper
 
getOsLocation() - Method in interface com.android.io.IAbstractResource
Returns the OS path of the folder location (may be absolute).
getOutputStream() - Method in class com.android.io.FileWrapper
 
getOutputStream() - Method in interface com.android.io.IAbstractFile
Returns an OutputStream to write into the file.
getPackage(IAbstractFolder) - Static method in class com.android.xml.AndroidManifest
Returns the package for a given project.
getPackage(IAbstractFile) - Static method in class com.android.xml.AndroidManifest
Returns the package for a given manifest.
getPackageXPath() - Static method in class com.android.xml.AndroidManifest
Returns the XPath expression for the package
getParentFolder() - Method in class com.android.io.FileWrapper
 
getParentFolder() - Method in class com.android.io.FolderWrapper
 
getParentFolder() - Method in interface com.android.io.IAbstractResource
Returns the parent folder or null if there is no parent.
getPath() - Method in interface com.android.io.IAbstractResource
Returns the path of the resource.
getPosition() - Method in class com.android.ide.common.blame.SourceFilePosition
 
getPosition(Node) - Static method in class com.android.utils.PositionXmlParser
Returns the position for the given node.
getPosition(Node, int, int) - Static method in class com.android.utils.PositionXmlParser
Returns the position for the given node.
getPreferredWriteMode() - Method in class com.android.io.FileWrapper
 
getPreferredWriteMode() - Method in interface com.android.io.IAbstractFile
Returns the preferred mode to write into the file.
getRawMessage() - Method in class com.android.ide.common.blame.Message
 
getResourceFieldName(String) - Static method in class com.android.utils.SdkUtils
Get the R field name from a resource name, since AAPT will flatten the namespace, turning dots, dashes and colons into _
getResult() - Method in class com.android.utils.LineCollector
 
getRootTagName(File) - Static method in class com.android.utils.XmlUtils
Returns the name of the root element tag stored in the given file, or null if it can't be determined.
getSecond() - Method in class com.android.utils.Pair
Return the second item in the pair
getSourceFile() - Method in class com.android.ide.common.blame.SourceFile
 
getSourceFilePosition(Node) - Static method in class com.android.utils.XmlUtils
 
getSourceFilePositions() - Method in class com.android.ide.common.blame.Message
Returns a list of source positions.
getSourcePath() - Method in class com.android.ide.common.blame.Message
 
getStartColumn() - Method in class com.android.ide.common.blame.SourcePosition
 
getStartLine() - Method in class com.android.ide.common.blame.SourcePosition
 
getStartOffset() - Method in class com.android.ide.common.blame.SourcePosition
 
getStringBuilder() - Method in class com.android.utils.HtmlBuilder
 
getSupportsRtl(IAbstractFile) - Static method in class com.android.xml.AndroidManifest
Returns whether the manifest is set to make the application RTL aware.
getTargetNameFromBuildOutputFile(File) - Static method in class com.android.utils.NdkUtils
 
getTargetSdkVersion(IAbstractFile) - Static method in class com.android.xml.AndroidManifest
Returns the value of the targetSdkVersion attribute.
getTargetSdkVersionXPath() - Static method in class com.android.xml.AndroidManifest
Returns the XPath expression for the targetSdkVersion
getTestFunctionalTest(IAbstractFile) - Static method in class com.android.xml.AndroidManifest
Returns the instrumentation functionalTest value for the manifest.
getTestFunctionalTestXPath() - Static method in class com.android.xml.AndroidManifest
Returns the XPath expression for the instrumentation functionTest
getTestHandleProfiling(IAbstractFile) - Static method in class com.android.xml.AndroidManifest
Returns the instrumentation handleProfiling value for the manifest.
getTestHandleProfilingXPath() - Static method in class com.android.xml.AndroidManifest
Returns the XPath expression for the test handleProfiling
getTestInstrumentationRunner(IAbstractFile) - Static method in class com.android.xml.AndroidManifest
Returns the instrumentation runner for the manifest.
getTestLabel(IAbstractFile) - Static method in class com.android.xml.AndroidManifest
Returns the instrumentation label value for the manifest.
getTestLabelXPath() - Static method in class com.android.xml.AndroidManifest
Returns the XPath expression for the test testLabel
getTestTargetPackage(IAbstractFile) - Static method in class com.android.xml.AndroidManifest
Returns the test target package for the manifest.
getTestTargetPackageXPath() - Static method in class com.android.xml.AndroidManifest
Returns the XPath expression for the instrumentation target package
getText() - Method in class com.android.ide.common.blame.Message
 
getToolName() - Method in class com.android.ide.common.blame.Message
 
getUnmodifiable() - Method in class com.android.utils.SparseArray
 
getUserHomeFolder() - Static method in class com.android.prefs.AndroidLocation
 
getUtfReader(File) - Static method in class com.android.utils.XmlUtils
Returns a character reader for the given file, which must be a UTF encoded file.
getValidFileName(String, String, File) - Static method in class com.android.utils.FileUtils
Returns a valid file name modified from the requested file name.
getVersionCode(IAbstractFile) - Static method in class com.android.xml.AndroidManifest
Returns the value of the versionCode attribute or -1 if the value is not set.
getVersionCodeXPath() - Static method in class com.android.xml.AndroidManifest
Returns the XPath expression for the versionCode
getVersionNameXPath() - Static method in class com.android.xml.AndroidManifest
Returns the XPath expression for the versionName
getXmlString(byte[]) - Static method in class com.android.utils.PositionXmlParser
Returns the String corresponding to the given byte array of XML data (with unknown encoding).
getXmlString(byte[], String) - Static method in class com.android.utils.PositionXmlParser
Returns the String corresponding to the given byte array of XML data (with unknown encoding).
GOOGLE_PLAY_SERVICES_ADS_PKG - Static variable in class com.android.SdkConstants
The com.google.android.gms.ads.
GOOGLE_PLAY_SERVICES_MAPS_PKG - Static variable in class com.android.SdkConstants
The com.google.android.gms.ads.
GOOGLE_PLAY_SERVICES_PKG - Static variable in class com.android.SdkConstants
The com.google.android.gms.
GOOGLE_SUPPORT_ARTIFACT_PREFIX - Static variable in class com.android.SdkConstants
Prefix of the Google Repository path
GrabProcessOutput - Class in com.android.utils
 
GrabProcessOutput() - Constructor for class com.android.utils.GrabProcessOutput
 
grabProcessOutput(Process, GrabProcessOutput.Wait, GrabProcessOutput.IProcessOutput) - Static method in class com.android.utils.GrabProcessOutput
Get the stderr/stdout outputs of a process and return when the process is done.
GrabProcessOutput.IProcessOutput - Interface in com.android.utils
 
GrabProcessOutput.Wait - Enum in com.android.utils
 
GRADLE_ANDROID_TEST_COMPILE_CONFIGURATION - Static variable in class com.android.SdkConstants
 
GRADLE_COMPILE_CONFIGURATION - Static variable in class com.android.SdkConstants
 
GRADLE_DISTRIBUTION_URL_PROPERTY - Static variable in class com.android.SdkConstants
Property in gradle-wrapper.properties file that specifies the URL to the correct Gradle distribution.
GRADLE_EXPERIMENTAL_PLUGIN_LATEST_VERSION - Static variable in class com.android.SdkConstants
 
GRADLE_EXPERIMENTAL_PLUGIN_NAME - Static variable in class com.android.SdkConstants
 
GRADLE_EXPERIMENTAL_PLUGIN_RECOMMENDED_VERSION - Static variable in class com.android.SdkConstants
 
GRADLE_LATEST_VERSION - Static variable in class com.android.SdkConstants
 
GRADLE_MINIMUM_VERSION - Static variable in class com.android.SdkConstants
 
GRADLE_PATH_SEPARATOR - Static variable in class com.android.SdkConstants
Path separator used by Gradle
GRADLE_PLUGIN_LATEST_VERSION - Static variable in class com.android.SdkConstants
 
GRADLE_PLUGIN_MINIMUM_VERSION - Static variable in class com.android.SdkConstants
 
GRADLE_PLUGIN_NAME - Static variable in class com.android.SdkConstants
 
GRADLE_PLUGIN_RECOMMENDED_VERSION - Static variable in class com.android.SdkConstants
 
GRADLE_TEST_COMPILE_CONFIGURATION - Static variable in class com.android.SdkConstants
 
GRAVITY - Static variable in class com.android.SdkConstants.TextAlignment
 
GRAVITY_VALUE_ - Static variable in class com.android.SdkConstants
 
GRAVITY_VALUE_BOTTOM - Static variable in class com.android.SdkConstants
 
GRAVITY_VALUE_CENTER - Static variable in class com.android.SdkConstants
 
GRAVITY_VALUE_CENTER_HORIZONTAL - Static variable in class com.android.SdkConstants
 
GRAVITY_VALUE_CENTER_VERTICAL - Static variable in class com.android.SdkConstants
 
GRAVITY_VALUE_CLIP_HORIZONTAL - Static variable in class com.android.SdkConstants
 
GRAVITY_VALUE_CLIP_VERTICAL - Static variable in class com.android.SdkConstants
 
GRAVITY_VALUE_END - Static variable in class com.android.SdkConstants
 
GRAVITY_VALUE_FILL - Static variable in class com.android.SdkConstants
 
GRAVITY_VALUE_FILL_HORIZONTAL - Static variable in class com.android.SdkConstants
 
GRAVITY_VALUE_FILL_VERTICAL - Static variable in class com.android.SdkConstants
 
GRAVITY_VALUE_LEFT - Static variable in class com.android.SdkConstants
 
GRAVITY_VALUE_RIGHT - Static variable in class com.android.SdkConstants
 
GRAVITY_VALUE_START - Static variable in class com.android.SdkConstants
 
GRAVITY_VALUE_TOP - Static variable in class com.android.SdkConstants
 
GRID_LAYOUT - Static variable in class com.android.SdkConstants
 
GRID_LAYOUT_LIB_ARTIFACT - Static variable in class com.android.SdkConstants
 
GRID_LAYOUT_V7 - Static variable in class com.android.SdkConstants
 
GRID_VIEW - Static variable in class com.android.SdkConstants
 
GT_ENTITY - Static variable in class com.android.SdkConstants
The entity for the greater than character

H

hasElementChildren(Node) - Static method in class com.android.utils.XmlUtils
Returns true if the given node has one or more element children
hasFile(String) - Method in class com.android.io.FolderWrapper
 
hasFile(String) - Method in interface com.android.io.IAbstractFolder
Returns true if the receiver contains a file with a given name
hashCode() - Method in class com.android.ide.common.blame.Message
 
hashCode() - Method in class com.android.ide.common.blame.SourceFile
 
hashCode() - Method in class com.android.ide.common.blame.SourceFilePosition
 
hashCode() - Method in class com.android.ide.common.blame.SourcePosition
 
hashCode() - Method in class com.android.sdklib.AndroidVersion
 
hashCode() - Method in class com.android.utils.Pair
 
hasImageExtension(String) - Static method in class com.android.utils.SdkUtils
Returns true if the given file path points to an image file recognized by Android.
hasVersionCode(IAbstractFile) - Static method in class com.android.xml.AndroidManifest
Returns whether the version Code attribute is set in a given manifest.
HORIZONTAL_SCROLL_VIEW - Static variable in class com.android.SdkConstants
 
HtmlBuilder - Class in com.android.utils
 
HtmlBuilder(StringBuilder) - Constructor for class com.android.utils.HtmlBuilder
 
HtmlBuilder() - Constructor for class com.android.utils.HtmlBuilder
 

I

IAbstractFile - Interface in com.android.io
A file.
IAbstractFile.PreferredWriteMode - Enum in com.android.io
 
IAbstractFolder - Interface in com.android.io
A folder.
IAbstractFolder.FilenameFilter - Interface in com.android.io
Instances of classes that implement this interface are used to filter filenames.
IAbstractResource - Interface in com.android.io
Base representation of a file system resource.
ID_PREFIX - Static variable in class com.android.SdkConstants
 
ILogger - Interface in com.android.utils
Interface used to display warnings/errors while parsing the SDK content.
IMAGE_BUTTON - Static variable in class com.android.SdkConstants
 
IMAGE_EXTENSIONS - Static variable in class com.android.utils.SdkUtils
 
IMAGE_SWITCHER - Static variable in class com.android.SdkConstants
 
IMAGE_VIEW - Static variable in class com.android.SdkConstants
 
ImageViewAttributes() - Constructor for class com.android.SdkConstants.ImageViewAttributes
 
ImmutableCollectors - Class in com.android.utils
Util for creating Collector that creates immutable collections, similar to Collectors.
ImmutableCollectors() - Constructor for class com.android.utils.ImmutableCollectors
 
indexOfKey(int) - Method in class com.android.utils.SparseArray
Returns the index for which SparseArray.keyAt(int) would return the specified key, or a negative number if the specified key is not mapped.
indexOfKey(int) - Method in class com.android.utils.SparseIntArray
Returns the index for which SparseIntArray.keyAt(int) would return the specified key, or a negative number if the specified key is not mapped.
indexOfValue(E) - Method in class com.android.utils.SparseArray
Returns an index for which SparseArray.valueAt(int) would return the specified key, or a negative number if no keys map to the specified value.
indexOfValue(int) - Method in class com.android.utils.SparseIntArray
Returns an index for which SparseIntArray.valueAt(int) would return the specified key, or a negative number if no keys map to the specified value.
info(String, Object...) - Method in interface com.android.utils.ILogger
Prints an information message.
info(String, Object...) - Method in class com.android.utils.NullLogger
 
info(String, Object...) - Method in class com.android.utils.StdLogger
Prints an info message.
INHERIT - Static variable in class com.android.SdkConstants.TextAlignment
 
INI_CHARSET - Static variable in class com.android.SdkConstants
Charset for the ini file handled by the SDK.
INT_DEF_ANNOTATION - Static variable in class com.android.SdkConstants
 
IReaderLogger - Interface in com.android.utils
Interface to read a line from the System.in input stream.
isFileNameTooLong(String) - Static method in class com.android.utils.FileUtils
Returns true if the file name is too long.
isFilePathTooLong(String, File) - Static method in class com.android.utils.FileUtils
Returns true if the file name or file path is too long.
isGreaterOrEqualThan(int) - Method in class com.android.sdklib.AndroidVersion
Compares this version with the specified API and returns true if this version is greater or equal than the requested API -- that is the current version is a suitable min-api-level for the argument API.
isPreview() - Method in class com.android.sdklib.AndroidVersion
Returns whether or not the version is a preview version.

J

join(File, String...) - Static method in class com.android.utils.FileUtils
Joins a list of path segments to a given File object.
join(File, Iterable<String>) - Static method in class com.android.utils.FileUtils
Joins a list of path segments to a given File object.
join(String...) - Static method in class com.android.utils.FileUtils
Joins a set of segment into a string, separating each segments with a host-specific path separator.
join(Iterable<String>) - Static method in class com.android.utils.FileUtils
Joins a set of segment into a string, separating each segments with a host-specific path separator.
joinFilePaths(Iterable<File>) - Static method in class com.android.utils.FileUtils
Join multiple file paths as String.

K

keyAt(int) - Method in class com.android.utils.SparseArray
Given an index in the range 0...size()-1, returns the key from the indexth key-value mapping that this SparseArray stores.
keyAt(int) - Method in class com.android.utils.SparseIntArray
Given an index in the range 0...size()-1, returns the key from the indexth key-value mapping that this SparseIntArray stores.

L

LATEST_CONSTRAINT_LAYOUT_VERSION - Static variable in class com.android.SdkConstants
Latest known version of the ConstraintLayout library (as a string)
LAYOUT_CONSTRAINT_DEPRECATED_GUIDE_PERCENT - Static variable in class com.android.SdkConstants
 
LAYOUT_CONSTRAINT_GUIDE_BEGIN - Static variable in class com.android.SdkConstants
 
LAYOUT_CONSTRAINT_GUIDE_END - Static variable in class com.android.SdkConstants
 
LAYOUT_CONSTRAINT_GUIDE_PERCENT - Static variable in class com.android.SdkConstants
 
LAYOUT_RESOURCE_PREFIX - Static variable in class com.android.SdkConstants
 
LEANBACK_V17_ARTIFACT - Static variable in class com.android.SdkConstants
 
LIBS_FOLDER - Static variable in class com.android.SdkConstants
 
LINEAR_LAYOUT - Static variable in class com.android.SdkConstants
 
LineCollector - Class in com.android.utils
Implementation of the LineProcessor that will append each line into an array and provide the array as the processor's result.
LineCollector() - Constructor for class com.android.utils.LineCollector
 
list(IAbstractFolder.FilenameFilter) - Method in class com.android.io.FolderWrapper
 
list(IAbstractFolder.FilenameFilter) - Method in interface com.android.io.IAbstractFolder
Returns a list of all existing file and directory members in this folder that satisfy the specified filter.
LIST_PREFERENCE - Static variable in class com.android.SdkConstants.PreferenceTags
 
LIST_VIEW - Static variable in class com.android.SdkConstants
 
listItem() - Method in class com.android.utils.HtmlBuilder
 
listMembers() - Method in class com.android.io.FolderWrapper
 
listMembers() - Method in interface com.android.io.IAbstractFolder
Returns a list of all existing file and directory members in this folder.
loadFileWithUnixLineSeparators(File) - Static method in class com.android.utils.FileUtils
Loads a text file forcing the line separator to be of Unix style '\n' rather than being Windows style '\r\n'.
lookupNamespacePrefix(Node, String) - Static method in class com.android.utils.XmlUtils
Returns the namespace prefix matching the requested namespace URI.
lookupNamespacePrefix(Node, String, boolean) - Static method in class com.android.utils.XmlUtils
Returns the namespace prefix matching the requested namespace URI.
lookupNamespacePrefix(Node, String, String, boolean) - Static method in class com.android.utils.XmlUtils
Returns the namespace prefix matching the requested namespace URI.
LT_ENTITY - Static variable in class com.android.SdkConstants
The entity for the less than character

M

MANIFEST_PLACEHOLDER_PREFIX - Static variable in class com.android.SdkConstants
 
MANIFEST_PLACEHOLDER_SUFFIX - Static variable in class com.android.SdkConstants
 
MAP_FRAGMENT - Static variable in class com.android.SdkConstants
 
MAP_VIEW - Static variable in class com.android.SdkConstants
 
MAPS_ARTIFACT - Static variable in class com.android.SdkConstants
 
MENU_TYPE - Static variable in class com.android.SdkConstants
 
Message - Class in com.android.ide.common.blame
 
Message(Message.Kind, String, SourceFilePosition, SourceFilePosition...) - Constructor for class com.android.ide.common.blame.Message
Create a new message, which has a Message.Kind, a String which will be shown to the user and at least one SourceFilePosition.
Message(Message.Kind, String, String, String, SourceFilePosition, SourceFilePosition...) - Constructor for class com.android.ide.common.blame.Message
Create a new message, which has a Message.Kind, a String which will be shown to the user and at least one SourceFilePosition.
Message(Message.Kind, String, String, Optional<String>, ImmutableList<SourceFilePosition>) - Constructor for class com.android.ide.common.blame.Message
 
Message.Kind - Enum in com.android.ide.common.blame
 
MIN_BUILD_TOOLS_VERSION - Static variable in class com.android.SdkConstants
 
MIN_HEIGHT - Static variable in class com.android.SdkConstants.ViewAttributes
 
MIPMAP_PREFIX - Static variable in class com.android.SdkConstants
 
mkdirs(File) - Static method in class com.android.utils.FileUtils
Creates a directory, if it doesn't exist.
mkSdCardCmdName() - Static method in class com.android.SdkConstants
Returns the appropriate name for the 'mksdcard' command, which is 'mksdcard.exe' for Windows and 'mksdcard' for all other platforms.
MULTI_AUTO_COMPLETE_TEXT_VIEW - Static variable in class com.android.SdkConstants
 
MULTI_SELECT_LIST_PREFERENCE - Static variable in class com.android.SdkConstants.PreferenceTags
 

N

NativeSourceFileExtensions - Class in com.android.utils
Collections of well-known native compiler file extensions.
NativeSourceFileExtensions() - Constructor for class com.android.utils.NativeSourceFileExtensions
 
NAVIGATION_VIEW - Static variable in class com.android.SdkConstants
 
NDK_DIR_PROPERTY - Static variable in class com.android.SdkConstants
Property in local.properties file that specifies the path of the Android NDK.
NdkUtils - Class in com.android.utils
Utility methods for native build
NdkUtils() - Constructor for class com.android.utils.NdkUtils
 
NESTED_SCROLL_VIEW - Static variable in class com.android.SdkConstants
 
NEW_ID_PREFIX - Static variable in class com.android.SdkConstants
 
newline() - Method in class com.android.utils.HtmlBuilder
 
newlineIfNecessary() - Method in class com.android.utils.HtmlBuilder
 
newXPath(String) - Static method in class com.android.xml.AndroidXPathFactory
Creates a new XPath object, specifying which prefix in the query is used for the android namespace.
newXPath() - Static method in class com.android.xml.AndroidXPathFactory
Creates a new XPath object using the default prefix for the android namespace.
NODE_ACTION - Static variable in class com.android.xml.AndroidManifest
 
NODE_ACTIVITY - Static variable in class com.android.xml.AndroidManifest
 
NODE_ACTIVITY_ALIAS - Static variable in class com.android.xml.AndroidManifest
 
NODE_APPLICATION - Static variable in class com.android.xml.AndroidManifest
 
NODE_CATEGORY - Static variable in class com.android.xml.AndroidManifest
 
NODE_COMPATIBLE_SCREENS - Static variable in class com.android.xml.AndroidManifest
 
NODE_DATA - Static variable in class com.android.xml.AndroidManifest
 
NODE_GRANT_URI_PERMISSION - Static variable in class com.android.xml.AndroidManifest
 
NODE_INSTRUMENTATION - Static variable in class com.android.xml.AndroidManifest
 
NODE_INTENT - Static variable in class com.android.xml.AndroidManifest
 
NODE_MANIFEST - Static variable in class com.android.xml.AndroidManifest
 
NODE_METADATA - Static variable in class com.android.xml.AndroidManifest
 
NODE_PATH_PERMISSION - Static variable in class com.android.xml.AndroidManifest
 
NODE_PERMISSION - Static variable in class com.android.xml.AndroidManifest
 
NODE_PERMISSION_GROUP - Static variable in class com.android.xml.AndroidManifest
 
NODE_PERMISSION_TREE - Static variable in class com.android.xml.AndroidManifest
 
NODE_PROVIDER - Static variable in class com.android.xml.AndroidManifest
 
NODE_RECEIVER - Static variable in class com.android.xml.AndroidManifest
 
NODE_SERVICE - Static variable in class com.android.xml.AndroidManifest
 
NODE_SUPPORTS_GL_TEXTURE - Static variable in class com.android.xml.AndroidManifest
 
NODE_SUPPORTS_SCREENS - Static variable in class com.android.xml.AndroidManifest
 
NODE_USES_CONFIGURATION - Static variable in class com.android.xml.AndroidManifest
 
NODE_USES_FEATURE - Static variable in class com.android.xml.AndroidManifest
 
NODE_USES_LIBRARY - Static variable in class com.android.xml.AndroidManifest
 
NODE_USES_PERMISSION - Static variable in class com.android.xml.AndroidManifest
 
NODE_USES_SDK - Static variable in class com.android.xml.AndroidManifest
 
NonClosingInputStream - Class in com.android.io
Wraps an InputStream to change its closing behavior: this makes it possible to ignore close operations or have them perform a InputStream.reset() instead (if supported by the underlying stream) or plain ignored.
NonClosingInputStream(InputStream) - Constructor for class com.android.io.NonClosingInputStream
Wraps an existing stream into this filtering stream.
NonClosingInputStream.CloseBehavior - Enum in com.android.io
 
NONE - Static variable in class com.android.SdkConstants.TextAlignment
 
now() - Method in interface com.android.utils.DateProvider
Provides this DataProvider's notion of 'now'.
NS_CUSTOM_RESOURCES_S - Static variable in class com.android.SdkConstants
Namespace pattern for the custom resource XML, i.e.
NS_RESOURCES - Static variable in class com.android.SdkConstants
Namespace for the resource XML, i.e.
NS_SEPARATOR - Static variable in class com.android.utils.XmlUtils
Separator for xml namespace and localname
NULL_RESOURCE - Static variable in class com.android.SdkConstants
 
NullLogger - Class in com.android.utils
Dummy implementation of an ILogger.
NullLogger() - Constructor for class com.android.utils.NullLogger
 

O

of(S, T) - Static method in class com.android.utils.Pair
Constructs a new pair of the given two objects, inferring generic types.
OLD_PROGUARD_FILE - Static variable in class com.android.SdkConstants
 
openHtmlBody() - Method in class com.android.utils.HtmlBuilder
 
OS_ADDON_LIBS_FOLDER - Static variable in class com.android.SdkConstants
Path of the images directory relative to a folder folder.
OS_FRAMEWORK_RS - Static variable in class com.android.SdkConstants
Path of the renderscript include folder relative to a platform folder.
OS_FRAMEWORK_RS_CLANG - Static variable in class com.android.SdkConstants
Path of the renderscript (clang) include folder relative to a platform folder.
OS_IMAGES_FOLDER - Static variable in class com.android.SdkConstants
Path of the images directory relative to a platform or addon folder.
OS_PLATFORM_ANT_FOLDER - Static variable in class com.android.SdkConstants
Path of the Ant build rules directory relative to a platform folder.
OS_PLATFORM_ATTRS_MANIFEST_XML - Static variable in class com.android.SdkConstants
Path of the attrs_manifest.xml file relative to a platform folder.
OS_PLATFORM_ATTRS_XML - Static variable in class com.android.SdkConstants
Path of the attrs.xml file relative to a platform folder.
OS_PLATFORM_DATA_FOLDER - Static variable in class com.android.SdkConstants
Path of the data directory relative to a platform folder.
OS_PLATFORM_FONTS_FOLDER - Static variable in class com.android.SdkConstants
Path of the fonts directory relative to a platform folder.
OS_PLATFORM_LAYOUTLIB_JAR - Static variable in class com.android.SdkConstants
Path of the layoutlib.jar file relative to a platform folder.
OS_PLATFORM_RENDERSCRIPT_FOLDER - Static variable in class com.android.SdkConstants
Path of the renderscript directory relative to a platform folder.
OS_PLATFORM_RESOURCES_FOLDER - Static variable in class com.android.SdkConstants
Path of the resources directory relative to a platform folder.
OS_PLATFORM_SAMPLES_FOLDER - Static variable in class com.android.SdkConstants
Path of the samples directory relative to a platform folder.
OS_PLATFORM_SOURCES_FOLDER - Static variable in class com.android.SdkConstants
Path of the android source directory relative to a platform folder.
OS_PLATFORM_TEMPLATES_FOLDER - Static variable in class com.android.SdkConstants
Path of the android templates directory relative to a platform folder.
OS_SDK_BUILD_TOOLS_FOLDER - Static variable in class com.android.SdkConstants
Path of the build tools directory relative to the sdk folder.
OS_SDK_DOCS_FOLDER - Static variable in class com.android.SdkConstants
Path of the documentation directory relative to the sdk folder.
OS_SDK_PLATFORM_TOOLS_FOLDER - Static variable in class com.android.SdkConstants
Path of the platform tools directory relative to the sdk folder.
OS_SDK_PLATFORM_TOOLS_LIB_FOLDER - Static variable in class com.android.SdkConstants
Path of the Platform tools Lib directory relative to the sdk folder.
OS_SDK_TOOLS_FOLDER - Static variable in class com.android.SdkConstants
Path of the tools directory relative to the sdk folder, or to a platform folder.
OS_SDK_TOOLS_LIB_EMULATOR_FOLDER - Static variable in class com.android.SdkConstants
Path of the lib directory relative to the sdk folder, or to a platform folder.
OS_SDK_TOOLS_LIB_FOLDER - Static variable in class com.android.SdkConstants
Path of the lib directory relative to the sdk folder, or to a platform folder.
OS_SDK_TOOLS_PROGUARD_BIN_FOLDER - Static variable in class com.android.SdkConstants
Path of the bin folder of proguard folder relative to the sdk folder.
OS_SDK_TOOLS_TEMPLATES_GRADLE_WRAPPER_FOLDER - Static variable in class com.android.SdkConstants
Path of the template gradle wrapper folder relative to the sdk folder.
OS_SKINS_FOLDER - Static variable in class com.android.SdkConstants
Path of the skin directory relative to a platform or addon folder.
out(String) - Method in interface com.android.utils.GrabProcessOutput.IProcessOutput
Processes an stdout message line.

P

Pair<S,T> - Class in com.android.utils
A Pair class is simply a 2-tuple for use in this package.
parse(InputStream, boolean) - Static method in class com.android.utils.PositionXmlParser
Parses the XML content from the given input stream.
parse(InputStream) - Static method in class com.android.utils.PositionXmlParser
 
parse(byte[]) - Static method in class com.android.utils.PositionXmlParser
 
parse(byte[], boolean) - Static method in class com.android.utils.PositionXmlParser
Parses the XML content from the given byte array
parse(String) - Static method in class com.android.utils.PositionXmlParser
Parses the given XML content.
parseDocument(String, boolean) - Static method in class com.android.utils.XmlUtils
Parses the given XML string as a DOM document, using the JDK parser.
parseDocument(Reader, boolean) - Static method in class com.android.utils.XmlUtils
Parses the given Reader as a DOM document, using the JDK parser.
parseDocumentSilently(String, boolean) - Static method in class com.android.utils.XmlUtils
Parses the given XML string as a DOM document, using the JDK parser.
parseUtfXmlFile(File, boolean) - Static method in class com.android.utils.XmlUtils
Parses the given UTF file as a DOM document, using the JDK parser.
PLATFORM_DARWIN - Static variable in class com.android.SdkConstants
 
PLATFORM_LINUX - Static variable in class com.android.SdkConstants
 
PLATFORM_UNKNOWN - Static variable in class com.android.SdkConstants
 
PLATFORM_WINDOWS - Static variable in class com.android.SdkConstants
 
PLAYBACK_OVERLAY_FRAGMENT - Static variable in class com.android.SdkConstants
 
PositionXmlParser - Class in com.android.utils
A simple DOM XML parser which can retrieve exact beginning and end offsets (and line and column numbers) for element nodes as well as attribute nodes.
PREFERENCE_CATEGORY - Static variable in class com.android.SdkConstants.PreferenceTags
 
PREFERENCE_SCREEN - Static variable in class com.android.SdkConstants.PreferenceTags
 
PreferenceAttributes() - Constructor for class com.android.SdkConstants.PreferenceAttributes
 
PreferenceTags() - Constructor for class com.android.SdkConstants.PreferenceTags
 
PREFIX_ANDROID - Static variable in class com.android.SdkConstants
 
PREFIX_APP - Static variable in class com.android.SdkConstants
 
PREFIX_BINDING_EXPR - Static variable in class com.android.SdkConstants
 
PREFIX_RESOURCE_REF - Static variable in class com.android.SdkConstants
 
PREFIX_THEME_REF - Static variable in class com.android.SdkConstants
 
PREFIX_TWOWAY_BINDING_EXPR - Static variable in class com.android.SdkConstants
 
print(boolean) - Method in class com.android.ide.common.blame.SourceFile
 
print(boolean) - Method in class com.android.ide.common.blame.SourceFilePosition
 
processLine(String) - Method in class com.android.utils.LineCollector
 
PROGRESS_BAR - Static variable in class com.android.SdkConstants
 
PROGUARD_CONFIG - Static variable in class com.android.SdkConstants
 
PROJECT_PROPERTIES - Static variable in class com.android.SdkConstants
 
PROP_SDK_ANT_TEMPLATES_REVISION - Static variable in class com.android.SdkConstants
SDK property: ant templates revision
PROP_SDK_DEFAULT_SKIN - Static variable in class com.android.SdkConstants
SDK property: default skin
put(int, E) - Method in class com.android.utils.SparseArray
Adds a mapping from the specified key to the specified value, replacing the previous mapping from the specified key if there was one.
put(int, int) - Method in class com.android.utils.SparseIntArray
Adds a mapping from the specified key to the specified value, replacing the previous mapping from the specified key if there was one.

Q

QUICK_CONTACT_BADGE - Static variable in class com.android.SdkConstants
 
QUOT_ENTITY - Static variable in class com.android.SdkConstants
The entity for the quote character
quoteAndJoinTokens(List<String>) - Static method in class com.android.utils.StringHelper
Quote and join a list of tokens with platform specific rules.
quoteAndJoinTokens(List<String>) - Static method in class com.android.utils.StringHelperPOSIX
Quote and join a list of tokens with POSIX rules.
quoteAndJoinTokens(List<String>) - Static method in class com.android.utils.StringHelperWindows
Quote and join a list of tokens with Windows rules.

R

R_ATTR_PREFIX - Static variable in class com.android.SdkConstants
 
R_CLASS - Static variable in class com.android.SdkConstants
 
R_DRAWABLE_PREFIX - Static variable in class com.android.SdkConstants
 
R_ID_PREFIX - Static variable in class com.android.SdkConstants
 
R_LAYOUT_RESOURCE_PREFIX - Static variable in class com.android.SdkConstants
 
R_PREFIX - Static variable in class com.android.SdkConstants
 
R_STYLEABLE_PREFIX - Static variable in class com.android.SdkConstants
 
RADIO_BUTTON - Static variable in class com.android.SdkConstants
 
RADIO_GROUP - Static variable in class com.android.SdkConstants
 
RATING_BAR - Static variable in class com.android.SdkConstants
 
readLine(byte[]) - Method in interface com.android.utils.IReaderLogger
Reads a line from System.in.
readSegment(File, long, int) - Static method in class com.android.utils.FileUtils
Reads a portion of a file to memory.
RECYCLER_VIEW - Static variable in class com.android.SdkConstants
 
RECYCLER_VIEW_LIB_ARTIFACT - Static variable in class com.android.SdkConstants
 
REFERENCE_STYLE - Static variable in class com.android.SdkConstants
 
RELATIVE_LAYOUT - Static variable in class com.android.SdkConstants
 
relativePath(File, File) - Static method in class com.android.utils.FileUtils
Computes the relative of a file or directory with respect to a directory.
relativePossiblyNonExistingPath(File, File) - Static method in class com.android.utils.FileUtils
Computes the relative of a file or directory with respect to a directory.
remove(int) - Method in class com.android.utils.SparseArray
removeAt(int) - Method in class com.android.utils.SparseIntArray
Removes the mapping at the given index.
renameTo(File, File) - Static method in class com.android.utils.FileUtils
 
REQUEST_FOCUS - Static variable in class com.android.SdkConstants
 
RES_FOLDER - Static variable in class com.android.SdkConstants
 
RES_QUALIFIER_SEP - Static variable in class com.android.SdkConstants
Separator between the resource folder qualifier.
resetFolder() - Static method in class com.android.prefs.AndroidLocation
Resets the folder used to store android related files.
RESOURCE_CLR_STYLEABLE - Static variable in class com.android.SdkConstants
 
RESOURCE_CLZ_ARRAY - Static variable in class com.android.SdkConstants
 
RESOURCE_CLZ_ATTR - Static variable in class com.android.SdkConstants
 
RESOURCE_CLZ_COLOR - Static variable in class com.android.SdkConstants
 
RESOURCE_CLZ_ID - Static variable in class com.android.SdkConstants
 
RINGTONE_PREFERENCE - Static variable in class com.android.SdkConstants.PreferenceTags
 

S

SCROLL_VIEW - Static variable in class com.android.SdkConstants
 
SDK_DIR_PROPERTY - Static variable in class com.android.SdkConstants
Property in local.properties file that specifies the path of the Android SDK.
SdkConstants - Class in com.android
Constant definition class.

Most constants have a prefix defining the content.
SdkConstants() - Constructor for class com.android.SdkConstants
 
SdkConstants.ImageViewAttributes - Class in com.android
 
SdkConstants.PreferenceAttributes - Class in com.android
 
SdkConstants.PreferenceTags - Class in com.android
 
SdkConstants.TextAlignment - Class in com.android
 
SdkConstants.TextStyle - Class in com.android
 
SdkConstants.ViewAttributes - Class in com.android
 
SdkUtils - Class in com.android.utils
Miscellaneous utilities used by the Android SDK tools
SdkUtils() - Constructor for class com.android.utils.SdkUtils
 
SEARCH_FRAGMENT - Static variable in class com.android.SdkConstants
 
SEARCH_VIEW - Static variable in class com.android.SdkConstants
 
SEEK_BAR - Static variable in class com.android.SdkConstants
 
setCloseBehavior(NonClosingInputStream.CloseBehavior) - Method in class com.android.io.NonClosingInputStream
setContents(InputStream) - Method in class com.android.io.FileWrapper
 
setContents(InputStream) - Method in interface com.android.io.IAbstractFile
Sets the content of the file.
setValueAt(int, E) - Method in class com.android.utils.SparseArray
Given an index in the range 0...size()-1, sets a new value for the indexth key-value mapping that this SparseArray stores.
sha1(File) - Static method in class com.android.utils.FileUtils
 
SHERPA_PREFIX - Static variable in class com.android.SdkConstants
 
SHERPA_URI - Static variable in class com.android.SdkConstants
 
size() - Method in class com.android.utils.SparseArray
Returns the number of key-value mappings that this SparseArray currently stores.
size() - Method in class com.android.utils.SparseIntArray
Returns the number of key-value mappings that this SparseIntArray currently stores.
SKIN_DEFAULT - Static variable in class com.android.SdkConstants
Skin default
SNACKBAR - Static variable in class com.android.SdkConstants
 
SourceFile - Class in com.android.ide.common.blame
Represents a source file.
SourceFile(File, String) - Constructor for class com.android.ide.common.blame.SourceFile
 
SourceFile(File) - Constructor for class com.android.ide.common.blame.SourceFile
 
SourceFile(String) - Constructor for class com.android.ide.common.blame.SourceFile
 
SourceFilePosition - Class in com.android.ide.common.blame
 
SourceFilePosition(SourceFile, SourcePosition) - Constructor for class com.android.ide.common.blame.SourceFilePosition
 
SourceFilePosition(File, SourcePosition) - Constructor for class com.android.ide.common.blame.SourceFilePosition
 
SourcePosition - Class in com.android.ide.common.blame
An immutable position in a text file, used in errors to point the user to an issue.
SourcePosition(int, int, int, int, int, int) - Constructor for class com.android.ide.common.blame.SourcePosition
 
SourcePosition(int, int, int) - Constructor for class com.android.ide.common.blame.SourcePosition
 
SourcePosition(SourcePosition) - Constructor for class com.android.ide.common.blame.SourcePosition
 
SPACE - Static variable in class com.android.SdkConstants
 
SparseArray<E> - Class in com.android.utils
SparseArrays map integers to Objects.
SparseArray() - Constructor for class com.android.utils.SparseArray
Creates a new SparseArray containing no mappings.
SparseArray(int) - Constructor for class com.android.utils.SparseArray
Creates a new SparseArray containing no mappings that will not require any additional memory allocation to store the specified number of mappings.
SparseIntArray - Class in com.android.utils
SparseIntArrays map integers to integers.
SparseIntArray() - Constructor for class com.android.utils.SparseIntArray
Creates a new SparseIntArray containing no mappings.
SparseIntArray(int) - Constructor for class com.android.utils.SparseIntArray
Creates a new SparseIntArray containing no mappings that will not require any additional memory allocation to store the specified number of mappings.
SPINNER - Static variable in class com.android.SdkConstants
 
splitCommandLine(String) - Static method in class com.android.utils.StringHelper
Split a single command line into individual commands with platform specific rules.
splitCommandLine(String) - Static method in class com.android.utils.StringHelperPOSIX
Split a single command line into individual commands with POSIX rules.
splitCommandLine(String) - Static method in class com.android.utils.StringHelperWindows
Split a single command line into individual commands with Windows rules.
SRC_FOLDER - Static variable in class com.android.SdkConstants
 
STACK_VIEW - Static variable in class com.android.SdkConstants
 
startsWithIgnoreCase(String, String) - Static method in class com.android.utils.SdkUtils
Returns true if the given string starts with the given prefix, using a case-insensitive comparison.
StdLogger - Class in com.android.utils
An implementation of ILogger that prints to System.out and System.err.
StdLogger(StdLogger.Level) - Constructor for class com.android.utils.StdLogger
Creates the StdLogger with a given log StdLogger.Level.
StdLogger.Level - Enum in com.android.utils
 
StreamException - Exception in com.android.io
Exception thrown when IAbstractFile.getContents() fails.
StreamException(Exception, IAbstractFile) - Constructor for exception com.android.io.StreamException
 
StreamException(Exception, IAbstractFile, StreamException.Error) - Constructor for exception com.android.io.StreamException
 
StreamException.Error - Enum in com.android.io
 
STRING_DEF_ANNOTATION - Static variable in class com.android.SdkConstants
 
STRING_PREFIX - Static variable in class com.android.SdkConstants
 
StringHelper - Class in com.android.utils
 
StringHelper() - Constructor for class com.android.utils.StringHelper
 
StringHelperPOSIX - Class in com.android.utils
POSIX specific StringHelper that applies the following tokenization rules: http://pubs.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html - A backslash that is not quoted shall preserve the literal value of the following character - Enclosing characters in single-quotes ( '' ) shall preserve the literal value of each character within the single-quotes.
StringHelperPOSIX() - Constructor for class com.android.utils.StringHelperPOSIX
 
StringHelperWindows - Class in com.android.utils
Windows specific StringHelper that applies the following tokenization rules: https://msdn.microsoft.com/en-us/library/17w5ykft.aspx - A string surrounded by double quotation marks ("string") is interpreted as a single argument, regardless of white space contained within.
StringHelperWindows() - Constructor for class com.android.utils.StringHelperWindows
 
stripBom(String) - Static method in class com.android.utils.XmlUtils
Strips out a leading UTF byte order mark, if present
STYLE_RESOURCE_PREFIX - Static variable in class com.android.SdkConstants
 
SUPPORT_ANNOTATIONS_PREFIX - Static variable in class com.android.SdkConstants
 
SUPPORT_LIB_ARTIFACT - Static variable in class com.android.SdkConstants
 
SUPPORTS_MULTI_USER - Static variable in class com.android.sdklib.AndroidVersion
First version to have multi-user support (JB-MR2, API 17)
SUPPRESS_ALL - Static variable in class com.android.SdkConstants
 
SUPPRESS_LINT - Static variable in class com.android.SdkConstants
 
SURFACE_VIEW - Static variable in class com.android.SdkConstants
 
SWITCH - Static variable in class com.android.SdkConstants
 
SWITCH_PREFERENCE - Static variable in class com.android.SdkConstants.PreferenceTags
 
SYSTEM - Static variable in interface com.android.utils.DateProvider
Implementation that calls to the real @{link Date#Date()}.

T

TAB_HOST - Static variable in class com.android.SdkConstants
 
TAB_ITEM - Static variable in class com.android.SdkConstants
 
TAB_LAYOUT - Static variable in class com.android.SdkConstants
 
TAB_WIDGET - Static variable in class com.android.SdkConstants
 
TABLE_CONSTRAINT_LAYOUT - Static variable in class com.android.SdkConstants
 
TABLE_LAYOUT - Static variable in class com.android.SdkConstants
 
TABLE_ROW - Static variable in class com.android.SdkConstants
 
TAG - Static variable in class com.android.SdkConstants
 
TAG_ACTION - Static variable in class com.android.SdkConstants
 
TAG_ACTIVITY - Static variable in class com.android.SdkConstants
 
TAG_APPLICATION - Static variable in class com.android.SdkConstants
 
TAG_APPWIDGET_PROVIDER - Static variable in class com.android.SdkConstants
 
TAG_ARRAY - Static variable in class com.android.SdkConstants
 
TAG_ATTR - Static variable in class com.android.SdkConstants
 
TAG_BITMAP - Static variable in class com.android.SdkConstants
 
TAG_COLOR - Static variable in class com.android.SdkConstants
 
TAG_DATA - Static variable in class com.android.SdkConstants
 
TAG_DECLARE_STYLEABLE - Static variable in class com.android.SdkConstants
 
TAG_DIMEN - Static variable in class com.android.SdkConstants
 
TAG_DRAWABLE - Static variable in class com.android.SdkConstants
 
TAG_EAT_COMMENT - Static variable in class com.android.SdkConstants
 
TAG_ENUM - Static variable in class com.android.SdkConstants
 
TAG_FLAG - Static variable in class com.android.SdkConstants
 
TAG_GRANT_PERMISSION - Static variable in class com.android.SdkConstants
 
TAG_GROUP - Static variable in class com.android.SdkConstants
 
TAG_HEADER - Static variable in class com.android.SdkConstants
 
TAG_IMPORT - Static variable in class com.android.SdkConstants
 
TAG_INTEGER_ARRAY - Static variable in class com.android.SdkConstants
 
TAG_INTENT_FILTER - Static variable in class com.android.SdkConstants
 
TAG_ITEM - Static variable in class com.android.SdkConstants
 
TAG_LAYOUT - Static variable in class com.android.SdkConstants
 
TAG_MENU - Static variable in class com.android.SdkConstants
 
TAG_PATH_PERMISSION - Static variable in class com.android.SdkConstants
 
TAG_PERMISSION - Static variable in class com.android.SdkConstants
 
TAG_PLURALS - Static variable in class com.android.SdkConstants
 
TAG_PREFERENCE_SCREEN - Static variable in class com.android.SdkConstants
 
TAG_PROVIDER - Static variable in class com.android.SdkConstants
 
TAG_RECEIVER - Static variable in class com.android.SdkConstants
 
TAG_RESOURCES - Static variable in class com.android.SdkConstants
 
TAG_SELECTOR - Static variable in class com.android.SdkConstants
 
TAG_SERVICE - Static variable in class com.android.SdkConstants
 
TAG_SKIP - Static variable in class com.android.SdkConstants
 
TAG_STRING - Static variable in class com.android.SdkConstants
 
TAG_STRING_ARRAY - Static variable in class com.android.SdkConstants
 
TAG_STYLE - Static variable in class com.android.SdkConstants
 
TAG_USES_FEATURE - Static variable in class com.android.SdkConstants
 
TAG_USES_LIBRARY - Static variable in class com.android.SdkConstants
 
TAG_USES_PERMISSION - Static variable in class com.android.SdkConstants
 
TAG_USES_PERMISSION_SDK_23 - Static variable in class com.android.SdkConstants
 
TAG_USES_PERMISSION_SDK_M - Static variable in class com.android.SdkConstants
 
TAG_USES_SDK - Static variable in class com.android.SdkConstants
 
TAG_VARIABLE - Static variable in class com.android.SdkConstants
 
TAG_VECTOR - Static variable in class com.android.SdkConstants
 
TAGS_DATA_BINDING - Static variable in class com.android.SdkConstants
 
TARGET_API - Static variable in class com.android.SdkConstants
 
TEXT_CLOCK - Static variable in class com.android.SdkConstants
 
TEXT_END - Static variable in class com.android.SdkConstants.TextAlignment
 
TEXT_INPUT_LAYOUT - Static variable in class com.android.SdkConstants
 
TEXT_START - Static variable in class com.android.SdkConstants.TextAlignment
 
TEXT_SWITCHER - Static variable in class com.android.SdkConstants
 
TEXT_VIEW - Static variable in class com.android.SdkConstants
 
TextAlignment() - Constructor for class com.android.SdkConstants.TextAlignment
 
TextStyle() - Constructor for class com.android.SdkConstants.TextStyle
 
TEXTURE_VIEW - Static variable in class com.android.SdkConstants
 
TINT - Static variable in class com.android.SdkConstants.ImageViewAttributes
 
TOGGLE_BUTTON - Static variable in class com.android.SdkConstants
 
toImmutableList() - Static method in class com.android.utils.ImmutableCollectors
 
tokenizeString(String) - Static method in class com.android.utils.StringHelper
Tokenize a string with platform specific rules.
tokenizeString(String) - Static method in class com.android.utils.StringHelperPOSIX
Tokenize a string with POSIX rules.
tokenizeString(String) - Static method in class com.android.utils.StringHelperWindows
Tokenize a string with Windows rules.
TOOLBAR_V7 - Static variable in class com.android.SdkConstants
 
TOOLS_PREFIX - Static variable in class com.android.SdkConstants
Default prefix used for tools attributes
TOOLS_URI - Static variable in class com.android.SdkConstants
Namespace used in XML files for Android Tooling attributes
toString() - Method in class com.android.ide.common.blame.Message
 
toString() - Method in class com.android.ide.common.blame.SourceFile
 
toString() - Method in class com.android.ide.common.blame.SourceFilePosition
 
toString() - Method in class com.android.ide.common.blame.SourcePosition
Outputs positions as human-readable formatted strings.
toString() - Method in class com.android.sdklib.AndroidVersion
Returns a string with the API Level and optional codename.
toString() - Method in class com.android.utils.Pair
 
toStrings(Object...) - Static method in class com.android.utils.StringHelper
Returns a list of Strings containing the objects passed in argument.
toSystemDependentPath(String) - Static method in class com.android.utils.FileUtils
Converts a /-based path into a path using the system dependent separator.
toSystemIndependentPath(String) - Static method in class com.android.utils.FileUtils
Converts a system-dependent path into a /-based path.
toXml(Node) - Static method in class com.android.utils.XmlUtils
Dump an XML tree to string.
toXml(Node, Map<SourcePosition, SourceFilePosition>) - Static method in class com.android.utils.XmlUtils
 
toXmlAttributeValue(String) - Static method in class com.android.utils.XmlUtils
Converts the given attribute value to an XML-attribute-safe value, meaning that single and double quotes are replaced with their corresponding XML entities.
toXmlTextValue(String) - Static method in class com.android.utils.XmlUtils
Converts the given attribute value to an XML-text-safe value, meaning that less than and ampersand characters are escaped.
TRANSPARENT_COLOR - Static variable in class com.android.SdkConstants
 
TYPE_DEF_FLAG_ATTRIBUTE - Static variable in class com.android.SdkConstants
 
TYPE_DEF_VALUE_ATTRIBUTE - Static variable in class com.android.SdkConstants
 

U

UNIT_DIP - Static variable in class com.android.SdkConstants
 
UNIT_DP - Static variable in class com.android.SdkConstants
 
UNIT_IN - Static variable in class com.android.SdkConstants
 
UNIT_MM - Static variable in class com.android.SdkConstants
 
UNIT_PT - Static variable in class com.android.SdkConstants
 
UNIT_PX - Static variable in class com.android.SdkConstants
 
UNIT_SP - Static variable in class com.android.SdkConstants
 
UNKNOWN - Static variable in class com.android.ide.common.blame.SourceFile
 
UNKNOWN - Static variable in class com.android.ide.common.blame.SourceFilePosition
 
UNKNOWN - Static variable in class com.android.ide.common.blame.SourcePosition
 
URI_PREFIX - Static variable in class com.android.SdkConstants
Namespace prefix used for all resources
urlToFile(String) - Static method in class com.android.utils.SdkUtils
Returns the corresponding File for the given file:// url
urlToFile(URL) - Static method in class com.android.utils.SdkUtils
 
UTF_8 - Static variable in class com.android.SdkConstants
The encoding we strive to use for all files we write.

V

validatePath(boolean) - Method in enum com.android.prefs.AndroidLocation.EnvVar
 
VALUE_0 - Static variable in class com.android.SdkConstants
 
VALUE_1 - Static variable in class com.android.SdkConstants
 
VALUE_ALWAYS - Static variable in class com.android.SdkConstants
 
VALUE_AUTO_FIT - Static variable in class com.android.SdkConstants
 
VALUE_BOLD - Static variable in class com.android.SdkConstants.TextStyle
 
VALUE_BOTTOM - Static variable in class com.android.SdkConstants
 
VALUE_CENTER_HORIZONTAL - Static variable in class com.android.SdkConstants
 
VALUE_CENTER_VERTICAL - Static variable in class com.android.SdkConstants
 
VALUE_CLAMP - Static variable in class com.android.SdkConstants
 
VALUE_DISABLED - Static variable in class com.android.SdkConstants
 
VALUE_EDITABLE - Static variable in class com.android.SdkConstants
 
VALUE_FALSE - Static variable in class com.android.SdkConstants
 
VALUE_FILL_HORIZONTAL - Static variable in class com.android.SdkConstants
 
VALUE_FILL_PARENT - Static variable in class com.android.SdkConstants
 
VALUE_FILL_VERTICAL - Static variable in class com.android.SdkConstants
 
VALUE_HORIZONTAL - Static variable in class com.android.SdkConstants
 
VALUE_ID - Static variable in class com.android.SdkConstants
 
VALUE_IF_ROOM - Static variable in class com.android.SdkConstants
 
VALUE_ITALIC - Static variable in class com.android.SdkConstants.TextStyle
 
VALUE_MATCH_PARENT - Static variable in class com.android.SdkConstants
 
VALUE_N_DP - Static variable in class com.android.SdkConstants
 
VALUE_NO - Static variable in class com.android.SdkConstants
 
VALUE_NONE - Static variable in class com.android.SdkConstants
 
VALUE_ONE_DP - Static variable in class com.android.SdkConstants
 
VALUE_PARENT_ACTIVITY - Static variable in class com.android.xml.AndroidManifest
 
VALUE_SAFE - Static variable in class com.android.SdkConstants
SdkConstants.ATTR_SHRINK_MODE value to keep possibly referenced resources
VALUE_SELECTABLE_ITEM_BACKGROUND - Static variable in class com.android.SdkConstants
 
VALUE_SPLIT_ACTION_BAR_WHEN_NARROW - Static variable in class com.android.SdkConstants
 
VALUE_STRICT - Static variable in class com.android.SdkConstants
SdkConstants.ATTR_SHRINK_MODE value to only shrink explicitly encountered resources
VALUE_TOP - Static variable in class com.android.SdkConstants
 
VALUE_TRUE - Static variable in class com.android.SdkConstants
 
VALUE_VERTICAL - Static variable in class com.android.SdkConstants
 
VALUE_WRAP_CONTENT - Static variable in class com.android.SdkConstants
 
VALUE_ZERO_DP - Static variable in class com.android.SdkConstants
 
valueAt(int) - Method in class com.android.utils.SparseArray
Given an index in the range 0...size()-1, returns the value from the indexth key-value mapping that this SparseArray stores.
valueAt(int) - Method in class com.android.utils.SparseIntArray
Given an index in the range 0...size()-1, returns the value from the indexth key-value mapping that this SparseIntArray stores.
valueOf(String) - Static method in enum com.android.ide.common.blame.Message.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.android.io.IAbstractFile.PreferredWriteMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.android.io.NonClosingInputStream.CloseBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.android.io.StreamException.Error
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.android.prefs.AndroidLocation.EnvVar
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.android.utils.GrabProcessOutput.Wait
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.android.utils.StdLogger.Level
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.android.ide.common.blame.Message.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.android.io.IAbstractFile.PreferredWriteMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.android.io.NonClosingInputStream.CloseBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.android.io.StreamException.Error
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.android.prefs.AndroidLocation.EnvVar
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.android.utils.GrabProcessOutput.Wait
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.android.utils.StdLogger.Level
Returns an array containing the constants of this enum type, in the order they are declared.
verbose(String, Object...) - Method in interface com.android.utils.ILogger
Prints a verbose message.
verbose(String, Object...) - Method in class com.android.utils.NullLogger
 
verbose(String, Object...) - Method in class com.android.utils.StdLogger
Prints a verbose message.
VIDEO_VIEW - Static variable in class com.android.SdkConstants
 
VIEW - Static variable in class com.android.SdkConstants
 
VIEW_ANIMATOR - Static variable in class com.android.SdkConstants
 
VIEW_END - Static variable in class com.android.SdkConstants.TextAlignment
 
VIEW_FLIPPER - Static variable in class com.android.SdkConstants
 
VIEW_FRAGMENT - Static variable in class com.android.SdkConstants
 
VIEW_GROUP - Static variable in class com.android.SdkConstants
 
VIEW_INCLUDE - Static variable in class com.android.SdkConstants
 
VIEW_MERGE - Static variable in class com.android.SdkConstants
 
VIEW_PAGER - Static variable in class com.android.SdkConstants
 
VIEW_PKG_PREFIX - Static variable in class com.android.SdkConstants
 
VIEW_START - Static variable in class com.android.SdkConstants.TextAlignment
 
VIEW_STUB - Static variable in class com.android.SdkConstants
 
VIEW_SWITCHER - Static variable in class com.android.SdkConstants
 
VIEW_TAG - Static variable in class com.android.SdkConstants
 
ViewAttributes() - Constructor for class com.android.SdkConstants.ViewAttributes
 

W

warning(String, Object...) - Method in interface com.android.utils.ILogger
Prints a warning message.
warning(String, Object...) - Method in class com.android.utils.NullLogger
 
warning(String, Object...) - Method in class com.android.utils.StdLogger
Prints a warning message.
WEB_VIEW - Static variable in class com.android.SdkConstants
 
WIDGET_PKG_PREFIX - Static variable in class com.android.SdkConstants
 
wrap(String, int, String) - Static method in class com.android.utils.SdkUtils
Wraps the given text at the given line width, with an optional hanging indent.

X

XLIFF_PREFIX - Static variable in class com.android.SdkConstants
Default prefix used for xliff tags.
XLIFF_URI - Static variable in class com.android.SdkConstants
Namespace for xliff in string resources.
XML_COMMENT_BEGIN - Static variable in class com.android.utils.XmlUtils
 
XML_COMMENT_END - Static variable in class com.android.utils.XmlUtils
 
XML_PROLOG - Static variable in class com.android.utils.XmlUtils
 
xmlNameToConstantName(String) - Static method in class com.android.utils.SdkUtils
Translates an XML name (e.g.
XMLNS - Static variable in class com.android.SdkConstants
The "xmlns" attribute name
XMLNS_ANDROID - Static variable in class com.android.SdkConstants
Qualified name of the xmlns android declaration element
XMLNS_PREFIX - Static variable in class com.android.SdkConstants
The default prefix used for the SdkConstants.XMLNS_URI
XMLNS_URI - Static variable in class com.android.SdkConstants
URI of the reserved "xmlns" prefix
XmlUtils - Class in com.android.utils
XML Utilities
XmlUtils() - Constructor for class com.android.utils.XmlUtils
 

Z

ZOOM_BUTTON - Static variable in class com.android.SdkConstants
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links