Skip to content

Instantly share code, notes, and snippets.

@Aedelliks
Created January 23, 2019 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aedelliks/1ac7d7c24db120fbe08b45296cb835a1 to your computer and use it in GitHub Desktop.
Save Aedelliks/1ac7d7c24db120fbe08b45296cb835a1 to your computer and use it in GitHub Desktop.
Aplikacja Miwok
### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion
*.iml
## Directory-based project format:
.idea/
# if you remove the above rule, at least ignore the following:
# User-specific stuff:
# .idea/workspace.xml
# .idea/tasks.xml
# .idea/dictionaries
# Sensitive or high-churn files:
# .idea/dataSources.ids
# .idea/dataSources.xml
# .idea/sqlDataSources.xml
# .idea/dynamic.xml
# .idea/uiDesigner.xml
# Gradle:
# .idea/gradle.xml
# .idea/libraries
# Mongo Explorer plugin:
# .idea/mongoSettings.xml
## File-based project format:
*.ipr
*.iws
## Plugin-specific files:
# IntelliJ
/out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
### OSX template
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
### Android template
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
# Gradle files
.gradle/
build/
/*/build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
#Wed Jan 23 00:15:56 CET 2019
gradle.version=4.10.1
<component name="ProjectCodeStyleConfiguration">
<code_scheme name="Project" version="173">
<Objective-C-extensions>
<file>
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Import" />
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Macro" />
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Typedef" />
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Enum" />
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Constant" />
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Global" />
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Struct" />
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="FunctionPredecl" />
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Function" />
</file>
<class>
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Property" />
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Synthesize" />
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="InitMethod" />
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="StaticMethod" />
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="InstanceMethod" />
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="DeallocMethod" />
</class>
<extensions>
<pair source="cpp" header="h" fileNamingConvention="NONE" />
<pair source="c" header="h" fileNamingConvention="NONE" />
</extensions>
</Objective-C-extensions>
</code_scheme>
</component>
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<compositeConfiguration>
<compositeBuild compositeDefinitionSource="SCRIPT" />
</compositeConfiguration>
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="resolveModulePerSourceSet" value="false" />
</GradleProjectSettings>
</option>
</component>
</project>
<component name="libraryTable">
<library name="Gradle: android.arch.core:common:1.1.0@jar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/android.arch.core/common/1.1.0/8007981f7d7540d89cd18471b8e5dcd2b4f99167/common-1.1.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/android.arch.core/common/1.1.0/f211e8f994b67f7ae2a1bc06e4f7b974ec72ee50/common-1.1.0-sources.jar!/" />
</SOURCES>
</library>
</component>
<component name="libraryTable">
<library name="Gradle: android.arch.core:runtime:1.1.0@aar">
<CLASSES>
<root url="file://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/runtime-1.1.0.aar/9c6d51cad800b5d3cd2262ee01965e77/res" />
<root url="jar://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/runtime-1.1.0.aar/9c6d51cad800b5d3cd2262ee01965e77/jars/classes.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/android.arch.core/runtime/1.1.0/62944187d3ae3e7a4644b50da4e7b63c605a696/runtime-1.1.0-sources.jar!/" />
</SOURCES>
</library>
</component>
<component name="libraryTable">
<library name="Gradle: android.arch.lifecycle:common:1.1.0@jar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/android.arch.lifecycle/common/1.1.0/edf3f7bfb84a7521d0599efa3b0113a0ee90f85/common-1.1.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/android.arch.lifecycle/common/1.1.0/72f6113534923e49e8c032107ca638b97775c61b/common-1.1.0-sources.jar!/" />
</SOURCES>
</library>
</component>
<component name="libraryTable">
<library name="Gradle: android.arch.lifecycle:livedata-core:1.1.0@aar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/livedata-core-1.1.0.aar/2189bae0dd8294ad7ec398eccfd10c42/jars/classes.jar!/" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/livedata-core-1.1.0.aar/2189bae0dd8294ad7ec398eccfd10c42/res" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/android.arch.lifecycle/livedata-core/1.1.0/300f89e645a95de0bdc6d8833beeee6e3045df06/livedata-core-1.1.0-sources.jar!/" />
</SOURCES>
</library>
</component>
<component name="libraryTable">
<library name="Gradle: android.arch.lifecycle:runtime:1.1.0@aar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/runtime-1.1.0.aar/267041645fec2dafd1199eac66ee3cb7/jars/classes.jar!/" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/runtime-1.1.0.aar/267041645fec2dafd1199eac66ee3cb7/res" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/android.arch.lifecycle/runtime/1.1.0/a4b0d6b8e8f51c8f95d5a0641f81ffc13ab406c7/runtime-1.1.0-sources.jar!/" />
</SOURCES>
</library>
</component>
<component name="libraryTable">
<library name="Gradle: android.arch.lifecycle:viewmodel:1.1.0@aar">
<CLASSES>
<root url="file://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/viewmodel-1.1.0.aar/c3d9994a4ddf6f255297a646e340605c/res" />
<root url="jar://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/viewmodel-1.1.0.aar/c3d9994a4ddf6f255297a646e340605c/jars/classes.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/android.arch.lifecycle/viewmodel/1.1.0/e4c0c5d65f92ccad0b0148ac2f01b540ac7a711e/viewmodel-1.1.0-sources.jar!/" />
</SOURCES>
</library>
</component>
<component name="libraryTable">
<library name="Gradle: com.android.support:animated-vector-drawable:27.1.1@aar">
<CLASSES>
<root url="file://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/animated-vector-drawable-27.1.1.aar/567b76b494d8833baa9728ee78044116/res" />
<root url="jar://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/animated-vector-drawable-27.1.1.aar/567b76b494d8833baa9728ee78044116/jars/classes.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/animated-vector-drawable/27.1.1/a8f4121ade2fdfcc5cb20290a05333239fee05d7/animated-vector-drawable-27.1.1-sources.jar!/" />
</SOURCES>
</library>
</component>
<component name="libraryTable">
<library name="Gradle: com.android.support:appcompat-v7:27.1.1@aar">
<CLASSES>
<root url="file://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/7035fb3c75fe999db506341623b0a363/res" />
<root url="jar://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/7035fb3c75fe999db506341623b0a363/jars/classes.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/appcompat-v7/27.1.1/21d073509c5f8d25a1bf274067fa729a1fba8d75/appcompat-v7-27.1.1-sources.jar!/" />
</SOURCES>
</library>
</component>
<component name="libraryTable">
<library name="Gradle: com.android.support.constraint:constraint-layout:2.0.0-alpha3@aar">
<CLASSES>
<root url="file://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/constraint-layout-2.0.0-alpha3.aar/0faa3120d61685065d5d37ce6e9ad31e/res" />
<root url="jar://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/constraint-layout-2.0.0-alpha3.aar/0faa3120d61685065d5d37ce6e9ad31e/jars/classes.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
<component name="libraryTable">
<library name="Gradle: com.android.support.constraint:constraint-layout-solver:2.0.0-alpha3@jar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support.constraint/constraint-layout-solver/2.0.0-alpha3/1b6c08d1b6e51ad651c77396e607b2a93c00a72c/constraint-layout-solver-2.0.0-alpha3.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
<component name="libraryTable">
<library name="Gradle: com.android.support:design:27.1.1@aar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/design-27.1.1.aar/0acb9a7138c3af96f81e2a974736bc6c/jars/classes.jar!/" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/design-27.1.1.aar/0acb9a7138c3af96f81e2a974736bc6c/res" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/design/27.1.1/6e10c7f954f63690f7846fb22352375cf1b9fbb4/design-27.1.1-sources.jar!/" />
</SOURCES>
</library>
</component>
<component name="libraryTable">
<library name="Gradle: com.android.support:recyclerview-v7:27.1.1@aar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/recyclerview-v7-27.1.1.aar/81bc52603a8dc9ec83cb6f696bfcccd7/jars/classes.jar!/" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/recyclerview-v7-27.1.1.aar/81bc52603a8dc9ec83cb6f696bfcccd7/res" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/recyclerview-v7/27.1.1/ad225a74247e675db0b05ea4f8b17202acbb7f9d/recyclerview-v7-27.1.1-sources.jar!/" />
</SOURCES>
</library>
</component>
<component name="libraryTable">
<library name="Gradle: com.android.support:support-annotations:27.1.1@jar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-annotations/27.1.1/39ded76b5e1ce1c5b2688e1d25cdc20ecee32007/support-annotations-27.1.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-annotations/27.1.1/46bebf5bd40146178cb33c7678f3782a09dea6e4/support-annotations-27.1.1-sources.jar!/" />
</SOURCES>
</library>
</component>
<component name="libraryTable">
<library name="Gradle: com.android.support:support-compat:27.1.1@aar">
<CLASSES>
<root url="file://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/0a527c085e11c100103add07d544ab13/res" />
<root url="jar://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/0a527c085e11c100103add07d544ab13/jars/classes.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-compat/27.1.1/fe233277b6eae25ce5b2afab6daf55d73c86f0b9/support-compat-27.1.1-sources.jar!/" />
</SOURCES>
</library>
</component>
<component name="libraryTable">
<library name="Gradle: com.android.support:support-core-ui:27.1.1@aar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/support-core-ui-27.1.1.aar/ac5154dd4394f0ee89d60a0be607696f/jars/classes.jar!/" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/support-core-ui-27.1.1.aar/ac5154dd4394f0ee89d60a0be607696f/res" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-core-ui/27.1.1/266c369a3227be5afec33e11c964472269ff2a7c/support-core-ui-27.1.1-sources.jar!/" />
</SOURCES>
</library>
</component>
<component name="libraryTable">
<library name="Gradle: com.android.support:support-core-utils:27.1.1@aar">
<CLASSES>
<root url="file://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/support-core-utils-27.1.1.aar/95b70e5bcfb028156035faeb20063e7d/res" />
<root url="jar://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/support-core-utils-27.1.1.aar/95b70e5bcfb028156035faeb20063e7d/jars/classes.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-core-utils/27.1.1/8fb37fd2f8dbc23482865700d2c340ae030ea561/support-core-utils-27.1.1-sources.jar!/" />
</SOURCES>
</library>
</component>
<component name="libraryTable">
<library name="Gradle: com.android.support:support-fragment:27.1.1@aar">
<CLASSES>
<root url="file://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/support-fragment-27.1.1.aar/39e017da17222257625f5e0b703c477f/res" />
<root url="jar://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/support-fragment-27.1.1.aar/39e017da17222257625f5e0b703c477f/jars/classes.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-fragment/27.1.1/94732bda44fba11302c58e459b7c1f47e7521bf9/support-fragment-27.1.1-sources.jar!/" />
</SOURCES>
</library>
</component>
<component name="libraryTable">
<library name="Gradle: com.android.support:support-media-compat:27.1.1@aar">
<CLASSES>
<root url="file://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/support-media-compat-27.1.1.aar/8f3ee163533caa10ad90e99ddbf18039/res" />
<root url="jar://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/support-media-compat-27.1.1.aar/8f3ee163533caa10ad90e99ddbf18039/jars/classes.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-media-compat/27.1.1/3ab3f968d7cd675d2f97e67a3e9fc0ac63618f46/support-media-compat-27.1.1-sources.jar!/" />
</SOURCES>
</library>
</component>
<component name="libraryTable">
<library name="Gradle: com.android.support:support-v4:27.1.1@aar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/support-v4-27.1.1.aar/5bca1ed462269bf808a8b2e8f46b38bf/jars/classes.jar!/" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/support-v4-27.1.1.aar/5bca1ed462269bf808a8b2e8f46b38bf/res" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-v4/27.1.1/5b8f86fea035328fc9e8c660773037a3401ce25f/support-v4-27.1.1-sources.jar!/" />
</SOURCES>
</library>
</component>
<component name="libraryTable">
<library name="Gradle: com.android.support:support-vector-drawable:27.1.1@aar">
<CLASSES>
<root url="file://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/support-vector-drawable-27.1.1.aar/5166276da87454a8d8d4e9e3417303e8/res" />
<root url="jar://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/support-vector-drawable-27.1.1.aar/5166276da87454a8d8d4e9e3417303e8/jars/classes.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-vector-drawable/27.1.1/4b29cf2106c95afb3432bb0c4ec5a91e959717b2/support-vector-drawable-27.1.1-sources.jar!/" />
</SOURCES>
</library>
</component>
<component name="libraryTable">
<library name="Gradle: com.android.support:transition:27.1.1@aar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/transition-27.1.1.aar/4a807fcd60b2e9b2e1112884a3d9ef06/jars/classes.jar!/" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/transition-27.1.1.aar/4a807fcd60b2e9b2e1112884a3d9ef06/res" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/transition/27.1.1/88ebe6765790253d410e51a3952571565f2040e9/transition-27.1.1-sources.jar!/" />
</SOURCES>
</library>
</component>
<component name="libraryTable">
<library name="Gradle: junit:junit:4.12@jar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/junit/junit/4.12/2973d150c0dc1fefe998f834810d68f278ea58ec/junit-4.12.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/junit/junit/4.12/a6c32b40bf3d76eca54e3c601e5d1470c86fcdfa/junit-4.12-sources.jar!/" />
</SOURCES>
</library>
</component>
<component name="libraryTable">
<library name="Gradle: org.hamcrest:hamcrest-core:1.3@jar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.hamcrest/hamcrest-core/1.3/42a25dc3219429f0e5d060061f71acb49bf010a0/hamcrest-core-1.3.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.hamcrest/hamcrest-core/1.3/1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b/hamcrest-core-1.3-sources.jar!/" />
</SOURCES>
</library>
</component>
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CMakeSettings">
<configurations>
<configuration PROFILE_NAME="Debug" CONFIG_NAME="Debug" />
</configurations>
</component>
<component name="JavadocGenerationManager">
<option name="OUTPUT_DIRECTORY" value="$PROJECT_DIR$/Dok" />
<option name="OPTION_INCLUDE_LIBS" value="true" />
<option name="OPTION_LINK_TO_JDK_DOCS" value="true" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">
<option name="id" value="Android" />
</component>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
<module fileurl="file://$PROJECT_DIR$/ud839_Miwok-Starter-code.iml" filepath="$PROJECT_DIR$/ud839_Miwok-Starter-code.iml" />
</modules>
</component>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RunConfigurationProducerService">
<option name="ignoredProducers">
<set>
<option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" />
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestClassGradleConfigurationProducer" />
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestMethodGradleConfigurationProducer" />
</set>
</option>
</component>
</project>

How to become a contributor and submit your own code

Contributor License Agreements

We'd love to accept your sample apps and patches! Before we can take them, we have to jump a couple of legal hurdles.

Please fill out either the individual or corporate Contributor License Agreement (CLA).

  • If you are an individual writing original source code and you're sure you own the intellectual property, then you'll need to sign an [individual CLA] (https://cla.developers.google.com).
  • If you work for a company that wants to allow you to contribute your work, then you'll need to sign a [corporate CLA] (https://cla.developers.google.com).

Follow either of the two links above to access the appropriate CLA and instructions for how to sign and return it. Once we receive it, we'll be able to accept your pull requests.

Contributing A Patch

  1. Submit an issue describing your proposed change to the repo in question.
  2. The repo owner will respond to your issue promptly.
  3. If your proposed change is accepted, and you haven't already done so, sign a Contributor License Agreement (see details above).
  4. Fork the desired repo, develop and test your code changes.
  5. Ensure that your code adheres to the existing style in the sample to which you are contributing. Refer to the [Android Code Style Guide] (https://source.android.com/source/code-style.html) for the recommended coding standards for this organization.
  6. Ensure that your code has an appropriate set of unit tests which all pass.
  7. Submit a pull request.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jan 23 12:46:17 CET 2019 -->
<title>All Classes</title>
<meta name="date" content="2019-01-23">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<h1 class="bar">All&nbsp;Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="com/example/android/miwok/ColorsActivity.html" title="class in com.example.android.miwok" target="classFrame">ColorsActivity</a></li>
<li><a href="com/example/android/miwok/FamilyActivity.html" title="class in com.example.android.miwok" target="classFrame">FamilyActivity</a></li>
<li><a href="com/example/android/miwok/MainActivity.html" title="class in com.example.android.miwok" target="classFrame">MainActivity</a></li>
<li><a href="com/example/android/miwok/NumbersActivity.html" title="class in com.example.android.miwok" target="classFrame">NumbersActivity</a></li>
<li><a href="com/example/android/miwok/NumbersFragment.html" title="class in com.example.android.miwok" target="classFrame">NumbersFragment</a></li>
<li><a href="com/example/android/miwok/PhrasesActivity.html" title="class in com.example.android.miwok" target="classFrame">PhrasesActivity</a></li>
<li><a href="com/example/android/miwok/Word.html" title="class in com.example.android.miwok" target="classFrame">Word</a></li>
<li><a href="com/example/android/miwok/WordAdapter.html" title="class in com.example.android.miwok" target="classFrame">WordAdapter</a></li>
</ul>
</div>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jan 23 12:46:17 CET 2019 -->
<title>All Classes</title>
<meta name="date" content="2019-01-23">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<h1 class="bar">All&nbsp;Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="com/example/android/miwok/ColorsActivity.html" title="class in com.example.android.miwok">ColorsActivity</a></li>
<li><a href="com/example/android/miwok/FamilyActivity.html" title="class in com.example.android.miwok">FamilyActivity</a></li>
<li><a href="com/example/android/miwok/MainActivity.html" title="class in com.example.android.miwok">MainActivity</a></li>
<li><a href="com/example/android/miwok/NumbersActivity.html" title="class in com.example.android.miwok">NumbersActivity</a></li>
<li><a href="com/example/android/miwok/NumbersFragment.html" title="class in com.example.android.miwok">NumbersFragment</a></li>
<li><a href="com/example/android/miwok/PhrasesActivity.html" title="class in com.example.android.miwok">PhrasesActivity</a></li>
<li><a href="com/example/android/miwok/Word.html" title="class in com.example.android.miwok">Word</a></li>
<li><a href="com/example/android/miwok/WordAdapter.html" title="class in com.example.android.miwok">WordAdapter</a></li>
</ul>
</div>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jan 23 12:46:16 CET 2019 -->
<title>ColorsActivity</title>
<meta name="date" content="2019-01-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ColorsActivity";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../com/example/android/miwok/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev&nbsp;Class</li>
<li><a href="../../../../com/example/android/miwok/FamilyActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/example/android/miwok/ColorsActivity.html" target="_top">Frames</a></li>
<li><a href="ColorsActivity.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.classes.inherited.from.class.android.support.v4.app.SupportActivity">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.android.app.Activity">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.example.android.miwok</div>
<h2 title="Class ColorsActivity" class="title">Class ColorsActivity</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">android.content.Context</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true" title="class or interface in android.content">android.content.ContextWrapper</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/view/ContextThemeWrapper.html?is-external=true" title="class or interface in android.view">android.view.ContextThemeWrapper</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">android.app.Activity</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.html?is-external=true" title="class or interface in android.support.v4.app">android.support.v4.app.SupportActivity</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true" title="class or interface in android.support.v4.app">android.support.v4.app.FragmentActivity</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true" title="class or interface in android.support.v7.app">android.support.v7.app.AppCompatActivity</a></li>
<li>
<ul class="inheritance">
<li>com.example.android.miwok.ColorsActivity</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="https://developer.android.com/reference/android/arch.lifecycle.LifecycleOwner.html?is-external=true" title="class or interface in android">android.arch.lifecycle.LifecycleOwner</a>, <a href="https://developer.android.com/reference/android/arch.lifecycle.ViewModelStoreOwner.html?is-external=true" title="class or interface in android">android.arch.lifecycle.ViewModelStoreOwner</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks.html?is-external=true" title="class or interface in android.content">ComponentCallbacks</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true" title="class or interface in android.content">ComponentCallbacks2</a>, <a href="https://developer.android.com/reference/android/support/v4/app/ActivityCompat.OnRequestPermissionsResultCallback.html?is-external=true" title="class or interface in android.support.v4.app">ActivityCompat.OnRequestPermissionsResultCallback</a>, <a href="https://developer.android.com/reference/android/support/v4/app/ActivityCompat.RequestPermissionsRequestCodeValidator.html?is-external=true" title="class or interface in android.support.v4.app">ActivityCompat.RequestPermissionsRequestCodeValidator</a>, <a href="https://developer.android.com/reference/android/support/v4/app/TaskStackBuilder.SupportParentable.html?is-external=true" title="class or interface in android.support.v4.app">TaskStackBuilder.SupportParentable</a>, <a href="https://developer.android.com/reference/android/support/v7/app/ActionBarDrawerToggle.DelegateProvider.html?is-external=true" title="class or interface in android.support.v7.app">ActionBarDrawerToggle.DelegateProvider</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatCallback.html?is-external=true" title="class or interface in android.support.v7.app">AppCompatCallback</a>, <a href="https://developer.android.com/reference/android/view/KeyEvent.Callback.html?is-external=true" title="class or interface in android.view">KeyEvent.Callback</a>, <a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory.html?is-external=true" title="class or interface in android.view">LayoutInflater.Factory</a>, <a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory2.html?is-external=true" title="class or interface in android.view">LayoutInflater.Factory2</a>, <a href="https://developer.android.com/reference/android/view/View.OnCreateContextMenuListener.html?is-external=true" title="class or interface in android.view">View.OnCreateContextMenuListener</a>, <a href="https://developer.android.com/reference/android/view/Window.Callback.html?is-external=true" title="class or interface in android.view">Window.Callback</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">ColorsActivity</span>
extends <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true" title="class or interface in android.support.v7.app">AppCompatActivity</a></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.android.support.v4.app.SupportActivity">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.html?is-external=true" title="class or interface in android.support.v4.app">SupportActivity</a></h3>
<code><a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.ExtraData.html?is-external=true" title="class or interface in android.support.v4.app">SupportActivity.ExtraData</a></code></li>
</ul>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.android.app.Activity">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;android.app.<a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></h3>
<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#DEFAULT_KEYS_DIALER" title="class or interface in android.app">DEFAULT_KEYS_DIALER</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#DEFAULT_KEYS_DISABLE" title="class or interface in android.app">DEFAULT_KEYS_DISABLE</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#DEFAULT_KEYS_SEARCH_GLOBAL" title="class or interface in android.app">DEFAULT_KEYS_SEARCH_GLOBAL</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#DEFAULT_KEYS_SEARCH_LOCAL" title="class or interface in android.app">DEFAULT_KEYS_SEARCH_LOCAL</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#DEFAULT_KEYS_SHORTCUT" title="class or interface in android.app">DEFAULT_KEYS_SHORTCUT</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#FOCUSED_STATE_SET" title="class or interface in android.app">FOCUSED_STATE_SET</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#RESULT_CANCELED" title="class or interface in android.app">RESULT_CANCELED</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#RESULT_FIRST_USER" title="class or interface in android.app">RESULT_FIRST_USER</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#RESULT_OK" title="class or interface in android.app">RESULT_OK</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.android.content.Context">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;android.content.<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a></h3>
<code><a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#ACCESSIBILITY_SERVICE" title="class or interface in android.content">ACCESSIBILITY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#ACCOUNT_SERVICE" title="class or interface in android.content">ACCOUNT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#ACTIVITY_SERVICE" title="class or interface in android.content">ACTIVITY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#ALARM_SERVICE" title="class or interface in android.content">ALARM_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#APP_OPS_SERVICE" title="class or interface in android.content">APP_OPS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#APPWIDGET_SERVICE" title="class or interface in android.content">APPWIDGET_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#AUDIO_SERVICE" title="class or interface in android.content">AUDIO_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BATTERY_SERVICE" title="class or interface in android.content">BATTERY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_ABOVE_CLIENT" title="class or interface in android.content">BIND_ABOVE_CLIENT</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_ADJUST_WITH_ACTIVITY" title="class or interface in android.content">BIND_ADJUST_WITH_ACTIVITY</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_ALLOW_OOM_MANAGEMENT" title="class or interface in android.content">BIND_ALLOW_OOM_MANAGEMENT</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_AUTO_CREATE" title="class or interface in android.content">BIND_AUTO_CREATE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_DEBUG_UNBIND" title="class or interface in android.content">BIND_DEBUG_UNBIND</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_EXTERNAL_SERVICE" title="class or interface in android.content">BIND_EXTERNAL_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_IMPORTANT" title="class or interface in android.content">BIND_IMPORTANT</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_NOT_FOREGROUND" title="class or interface in android.content">BIND_NOT_FOREGROUND</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_WAIVE_PRIORITY" title="class or interface in android.content">BIND_WAIVE_PRIORITY</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BLUETOOTH_SERVICE" title="class or interface in android.content">BLUETOOTH_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CAMERA_SERVICE" title="class or interface in android.content">CAMERA_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CAPTIONING_SERVICE" title="class or interface in android.content">CAPTIONING_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CARRIER_CONFIG_SERVICE" title="class or interface in android.content">CARRIER_CONFIG_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CLIPBOARD_SERVICE" title="class or interface in android.content">CLIPBOARD_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#COMPANION_DEVICE_SERVICE" title="class or interface in android.content">COMPANION_DEVICE_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CONNECTIVITY_SERVICE" title="class or interface in android.content">CONNECTIVITY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CONSUMER_IR_SERVICE" title="class or interface in android.content">CONSUMER_IR_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CONTEXT_IGNORE_SECURITY" title="class or interface in android.content">CONTEXT_IGNORE_SECURITY</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CONTEXT_INCLUDE_CODE" title="class or interface in android.content">CONTEXT_INCLUDE_CODE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CONTEXT_RESTRICTED" title="class or interface in android.content">CONTEXT_RESTRICTED</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CROSS_PROFILE_APPS_SERVICE" title="class or interface in android.content">CROSS_PROFILE_APPS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#DEVICE_POLICY_SERVICE" title="class or interface in android.content">DEVICE_POLICY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#DISPLAY_SERVICE" title="class or interface in android.content">DISPLAY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#DOWNLOAD_SERVICE" title="class or interface in android.content">DOWNLOAD_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#DROPBOX_SERVICE" title="class or interface in android.content">DROPBOX_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#EUICC_SERVICE" title="class or interface in android.content">EUICC_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#FINGERPRINT_SERVICE" title="class or interface in android.content">FINGERPRINT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#HARDWARE_PROPERTIES_SERVICE" title="class or interface in android.content">HARDWARE_PROPERTIES_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#INPUT_METHOD_SERVICE" title="class or interface in android.content">INPUT_METHOD_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#INPUT_SERVICE" title="class or interface in android.content">INPUT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#IPSEC_SERVICE" title="class or interface in android.content">IPSEC_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#JOB_SCHEDULER_SERVICE" title="class or interface in android.content">JOB_SCHEDULER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#KEYGUARD_SERVICE" title="class or interface in android.content">KEYGUARD_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#LAUNCHER_APPS_SERVICE" title="class or interface in android.content">LAUNCHER_APPS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#LAYOUT_INFLATER_SERVICE" title="class or interface in android.content">LAYOUT_INFLATER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#LOCATION_SERVICE" title="class or interface in android.content">LOCATION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MEDIA_PROJECTION_SERVICE" title="class or interface in android.content">MEDIA_PROJECTION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MEDIA_ROUTER_SERVICE" title="class or interface in android.content">MEDIA_ROUTER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MEDIA_SESSION_SERVICE" title="class or interface in android.content">MEDIA_SESSION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MIDI_SERVICE" title="class or interface in android.content">MIDI_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_APPEND" title="class or interface in android.content">MODE_APPEND</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_ENABLE_WRITE_AHEAD_LOGGING" title="class or interface in android.content">MODE_ENABLE_WRITE_AHEAD_LOGGING</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_MULTI_PROCESS" title="class or interface in android.content">MODE_MULTI_PROCESS</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_NO_LOCALIZED_COLLATORS" title="class or interface in android.content">MODE_NO_LOCALIZED_COLLATORS</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_PRIVATE" title="class or interface in android.content">MODE_PRIVATE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_WORLD_READABLE" title="class or interface in android.content">MODE_WORLD_READABLE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_WORLD_WRITEABLE" title="class or interface in android.content">MODE_WORLD_WRITEABLE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#NETWORK_STATS_SERVICE" title="class or interface in android.content">NETWORK_STATS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#NFC_SERVICE" title="class or interface in android.content">NFC_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#NOTIFICATION_SERVICE" title="class or interface in android.content">NOTIFICATION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#NSD_SERVICE" title="class or interface in android.content">NSD_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#POWER_SERVICE" title="class or interface in android.content">POWER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#PRINT_SERVICE" title="class or interface in android.content">PRINT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#RECEIVER_VISIBLE_TO_INSTANT_APPS" title="class or interface in android.content">RECEIVER_VISIBLE_TO_INSTANT_APPS</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#RESTRICTIONS_SERVICE" title="class or interface in android.content">RESTRICTIONS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#SEARCH_SERVICE" title="class or interface in android.content">SEARCH_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#SENSOR_SERVICE" title="class or interface in android.content">SENSOR_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#SHORTCUT_SERVICE" title="class or interface in android.content">SHORTCUT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#STORAGE_SERVICE" title="class or interface in android.content">STORAGE_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#STORAGE_STATS_SERVICE" title="class or interface in android.content">STORAGE_STATS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#SYSTEM_HEALTH_SERVICE" title="class or interface in android.content">SYSTEM_HEALTH_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TELECOM_SERVICE" title="class or interface in android.content">TELECOM_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TELEPHONY_SERVICE" title="class or interface in android.content">TELEPHONY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TELEPHONY_SUBSCRIPTION_SERVICE" title="class or interface in android.content">TELEPHONY_SUBSCRIPTION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TEXT_CLASSIFICATION_SERVICE" title="class or interface in android.content">TEXT_CLASSIFICATION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TEXT_SERVICES_MANAGER_SERVICE" title="class or interface in android.content">TEXT_SERVICES_MANAGER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TV_INPUT_SERVICE" title="class or interface in android.content">TV_INPUT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#UI_MODE_SERVICE" title="class or interface in android.content">UI_MODE_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#USAGE_STATS_SERVICE" title="class or interface in android.content">USAGE_STATS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#USB_SERVICE" title="class or interface in android.content">USB_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#USER_SERVICE" title="class or interface in android.content">USER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#VIBRATOR_SERVICE" title="class or interface in android.content">VIBRATOR_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WALLPAPER_SERVICE" title="class or interface in android.content">WALLPAPER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WIFI_AWARE_SERVICE" title="class or interface in android.content">WIFI_AWARE_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WIFI_P2P_SERVICE" title="class or interface in android.content">WIFI_P2P_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WIFI_RTT_RANGING_SERVICE" title="class or interface in android.content">WIFI_RTT_RANGING_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WIFI_SERVICE" title="class or interface in android.content">WIFI_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WINDOW_SERVICE" title="class or interface in android.content">WINDOW_SERVICE</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.android.content.ComponentCallbacks2">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;android.content.<a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true" title="class or interface in android.content">ComponentCallbacks2</a></h3>
<code><a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_BACKGROUND" title="class or interface in android.content">TRIM_MEMORY_BACKGROUND</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_COMPLETE" title="class or interface in android.content">TRIM_MEMORY_COMPLETE</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_MODERATE" title="class or interface in android.content">TRIM_MEMORY_MODERATE</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_RUNNING_CRITICAL" title="class or interface in android.content">TRIM_MEMORY_RUNNING_CRITICAL</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_RUNNING_LOW" title="class or interface in android.content">TRIM_MEMORY_RUNNING_LOW</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_RUNNING_MODERATE" title="class or interface in android.content">TRIM_MEMORY_RUNNING_MODERATE</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_UI_HIDDEN" title="class or interface in android.content">TRIM_MEMORY_UI_HIDDEN</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/ColorsActivity.html#ColorsActivity--">ColorsActivity</a></span>()</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/ColorsActivity.html#onCreate-android.os.Bundle-">onCreate</a></span>(<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;savedInstanceState)</code>
<div class="block">Perform initialization of all fragments.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/ColorsActivity.html#onCreateView-java.lang.String-android.content.Context-android.util.AttributeSet-">onCreateView</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a>&nbsp;context,
<a href="https://developer.android.com/reference/android/util/AttributeSet.html?is-external=true" title="class or interface in android.util">AttributeSet</a>&nbsp;attrs)</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/ColorsActivity.html#onCreateView-android.view.View-java.lang.String-android.content.Context-android.util.AttributeSet-">onCreateView</a></span>(<a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a>&nbsp;parent,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a>&nbsp;context,
<a href="https://developer.android.com/reference/android/util/AttributeSet.html?is-external=true" title="class or interface in android.util">AttributeSet</a>&nbsp;attrs)</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/ColorsActivity.html#onStop--">onStop</a></span>()</code>
<div class="block">Dispatch onStop() to all fragments.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/ColorsActivity.html#startActivityForResult-android.content.Intent-int-android.os.Bundle-">startActivityForResult</a></span>(<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;options)</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/ColorsActivity.html#startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-">startIntentSenderForResult</a></span>(<a href="https://developer.android.com/reference/android/content/IntentSender.html?is-external=true" title="class or interface in android.content">IntentSender</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;fillInIntent,
int&nbsp;flagsMask,
int&nbsp;flagsValues,
int&nbsp;extraFlags)</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/ColorsActivity.html#startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-android.os.Bundle-">startIntentSenderForResult</a></span>(<a href="https://developer.android.com/reference/android/content/IntentSender.html?is-external=true" title="class or interface in android.content">IntentSender</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;fillInIntent,
int&nbsp;flagsMask,
int&nbsp;flagsValues,
int&nbsp;extraFlags,
<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;options)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.support.v7.app.AppCompatActivity">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.support.v7.app.<a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true" title="class or interface in android.support.v7.app">AppCompatActivity</a></h3>
<code><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#addContentView-android.view.View-android.view.ViewGroup.LayoutParams-" title="class or interface in android.support.v7.app">addContentView</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#closeOptionsMenu--" title="class or interface in android.support.v7.app">closeOptionsMenu</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#dispatchKeyEvent-android.view.KeyEvent-" title="class or interface in android.support.v7.app">dispatchKeyEvent</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#findViewById-int-" title="class or interface in android.support.v7.app">findViewById</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getDelegate--" title="class or interface in android.support.v7.app">getDelegate</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getDrawerToggleDelegate--" title="class or interface in android.support.v7.app">getDrawerToggleDelegate</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getMenuInflater--" title="class or interface in android.support.v7.app">getMenuInflater</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getResources--" title="class or interface in android.support.v7.app">getResources</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getSupportActionBar--" title="class or interface in android.support.v7.app">getSupportActionBar</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getSupportParentActivityIntent--" title="class or interface in android.support.v7.app">getSupportParentActivityIntent</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#invalidateOptionsMenu--" title="class or interface in android.support.v7.app">invalidateOptionsMenu</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onConfigurationChanged-android.content.res.Configuration-" title="class or interface in android.support.v7.app">onConfigurationChanged</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onContentChanged--" title="class or interface in android.support.v7.app">onContentChanged</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onCreateSupportNavigateUpTaskStack-android.support.v4.app.TaskStackBuilder-" title="class or interface in android.support.v7.app">onCreateSupportNavigateUpTaskStack</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onDestroy--" title="class or interface in android.support.v7.app">onDestroy</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onKeyDown-int-android.view.KeyEvent-" title="class or interface in android.support.v7.app">onKeyDown</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onMenuItemSelected-int-android.view.MenuItem-" title="class or interface in android.support.v7.app">onMenuItemSelected</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onMenuOpened-int-android.view.Menu-" title="class or interface in android.support.v7.app">onMenuOpened</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onPanelClosed-int-android.view.Menu-" title="class or interface in android.support.v7.app">onPanelClosed</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onPostCreate-android.os.Bundle-" title="class or interface in android.support.v7.app">onPostCreate</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onPostResume--" title="class or interface in android.support.v7.app">onPostResume</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onPrepareSupportNavigateUpTaskStack-android.support.v4.app.TaskStackBuilder-" title="class or interface in android.support.v7.app">onPrepareSupportNavigateUpTaskStack</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onSaveInstanceState-android.os.Bundle-" title="class or interface in android.support.v7.app">onSaveInstanceState</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onStart--" title="class or interface in android.support.v7.app">onStart</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onSupportActionModeFinished-android.support.v7.view.ActionMode-" title="class or interface in android.support.v7.app">onSupportActionModeFinished</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onSupportActionModeStarted-android.support.v7.view.ActionMode-" title="class or interface in android.support.v7.app">onSupportActionModeStarted</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onSupportContentChanged--" title="class or interface in android.support.v7.app">onSupportContentChanged</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onSupportNavigateUp--" title="class or interface in android.support.v7.app">onSupportNavigateUp</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onTitleChanged-java.lang.CharSequence-int-" title="class or interface in android.support.v7.app">onTitleChanged</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onWindowStartingSupportActionMode-android.support.v7.view.ActionMode.Callback-" title="class or interface in android.support.v7.app">onWindowStartingSupportActionMode</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#openOptionsMenu--" title="class or interface in android.support.v7.app">openOptionsMenu</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setContentView-int-" title="class or interface in android.support.v7.app">setContentView</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setContentView-android.view.View-" title="class or interface in android.support.v7.app">setContentView</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setContentView-android.view.View-android.view.ViewGroup.LayoutParams-" title="class or interface in android.support.v7.app">setContentView</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setSupportActionBar-android.support.v7.widget.Toolbar-" title="class or interface in android.support.v7.app">setSupportActionBar</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setSupportProgress-int-" title="class or interface in android.support.v7.app">setSupportProgress</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setSupportProgressBarIndeterminate-boolean-" title="class or interface in android.support.v7.app">setSupportProgressBarIndeterminate</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setSupportProgressBarIndeterminateVisibility-boolean-" title="class or interface in android.support.v7.app">setSupportProgressBarIndeterminateVisibility</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setSupportProgressBarVisibility-boolean-" title="class or interface in android.support.v7.app">setSupportProgressBarVisibility</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setTheme-int-" title="class or interface in android.support.v7.app">setTheme</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#startSupportActionMode-android.support.v7.view.ActionMode.Callback-" title="class or interface in android.support.v7.app">startSupportActionMode</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#supportInvalidateOptionsMenu--" title="class or interface in android.support.v7.app">supportInvalidateOptionsMenu</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#supportNavigateUpTo-android.content.Intent-" title="class or interface in android.support.v7.app">supportNavigateUpTo</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#supportRequestWindowFeature-int-" title="class or interface in android.support.v7.app">supportRequestWindowFeature</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#supportShouldUpRecreateTask-android.content.Intent-" title="class or interface in android.support.v7.app">supportShouldUpRecreateTask</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.support.v4.app.FragmentActivity">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true" title="class or interface in android.support.v4.app">FragmentActivity</a></h3>
<code><a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#dump-java.lang.String-java.io.FileDescriptor-java.io.PrintWriter-java.lang.String:A-" title="class or interface in android.support.v4.app">dump</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#getLastCustomNonConfigurationInstance--" title="class or interface in android.support.v4.app">getLastCustomNonConfigurationInstance</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#getLifecycle--" title="class or interface in android.support.v4.app">getLifecycle</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#getSupportFragmentManager--" title="class or interface in android.support.v4.app">getSupportFragmentManager</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#getSupportLoaderManager--" title="class or interface in android.support.v4.app">getSupportLoaderManager</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#getViewModelStore--" title="class or interface in android.support.v4.app">getViewModelStore</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onActivityResult-int-int-android.content.Intent-" title="class or interface in android.support.v4.app">onActivityResult</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onAttachFragment-android.support.v4.app.Fragment-" title="class or interface in android.support.v4.app">onAttachFragment</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onBackPressed--" title="class or interface in android.support.v4.app">onBackPressed</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onCreatePanelMenu-int-android.view.Menu-" title="class or interface in android.support.v4.app">onCreatePanelMenu</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onLowMemory--" title="class or interface in android.support.v4.app">onLowMemory</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onMultiWindowModeChanged-boolean-" title="class or interface in android.support.v4.app">onMultiWindowModeChanged</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onNewIntent-android.content.Intent-" title="class or interface in android.support.v4.app">onNewIntent</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onPause--" title="class or interface in android.support.v4.app">onPause</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onPictureInPictureModeChanged-boolean-" title="class or interface in android.support.v4.app">onPictureInPictureModeChanged</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onPrepareOptionsPanel-android.view.View-android.view.Menu-" title="class or interface in android.support.v4.app">onPrepareOptionsPanel</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onPreparePanel-int-android.view.View-android.view.Menu-" title="class or interface in android.support.v4.app">onPreparePanel</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onRequestPermissionsResult-int-java.lang.String:A-int:A-" title="class or interface in android.support.v4.app">onRequestPermissionsResult</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onResume--" title="class or interface in android.support.v4.app">onResume</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onResumeFragments--" title="class or interface in android.support.v4.app">onResumeFragments</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onRetainCustomNonConfigurationInstance--" title="class or interface in android.support.v4.app">onRetainCustomNonConfigurationInstance</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onRetainNonConfigurationInstance--" title="class or interface in android.support.v4.app">onRetainNonConfigurationInstance</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onStateNotSaved--" title="class or interface in android.support.v4.app">onStateNotSaved</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#setEnterSharedElementCallback-android.support.v4.app.SharedElementCallback-" title="class or interface in android.support.v4.app">setEnterSharedElementCallback</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#setExitSharedElementCallback-android.support.v4.app.SharedElementCallback-" title="class or interface in android.support.v4.app">setExitSharedElementCallback</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#startActivityForResult-android.content.Intent-int-" title="class or interface in android.support.v4.app">startActivityForResult</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#startActivityFromFragment-android.support.v4.app.Fragment-android.content.Intent-int-" title="class or interface in android.support.v4.app">startActivityFromFragment</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#startActivityFromFragment-android.support.v4.app.Fragment-android.content.Intent-int-android.os.Bundle-" title="class or interface in android.support.v4.app">startActivityFromFragment</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#startIntentSenderFromFragment-android.support.v4.app.Fragment-android.content.IntentSender-int-android.content.Intent-int-int-int-android.os.Bundle-" title="class or interface in android.support.v4.app">startIntentSenderFromFragment</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#supportFinishAfterTransition--" title="class or interface in android.support.v4.app">supportFinishAfterTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#supportPostponeEnterTransition--" title="class or interface in android.support.v4.app">supportPostponeEnterTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#supportStartPostponedEnterTransition--" title="class or interface in android.support.v4.app">supportStartPostponedEnterTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#validateRequestPermissionsRequestCode-int-" title="class or interface in android.support.v4.app">validateRequestPermissionsRequestCode</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.support.v4.app.SupportActivity">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.html?is-external=true" title="class or interface in android.support.v4.app">SupportActivity</a></h3>
<code><a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.html?is-external=true#getExtraData-java.lang.Class-" title="class or interface in android.support.v4.app">getExtraData</a>, <a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.html?is-external=true#putExtraData-android.support.v4.app.SupportActivity.ExtraData-" title="class or interface in android.support.v4.app">putExtraData</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.app.Activity">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.app.<a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></h3>
<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#attachBaseContext-android.content.Context-" title="class or interface in android.app">attachBaseContext</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#closeContextMenu--" title="class or interface in android.app">closeContextMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#createPendingResult-int-android.content.Intent-int-" title="class or interface in android.app">createPendingResult</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dismissDialog-int-" title="class or interface in android.app">dismissDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dismissKeyboardShortcutsHelper--" title="class or interface in android.app">dismissKeyboardShortcutsHelper</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dispatchGenericMotionEvent-android.view.MotionEvent-" title="class or interface in android.app">dispatchGenericMotionEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dispatchKeyShortcutEvent-android.view.KeyEvent-" title="class or interface in android.app">dispatchKeyShortcutEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dispatchPopulateAccessibilityEvent-android.view.accessibility.AccessibilityEvent-" title="class or interface in android.app">dispatchPopulateAccessibilityEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dispatchTouchEvent-android.view.MotionEvent-" title="class or interface in android.app">dispatchTouchEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dispatchTrackballEvent-android.view.MotionEvent-" title="class or interface in android.app">dispatchTrackballEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#enterPictureInPictureMode--" title="class or interface in android.app">enterPictureInPictureMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#enterPictureInPictureMode-android.app.PictureInPictureParams-" title="class or interface in android.app">enterPictureInPictureMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finish--" title="class or interface in android.app">finish</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishActivity-int-" title="class or interface in android.app">finishActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishActivityFromChild-android.app.Activity-int-" title="class or interface in android.app">finishActivityFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishAffinity--" title="class or interface in android.app">finishAffinity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishAfterTransition--" title="class or interface in android.app">finishAfterTransition</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishAndRemoveTask--" title="class or interface in android.app">finishAndRemoveTask</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishFromChild-android.app.Activity-" title="class or interface in android.app">finishFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getActionBar--" title="class or interface in android.app">getActionBar</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getApplication--" title="class or interface in android.app">getApplication</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getCallingActivity--" title="class or interface in android.app">getCallingActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getCallingPackage--" title="class or interface in android.app">getCallingPackage</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getChangingConfigurations--" title="class or interface in android.app">getChangingConfigurations</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getComponentName--" title="class or interface in android.app">getComponentName</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getContentScene--" title="class or interface in android.app">getContentScene</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getContentTransitionManager--" title="class or interface in android.app">getContentTransitionManager</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getCurrentFocus--" title="class or interface in android.app">getCurrentFocus</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getFragmentManager--" title="class or interface in android.app">getFragmentManager</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getIntent--" title="class or interface in android.app">getIntent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getLastNonConfigurationInstance--" title="class or interface in android.app">getLastNonConfigurationInstance</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getLayoutInflater--" title="class or interface in android.app">getLayoutInflater</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getLoaderManager--" title="class or interface in android.app">getLoaderManager</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getLocalClassName--" title="class or interface in android.app">getLocalClassName</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getMaxNumPictureInPictureActions--" title="class or interface in android.app">getMaxNumPictureInPictureActions</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getMediaController--" title="class or interface in android.app">getMediaController</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getParent--" title="class or interface in android.app">getParent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getParentActivityIntent--" title="class or interface in android.app">getParentActivityIntent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getPreferences-int-" title="class or interface in android.app">getPreferences</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getReferrer--" title="class or interface in android.app">getReferrer</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getRequestedOrientation--" title="class or interface in android.app">getRequestedOrientation</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getSearchEvent--" title="class or interface in android.app">getSearchEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getSystemService-java.lang.String-" title="class or interface in android.app">getSystemService</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getTaskId--" title="class or interface in android.app">getTaskId</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getTitle--" title="class or interface in android.app">getTitle</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getTitleColor--" title="class or interface in android.app">getTitleColor</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getVoiceInteractor--" title="class or interface in android.app">getVoiceInteractor</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getVolumeControlStream--" title="class or interface in android.app">getVolumeControlStream</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getWindow--" title="class or interface in android.app">getWindow</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getWindowManager--" title="class or interface in android.app">getWindowManager</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#hasWindowFocus--" title="class or interface in android.app">hasWindowFocus</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isActivityTransitionRunning--" title="class or interface in android.app">isActivityTransitionRunning</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isChangingConfigurations--" title="class or interface in android.app">isChangingConfigurations</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isChild--" title="class or interface in android.app">isChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isDestroyed--" title="class or interface in android.app">isDestroyed</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isFinishing--" title="class or interface in android.app">isFinishing</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isImmersive--" title="class or interface in android.app">isImmersive</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isInMultiWindowMode--" title="class or interface in android.app">isInMultiWindowMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isInPictureInPictureMode--" title="class or interface in android.app">isInPictureInPictureMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isLocalVoiceInteractionSupported--" title="class or interface in android.app">isLocalVoiceInteractionSupported</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isTaskRoot--" title="class or interface in android.app">isTaskRoot</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isVoiceInteraction--" title="class or interface in android.app">isVoiceInteraction</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isVoiceInteractionRoot--" title="class or interface in android.app">isVoiceInteractionRoot</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#managedQuery-android.net.Uri-java.lang.String:A-java.lang.String-java.lang.String:A-java.lang.String-" title="class or interface in android.app">managedQuery</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#moveTaskToBack-boolean-" title="class or interface in android.app">moveTaskToBack</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#navigateUpTo-android.content.Intent-" title="class or interface in android.app">navigateUpTo</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#navigateUpToFromChild-android.app.Activity-android.content.Intent-" title="class or interface in android.app">navigateUpToFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onActionModeFinished-android.view.ActionMode-" title="class or interface in android.app">onActionModeFinished</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onActionModeStarted-android.view.ActionMode-" title="class or interface in android.app">onActionModeStarted</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onActivityReenter-int-android.content.Intent-" title="class or interface in android.app">onActivityReenter</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onApplyThemeResource-android.content.res.Resources.Theme-int-boolean-" title="class or interface in android.app">onApplyThemeResource</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onAttachedToWindow--" title="class or interface in android.app">onAttachedToWindow</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onAttachFragment-android.app.Fragment-" title="class or interface in android.app">onAttachFragment</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onChildTitleChanged-android.app.Activity-java.lang.CharSequence-" title="class or interface in android.app">onChildTitleChanged</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onContextItemSelected-android.view.MenuItem-" title="class or interface in android.app">onContextItemSelected</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onContextMenuClosed-android.view.Menu-" title="class or interface in android.app">onContextMenuClosed</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreate-android.os.Bundle-android.os.PersistableBundle-" title="class or interface in android.app">onCreate</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateContextMenu-android.view.ContextMenu-android.view.View-android.view.ContextMenu.ContextMenuInfo-" title="class or interface in android.app">onCreateContextMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateDescription--" title="class or interface in android.app">onCreateDescription</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateDialog-int-" title="class or interface in android.app">onCreateDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateDialog-int-android.os.Bundle-" title="class or interface in android.app">onCreateDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateNavigateUpTaskStack-android.app.TaskStackBuilder-" title="class or interface in android.app">onCreateNavigateUpTaskStack</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateOptionsMenu-android.view.Menu-" title="class or interface in android.app">onCreateOptionsMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreatePanelView-int-" title="class or interface in android.app">onCreatePanelView</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateThumbnail-android.graphics.Bitmap-android.graphics.Canvas-" title="class or interface in android.app">onCreateThumbnail</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onDetachedFromWindow--" title="class or interface in android.app">onDetachedFromWindow</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onEnterAnimationComplete--" title="class or interface in android.app">onEnterAnimationComplete</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onGenericMotionEvent-android.view.MotionEvent-" title="class or interface in android.app">onGenericMotionEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onKeyLongPress-int-android.view.KeyEvent-" title="class or interface in android.app">onKeyLongPress</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onKeyMultiple-int-int-android.view.KeyEvent-" title="class or interface in android.app">onKeyMultiple</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onKeyShortcut-int-android.view.KeyEvent-" title="class or interface in android.app">onKeyShortcut</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onKeyUp-int-android.view.KeyEvent-" title="class or interface in android.app">onKeyUp</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onLocalVoiceInteractionStarted--" title="class or interface in android.app">onLocalVoiceInteractionStarted</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onLocalVoiceInteractionStopped--" title="class or interface in android.app">onLocalVoiceInteractionStopped</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onMultiWindowModeChanged-boolean-android.content.res.Configuration-" title="class or interface in android.app">onMultiWindowModeChanged</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onNavigateUp--" title="class or interface in android.app">onNavigateUp</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onNavigateUpFromChild-android.app.Activity-" title="class or interface in android.app">onNavigateUpFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onOptionsItemSelected-android.view.MenuItem-" title="class or interface in android.app">onOptionsItemSelected</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onOptionsMenuClosed-android.view.Menu-" title="class or interface in android.app">onOptionsMenuClosed</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPictureInPictureModeChanged-boolean-android.content.res.Configuration-" title="class or interface in android.app">onPictureInPictureModeChanged</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPostCreate-android.os.Bundle-android.os.PersistableBundle-" title="class or interface in android.app">onPostCreate</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPrepareDialog-int-android.app.Dialog-" title="class or interface in android.app">onPrepareDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPrepareDialog-int-android.app.Dialog-android.os.Bundle-" title="class or interface in android.app">onPrepareDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPrepareNavigateUpTaskStack-android.app.TaskStackBuilder-" title="class or interface in android.app">onPrepareNavigateUpTaskStack</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPrepareOptionsMenu-android.view.Menu-" title="class or interface in android.app">onPrepareOptionsMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onProvideAssistContent-android.app.assist.AssistContent-" title="class or interface in android.app">onProvideAssistContent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onProvideAssistData-android.os.Bundle-" title="class or interface in android.app">onProvideAssistData</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onProvideKeyboardShortcuts-java.util.List-android.view.Menu-int-" title="class or interface in android.app">onProvideKeyboardShortcuts</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onProvideReferrer--" title="class or interface in android.app">onProvideReferrer</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onRestart--" title="class or interface in android.app">onRestart</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onRestoreInstanceState-android.os.Bundle-" title="class or interface in android.app">onRestoreInstanceState</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onRestoreInstanceState-android.os.Bundle-android.os.PersistableBundle-" title="class or interface in android.app">onRestoreInstanceState</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onSaveInstanceState-android.os.Bundle-android.os.PersistableBundle-" title="class or interface in android.app">onSaveInstanceState</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onSearchRequested--" title="class or interface in android.app">onSearchRequested</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onSearchRequested-android.view.SearchEvent-" title="class or interface in android.app">onSearchRequested</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onTouchEvent-android.view.MotionEvent-" title="class or interface in android.app">onTouchEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onTrackballEvent-android.view.MotionEvent-" title="class or interface in android.app">onTrackballEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onTrimMemory-int-" title="class or interface in android.app">onTrimMemory</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onUserInteraction--" title="class or interface in android.app">onUserInteraction</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onUserLeaveHint--" title="class or interface in android.app">onUserLeaveHint</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onVisibleBehindCanceled--" title="class or interface in android.app">onVisibleBehindCanceled</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onWindowAttributesChanged-android.view.WindowManager.LayoutParams-" title="class or interface in android.app">onWindowAttributesChanged</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onWindowFocusChanged-boolean-" title="class or interface in android.app">onWindowFocusChanged</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onWindowStartingActionMode-android.view.ActionMode.Callback-" title="class or interface in android.app">onWindowStartingActionMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onWindowStartingActionMode-android.view.ActionMode.Callback-int-" title="class or interface in android.app">onWindowStartingActionMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#openContextMenu-android.view.View-" title="class or interface in android.app">openContextMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#overridePendingTransition-int-int-" title="class or interface in android.app">overridePendingTransition</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#postponeEnterTransition--" title="class or interface in android.app">postponeEnterTransition</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#recreate--" title="class or interface in android.app">recreate</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#registerForContextMenu-android.view.View-" title="class or interface in android.app">registerForContextMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#releaseInstance--" title="class or interface in android.app">releaseInstance</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#removeDialog-int-" title="class or interface in android.app">removeDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#reportFullyDrawn--" title="class or interface in android.app">reportFullyDrawn</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requestDragAndDropPermissions-android.view.DragEvent-" title="class or interface in android.app">requestDragAndDropPermissions</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requestPermissions-java.lang.String:A-int-" title="class or interface in android.app">requestPermissions</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requestShowKeyboardShortcuts--" title="class or interface in android.app">requestShowKeyboardShortcuts</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requestVisibleBehind-boolean-" title="class or interface in android.app">requestVisibleBehind</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requestWindowFeature-int-" title="class or interface in android.app">requestWindowFeature</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requireViewById-int-" title="class or interface in android.app">requireViewById</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#runOnUiThread-java.lang.Runnable-" title="class or interface in android.app">runOnUiThread</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setActionBar-android.widget.Toolbar-" title="class or interface in android.app">setActionBar</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setContentTransitionManager-android.transition.TransitionManager-" title="class or interface in android.app">setContentTransitionManager</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setDefaultKeyMode-int-" title="class or interface in android.app">setDefaultKeyMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setEnterSharedElementCallback-android.app.SharedElementCallback-" title="class or interface in android.app">setEnterSharedElementCallback</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setExitSharedElementCallback-android.app.SharedElementCallback-" title="class or interface in android.app">setExitSharedElementCallback</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setFeatureDrawable-int-android.graphics.drawable.Drawable-" title="class or interface in android.app">setFeatureDrawable</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setFeatureDrawableAlpha-int-int-" title="class or interface in android.app">setFeatureDrawableAlpha</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setFeatureDrawableResource-int-int-" title="class or interface in android.app">setFeatureDrawableResource</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setFeatureDrawableUri-int-android.net.Uri-" title="class or interface in android.app">setFeatureDrawableUri</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setFinishOnTouchOutside-boolean-" title="class or interface in android.app">setFinishOnTouchOutside</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setImmersive-boolean-" title="class or interface in android.app">setImmersive</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setIntent-android.content.Intent-" title="class or interface in android.app">setIntent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setMediaController-android.media.session.MediaController-" title="class or interface in android.app">setMediaController</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setPictureInPictureParams-android.app.PictureInPictureParams-" title="class or interface in android.app">setPictureInPictureParams</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setProgress-int-" title="class or interface in android.app">setProgress</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setProgressBarIndeterminate-boolean-" title="class or interface in android.app">setProgressBarIndeterminate</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setProgressBarIndeterminateVisibility-boolean-" title="class or interface in android.app">setProgressBarIndeterminateVisibility</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setProgressBarVisibility-boolean-" title="class or interface in android.app">setProgressBarVisibility</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setRequestedOrientation-int-" title="class or interface in android.app">setRequestedOrientation</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setResult-int-" title="class or interface in android.app">setResult</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setResult-int-android.content.Intent-" title="class or interface in android.app">setResult</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setSecondaryProgress-int-" title="class or interface in android.app">setSecondaryProgress</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setShowWhenLocked-boolean-" title="class or interface in android.app">setShowWhenLocked</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setTaskDescription-android.app.ActivityManager.TaskDescription-" title="class or interface in android.app">setTaskDescription</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setTitle-java.lang.CharSequence-" title="class or interface in android.app">setTitle</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setTitle-int-" title="class or interface in android.app">setTitle</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setTitleColor-int-" title="class or interface in android.app">setTitleColor</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setTurnScreenOn-boolean-" title="class or interface in android.app">setTurnScreenOn</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setVisible-boolean-" title="class or interface in android.app">setVisible</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setVolumeControlStream-int-" title="class or interface in android.app">setVolumeControlStream</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setVrModeEnabled-boolean-android.content.ComponentName-" title="class or interface in android.app">setVrModeEnabled</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#shouldShowRequestPermissionRationale-java.lang.String-" title="class or interface in android.app">shouldShowRequestPermissionRationale</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#shouldUpRecreateTask-android.content.Intent-" title="class or interface in android.app">shouldUpRecreateTask</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#showAssist-android.os.Bundle-" title="class or interface in android.app">showAssist</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#showDialog-int-" title="class or interface in android.app">showDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#showDialog-int-android.os.Bundle-" title="class or interface in android.app">showDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#showLockTaskEscapeMessage--" title="class or interface in android.app">showLockTaskEscapeMessage</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActionMode-android.view.ActionMode.Callback-" title="class or interface in android.app">startActionMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActionMode-android.view.ActionMode.Callback-int-" title="class or interface in android.app">startActionMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivities-android.content.Intent:A-" title="class or interface in android.app">startActivities</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivities-android.content.Intent:A-android.os.Bundle-" title="class or interface in android.app">startActivities</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivity-android.content.Intent-" title="class or interface in android.app">startActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivity-android.content.Intent-android.os.Bundle-" title="class or interface in android.app">startActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityFromChild-android.app.Activity-android.content.Intent-int-" title="class or interface in android.app">startActivityFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityFromChild-android.app.Activity-android.content.Intent-int-android.os.Bundle-" title="class or interface in android.app">startActivityFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityFromFragment-android.app.Fragment-android.content.Intent-int-" title="class or interface in android.app">startActivityFromFragment</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityFromFragment-android.app.Fragment-android.content.Intent-int-android.os.Bundle-" title="class or interface in android.app">startActivityFromFragment</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityIfNeeded-android.content.Intent-int-" title="class or interface in android.app">startActivityIfNeeded</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityIfNeeded-android.content.Intent-int-android.os.Bundle-" title="class or interface in android.app">startActivityIfNeeded</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSender-android.content.IntentSender-android.content.Intent-int-int-int-" title="class or interface in android.app">startIntentSender</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSender-android.content.IntentSender-android.content.Intent-int-int-int-android.os.Bundle-" title="class or interface in android.app">startIntentSender</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSenderFromChild-android.app.Activity-android.content.IntentSender-int-android.content.Intent-int-int-int-" title="class or interface in android.app">startIntentSenderFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSenderFromChild-android.app.Activity-android.content.IntentSender-int-android.content.Intent-int-int-int-android.os.Bundle-" title="class or interface in android.app">startIntentSenderFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startLocalVoiceInteraction-android.os.Bundle-" title="class or interface in android.app">startLocalVoiceInteraction</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startLockTask--" title="class or interface in android.app">startLockTask</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startManagingCursor-android.database.Cursor-" title="class or interface in android.app">startManagingCursor</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startNextMatchingActivity-android.content.Intent-" title="class or interface in android.app">startNextMatchingActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startNextMatchingActivity-android.content.Intent-android.os.Bundle-" title="class or interface in android.app">startNextMatchingActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startPostponedEnterTransition--" title="class or interface in android.app">startPostponedEnterTransition</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startSearch-java.lang.String-boolean-android.os.Bundle-boolean-" title="class or interface in android.app">startSearch</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#stopLocalVoiceInteraction--" title="class or interface in android.app">stopLocalVoiceInteraction</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#stopLockTask--" title="class or interface in android.app">stopLockTask</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#stopManagingCursor-android.database.Cursor-" title="class or interface in android.app">stopManagingCursor</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#takeKeyEvents-boolean-" title="class or interface in android.app">takeKeyEvents</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#triggerSearch-java.lang.String-android.os.Bundle-" title="class or interface in android.app">triggerSearch</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#unregisterForContextMenu-android.view.View-" title="class or interface in android.app">unregisterForContextMenu</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.view.ContextThemeWrapper">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.view.<a href="https://developer.android.com/reference/android/view/ContextThemeWrapper.html?is-external=true" title="class or interface in android.view">ContextThemeWrapper</a></h3>
<code><a href="https://developer.android.com/reference/android/view/ContextThemeWrapper.html?is-external=true#applyOverrideConfiguration-android.content.res.Configuration-" title="class or interface in android.view">applyOverrideConfiguration</a>, <a href="https://developer.android.com/reference/android/view/ContextThemeWrapper.html?is-external=true#getAssets--" title="class or interface in android.view">getAssets</a>, <a href="https://developer.android.com/reference/android/view/ContextThemeWrapper.html?is-external=true#getTheme--" title="class or interface in android.view">getTheme</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.content.ContextWrapper">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.content.<a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true" title="class or interface in android.content">ContextWrapper</a></h3>
<code><a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#bindService-android.content.Intent-android.content.ServiceConnection-int-" title="class or interface in android.content">bindService</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkCallingOrSelfPermission-java.lang.String-" title="class or interface in android.content">checkCallingOrSelfPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkCallingOrSelfUriPermission-android.net.Uri-int-" title="class or interface in android.content">checkCallingOrSelfUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkCallingPermission-java.lang.String-" title="class or interface in android.content">checkCallingPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkCallingUriPermission-android.net.Uri-int-" title="class or interface in android.content">checkCallingUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkPermission-java.lang.String-int-int-" title="class or interface in android.content">checkPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkSelfPermission-java.lang.String-" title="class or interface in android.content">checkSelfPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkUriPermission-android.net.Uri-int-int-int-" title="class or interface in android.content">checkUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkUriPermission-android.net.Uri-java.lang.String-java.lang.String-int-int-int-" title="class or interface in android.content">checkUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#clearWallpaper--" title="class or interface in android.content">clearWallpaper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#createConfigurationContext-android.content.res.Configuration-" title="class or interface in android.content">createConfigurationContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#createContextForSplit-java.lang.String-" title="class or interface in android.content">createContextForSplit</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#createDeviceProtectedStorageContext--" title="class or interface in android.content">createDeviceProtectedStorageContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#createDisplayContext-android.view.Display-" title="class or interface in android.content">createDisplayContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#createPackageContext-java.lang.String-int-" title="class or interface in android.content">createPackageContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#databaseList--" title="class or interface in android.content">databaseList</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#deleteDatabase-java.lang.String-" title="class or interface in android.content">deleteDatabase</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#deleteFile-java.lang.String-" title="class or interface in android.content">deleteFile</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#deleteSharedPreferences-java.lang.String-" title="class or interface in android.content">deleteSharedPreferences</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceCallingOrSelfPermission-java.lang.String-java.lang.String-" title="class or interface in android.content">enforceCallingOrSelfPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceCallingOrSelfUriPermission-android.net.Uri-int-java.lang.String-" title="class or interface in android.content">enforceCallingOrSelfUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceCallingPermission-java.lang.String-java.lang.String-" title="class or interface in android.content">enforceCallingPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceCallingUriPermission-android.net.Uri-int-java.lang.String-" title="class or interface in android.content">enforceCallingUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforcePermission-java.lang.String-int-int-java.lang.String-" title="class or interface in android.content">enforcePermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceUriPermission-android.net.Uri-int-int-int-java.lang.String-" title="class or interface in android.content">enforceUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceUriPermission-android.net.Uri-java.lang.String-java.lang.String-int-int-int-java.lang.String-" title="class or interface in android.content">enforceUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#fileList--" title="class or interface in android.content">fileList</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getApplicationContext--" title="class or interface in android.content">getApplicationContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getApplicationInfo--" title="class or interface in android.content">getApplicationInfo</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getBaseContext--" title="class or interface in android.content">getBaseContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getCacheDir--" title="class or interface in android.content">getCacheDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getClassLoader--" title="class or interface in android.content">getClassLoader</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getCodeCacheDir--" title="class or interface in android.content">getCodeCacheDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getContentResolver--" title="class or interface in android.content">getContentResolver</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getDatabasePath-java.lang.String-" title="class or interface in android.content">getDatabasePath</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getDataDir--" title="class or interface in android.content">getDataDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getDir-java.lang.String-int-" title="class or interface in android.content">getDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getExternalCacheDir--" title="class or interface in android.content">getExternalCacheDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getExternalCacheDirs--" title="class or interface in android.content">getExternalCacheDirs</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getExternalFilesDir-java.lang.String-" title="class or interface in android.content">getExternalFilesDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getExternalFilesDirs-java.lang.String-" title="class or interface in android.content">getExternalFilesDirs</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getExternalMediaDirs--" title="class or interface in android.content">getExternalMediaDirs</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getFilesDir--" title="class or interface in android.content">getFilesDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getFileStreamPath-java.lang.String-" title="class or interface in android.content">getFileStreamPath</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getMainExecutor--" title="class or interface in android.content">getMainExecutor</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getMainLooper--" title="class or interface in android.content">getMainLooper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getNoBackupFilesDir--" title="class or interface in android.content">getNoBackupFilesDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getObbDir--" title="class or interface in android.content">getObbDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getObbDirs--" title="class or interface in android.content">getObbDirs</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getPackageCodePath--" title="class or interface in android.content">getPackageCodePath</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getPackageManager--" title="class or interface in android.content">getPackageManager</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getPackageName--" title="class or interface in android.content">getPackageName</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getPackageResourcePath--" title="class or interface in android.content">getPackageResourcePath</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getSharedPreferences-java.lang.String-int-" title="class or interface in android.content">getSharedPreferences</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getSystemServiceName-java.lang.Class-" title="class or interface in android.content">getSystemServiceName</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getWallpaper--" title="class or interface in android.content">getWallpaper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getWallpaperDesiredMinimumHeight--" title="class or interface in android.content">getWallpaperDesiredMinimumHeight</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getWallpaperDesiredMinimumWidth--" title="class or interface in android.content">getWallpaperDesiredMinimumWidth</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#grantUriPermission-java.lang.String-android.net.Uri-int-" title="class or interface in android.content">grantUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#isDeviceProtectedStorage--" title="class or interface in android.content">isDeviceProtectedStorage</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#isRestricted--" title="class or interface in android.content">isRestricted</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#moveDatabaseFrom-android.content.Context-java.lang.String-" title="class or interface in android.content">moveDatabaseFrom</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#moveSharedPreferencesFrom-android.content.Context-java.lang.String-" title="class or interface in android.content">moveSharedPreferencesFrom</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#openFileInput-java.lang.String-" title="class or interface in android.content">openFileInput</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#openFileOutput-java.lang.String-int-" title="class or interface in android.content">openFileOutput</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#openOrCreateDatabase-java.lang.String-int-android.database.sqlite.SQLiteDatabase.CursorFactory-" title="class or interface in android.content">openOrCreateDatabase</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#openOrCreateDatabase-java.lang.String-int-android.database.sqlite.SQLiteDatabase.CursorFactory-android.database.DatabaseErrorHandler-" title="class or interface in android.content">openOrCreateDatabase</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#peekWallpaper--" title="class or interface in android.content">peekWallpaper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#registerReceiver-android.content.BroadcastReceiver-android.content.IntentFilter-" title="class or interface in android.content">registerReceiver</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#registerReceiver-android.content.BroadcastReceiver-android.content.IntentFilter-int-" title="class or interface in android.content">registerReceiver</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#registerReceiver-android.content.BroadcastReceiver-android.content.IntentFilter-java.lang.String-android.os.Handler-" title="class or interface in android.content">registerReceiver</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#registerReceiver-android.content.BroadcastReceiver-android.content.IntentFilter-java.lang.String-android.os.Handler-int-" title="class or interface in android.content">registerReceiver</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#removeStickyBroadcast-android.content.Intent-" title="class or interface in android.content">removeStickyBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#removeStickyBroadcastAsUser-android.content.Intent-android.os.UserHandle-" title="class or interface in android.content">removeStickyBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#revokeUriPermission-java.lang.String-android.net.Uri-int-" title="class or interface in android.content">revokeUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#revokeUriPermission-android.net.Uri-int-" title="class or interface in android.content">revokeUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendBroadcast-android.content.Intent-" title="class or interface in android.content">sendBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendBroadcast-android.content.Intent-java.lang.String-" title="class or interface in android.content">sendBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendBroadcastAsUser-android.content.Intent-android.os.UserHandle-" title="class or interface in android.content">sendBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendBroadcastAsUser-android.content.Intent-android.os.UserHandle-java.lang.String-" title="class or interface in android.content">sendBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendOrderedBroadcast-android.content.Intent-java.lang.String-" title="class or interface in android.content">sendOrderedBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendOrderedBroadcast-android.content.Intent-java.lang.String-android.content.BroadcastReceiver-android.os.Handler-int-java.lang.String-android.os.Bundle-" title="class or interface in android.content">sendOrderedBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendOrderedBroadcastAsUser-android.content.Intent-android.os.UserHandle-java.lang.String-android.content.BroadcastReceiver-android.os.Handler-int-java.lang.String-android.os.Bundle-" title="class or interface in android.content">sendOrderedBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendStickyBroadcast-android.content.Intent-" title="class or interface in android.content">sendStickyBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendStickyBroadcastAsUser-android.content.Intent-android.os.UserHandle-" title="class or interface in android.content">sendStickyBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendStickyOrderedBroadcast-android.content.Intent-android.content.BroadcastReceiver-android.os.Handler-int-java.lang.String-android.os.Bundle-" title="class or interface in android.content">sendStickyOrderedBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendStickyOrderedBroadcastAsUser-android.content.Intent-android.os.UserHandle-android.content.BroadcastReceiver-android.os.Handler-int-java.lang.String-android.os.Bundle-" title="class or interface in android.content">sendStickyOrderedBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#setWallpaper-android.graphics.Bitmap-" title="class or interface in android.content">setWallpaper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#setWallpaper-java.io.InputStream-" title="class or interface in android.content">setWallpaper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#startForegroundService-android.content.Intent-" title="class or interface in android.content">startForegroundService</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#startInstrumentation-android.content.ComponentName-java.lang.String-android.os.Bundle-" title="class or interface in android.content">startInstrumentation</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#startService-android.content.Intent-" title="class or interface in android.content">startService</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#stopService-android.content.Intent-" title="class or interface in android.content">stopService</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#unbindService-android.content.ServiceConnection-" title="class or interface in android.content">unbindService</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#unregisterReceiver-android.content.BroadcastReceiver-" title="class or interface in android.content">unregisterReceiver</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.content.Context">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.content.<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a></h3>
<code><a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getColor-int-" title="class or interface in android.content">getColor</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getColorStateList-int-" title="class or interface in android.content">getColorStateList</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getDrawable-int-" title="class or interface in android.content">getDrawable</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getString-int-" title="class or interface in android.content">getString</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getString-int-java.lang.Object...-" title="class or interface in android.content">getString</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getSystemService-java.lang.Class-" title="class or interface in android.content">getSystemService</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getText-int-" title="class or interface in android.content">getText</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#obtainStyledAttributes-android.util.AttributeSet-int:A-" title="class or interface in android.content">obtainStyledAttributes</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#obtainStyledAttributes-android.util.AttributeSet-int:A-int-int-" title="class or interface in android.content">obtainStyledAttributes</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#obtainStyledAttributes-int:A-" title="class or interface in android.content">obtainStyledAttributes</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#obtainStyledAttributes-int-int:A-" title="class or interface in android.content">obtainStyledAttributes</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#registerComponentCallbacks-android.content.ComponentCallbacks-" title="class or interface in android.content">registerComponentCallbacks</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#unregisterComponentCallbacks-android.content.ComponentCallbacks-" title="class or interface in android.content">unregisterComponentCallbacks</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.view.Window.Callback">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;android.view.<a href="https://developer.android.com/reference/android/view/Window.Callback.html?is-external=true" title="class or interface in android.view">Window.Callback</a></h3>
<code><a href="https://developer.android.com/reference/android/view/Window.Callback.html?is-external=true#onPointerCaptureChanged-boolean-" title="class or interface in android.view">onPointerCaptureChanged</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="ColorsActivity--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ColorsActivity</h4>
<pre>public&nbsp;ColorsActivity()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="onCreate-android.os.Bundle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onCreate</h4>
<pre>protected&nbsp;void&nbsp;onCreate(<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;savedInstanceState)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onCreate-android.os.Bundle-" title="class or interface in android.support.v4.app">android.support.v4.app.FragmentActivity</a></code></span></div>
<div class="block">Perform initialization of all fragments.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onCreate-android.os.Bundle-" title="class or interface in android.support.v7.app">onCreate</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true" title="class or interface in android.support.v7.app">AppCompatActivity</a></code></dd>
</dl>
</li>
</ul>
<a name="onStop--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onStop</h4>
<pre>protected&nbsp;void&nbsp;onStop()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onStop--" title="class or interface in android.support.v4.app">android.support.v4.app.FragmentActivity</a></code></span></div>
<div class="block">Dispatch onStop() to all fragments.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onStop--" title="class or interface in android.support.v7.app">onStop</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true" title="class or interface in android.support.v7.app">AppCompatActivity</a></code></dd>
</dl>
</li>
</ul>
<a name="startActivityForResult-android.content.Intent-int-android.os.Bundle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>startActivityForResult</h4>
<pre>public&nbsp;void&nbsp;startActivityForResult(<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/support/annotation/Nullable.html?is-external=true" title="class or interface in android.support.annotation">@Nullable</a>
<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;options)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityForResult-android.content.Intent-int-android.os.Bundle-" title="class or interface in android.app">startActivityForResult</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></code></dd>
</dl>
</li>
</ul>
<a name="startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-android.os.Bundle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>startIntentSenderForResult</h4>
<pre>public&nbsp;void&nbsp;startIntentSenderForResult(<a href="https://developer.android.com/reference/android/content/IntentSender.html?is-external=true" title="class or interface in android.content">IntentSender</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/support/annotation/Nullable.html?is-external=true" title="class or interface in android.support.annotation">@Nullable</a>
<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;fillInIntent,
int&nbsp;flagsMask,
int&nbsp;flagsValues,
int&nbsp;extraFlags,
<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;options)
throws <a href="https://developer.android.com/reference/android/content/IntentSender.SendIntentException.html?is-external=true" title="class or interface in android.content">IntentSender.SendIntentException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-android.os.Bundle-" title="class or interface in android.app">startIntentSenderForResult</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/content/IntentSender.SendIntentException.html?is-external=true" title="class or interface in android.content">IntentSender.SendIntentException</a></code></dd>
</dl>
</li>
</ul>
<a name="onCreateView-android.view.View-java.lang.String-android.content.Context-android.util.AttributeSet-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onCreateView</h4>
<pre>public&nbsp;<a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a>&nbsp;onCreateView(<a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a>&nbsp;parent,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a>&nbsp;context,
<a href="https://developer.android.com/reference/android/util/AttributeSet.html?is-external=true" title="class or interface in android.util">AttributeSet</a>&nbsp;attrs)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory2.html?is-external=true#onCreateView-android.view.View-java.lang.String-android.content.Context-android.util.AttributeSet-" title="class or interface in android.view">onCreateView</a></code>&nbsp;in interface&nbsp;<code><a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory2.html?is-external=true" title="class or interface in android.view">LayoutInflater.Factory2</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateView-android.view.View-java.lang.String-android.content.Context-android.util.AttributeSet-" title="class or interface in android.app">onCreateView</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></code></dd>
</dl>
</li>
</ul>
<a name="onCreateView-java.lang.String-android.content.Context-android.util.AttributeSet-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onCreateView</h4>
<pre>public&nbsp;<a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a>&nbsp;onCreateView(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a>&nbsp;context,
<a href="https://developer.android.com/reference/android/util/AttributeSet.html?is-external=true" title="class or interface in android.util">AttributeSet</a>&nbsp;attrs)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory.html?is-external=true#onCreateView-java.lang.String-android.content.Context-android.util.AttributeSet-" title="class or interface in android.view">onCreateView</a></code>&nbsp;in interface&nbsp;<code><a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory.html?is-external=true" title="class or interface in android.view">LayoutInflater.Factory</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateView-java.lang.String-android.content.Context-android.util.AttributeSet-" title="class or interface in android.app">onCreateView</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></code></dd>
</dl>
</li>
</ul>
<a name="startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>startIntentSenderForResult</h4>
<pre>public&nbsp;void&nbsp;startIntentSenderForResult(<a href="https://developer.android.com/reference/android/content/IntentSender.html?is-external=true" title="class or interface in android.content">IntentSender</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/support/annotation/Nullable.html?is-external=true" title="class or interface in android.support.annotation">@Nullable</a>
<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;fillInIntent,
int&nbsp;flagsMask,
int&nbsp;flagsValues,
int&nbsp;extraFlags)
throws <a href="https://developer.android.com/reference/android/content/IntentSender.SendIntentException.html?is-external=true" title="class or interface in android.content">IntentSender.SendIntentException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-" title="class or interface in android.app">startIntentSenderForResult</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/content/IntentSender.SendIntentException.html?is-external=true" title="class or interface in android.content">IntentSender.SendIntentException</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../com/example/android/miwok/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev&nbsp;Class</li>
<li><a href="../../../../com/example/android/miwok/FamilyActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/example/android/miwok/ColorsActivity.html" target="_top">Frames</a></li>
<li><a href="ColorsActivity.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.classes.inherited.from.class.android.support.v4.app.SupportActivity">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.android.app.Activity">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jan 23 12:46:16 CET 2019 -->
<title>FamilyActivity</title>
<meta name="date" content="2019-01-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="FamilyActivity";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../com/example/android/miwok/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/example/android/miwok/ColorsActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../com/example/android/miwok/MainActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/example/android/miwok/FamilyActivity.html" target="_top">Frames</a></li>
<li><a href="FamilyActivity.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.classes.inherited.from.class.android.support.v4.app.SupportActivity">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.android.app.Activity">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.example.android.miwok</div>
<h2 title="Class FamilyActivity" class="title">Class FamilyActivity</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">android.content.Context</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true" title="class or interface in android.content">android.content.ContextWrapper</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/view/ContextThemeWrapper.html?is-external=true" title="class or interface in android.view">android.view.ContextThemeWrapper</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">android.app.Activity</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.html?is-external=true" title="class or interface in android.support.v4.app">android.support.v4.app.SupportActivity</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true" title="class or interface in android.support.v4.app">android.support.v4.app.FragmentActivity</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true" title="class or interface in android.support.v7.app">android.support.v7.app.AppCompatActivity</a></li>
<li>
<ul class="inheritance">
<li>com.example.android.miwok.FamilyActivity</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="https://developer.android.com/reference/android/arch.lifecycle.LifecycleOwner.html?is-external=true" title="class or interface in android">android.arch.lifecycle.LifecycleOwner</a>, <a href="https://developer.android.com/reference/android/arch.lifecycle.ViewModelStoreOwner.html?is-external=true" title="class or interface in android">android.arch.lifecycle.ViewModelStoreOwner</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks.html?is-external=true" title="class or interface in android.content">ComponentCallbacks</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true" title="class or interface in android.content">ComponentCallbacks2</a>, <a href="https://developer.android.com/reference/android/support/v4/app/ActivityCompat.OnRequestPermissionsResultCallback.html?is-external=true" title="class or interface in android.support.v4.app">ActivityCompat.OnRequestPermissionsResultCallback</a>, <a href="https://developer.android.com/reference/android/support/v4/app/ActivityCompat.RequestPermissionsRequestCodeValidator.html?is-external=true" title="class or interface in android.support.v4.app">ActivityCompat.RequestPermissionsRequestCodeValidator</a>, <a href="https://developer.android.com/reference/android/support/v4/app/TaskStackBuilder.SupportParentable.html?is-external=true" title="class or interface in android.support.v4.app">TaskStackBuilder.SupportParentable</a>, <a href="https://developer.android.com/reference/android/support/v7/app/ActionBarDrawerToggle.DelegateProvider.html?is-external=true" title="class or interface in android.support.v7.app">ActionBarDrawerToggle.DelegateProvider</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatCallback.html?is-external=true" title="class or interface in android.support.v7.app">AppCompatCallback</a>, <a href="https://developer.android.com/reference/android/view/KeyEvent.Callback.html?is-external=true" title="class or interface in android.view">KeyEvent.Callback</a>, <a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory.html?is-external=true" title="class or interface in android.view">LayoutInflater.Factory</a>, <a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory2.html?is-external=true" title="class or interface in android.view">LayoutInflater.Factory2</a>, <a href="https://developer.android.com/reference/android/view/View.OnCreateContextMenuListener.html?is-external=true" title="class or interface in android.view">View.OnCreateContextMenuListener</a>, <a href="https://developer.android.com/reference/android/view/Window.Callback.html?is-external=true" title="class or interface in android.view">Window.Callback</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">FamilyActivity</span>
extends <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true" title="class or interface in android.support.v7.app">AppCompatActivity</a></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.android.support.v4.app.SupportActivity">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.html?is-external=true" title="class or interface in android.support.v4.app">SupportActivity</a></h3>
<code><a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.ExtraData.html?is-external=true" title="class or interface in android.support.v4.app">SupportActivity.ExtraData</a></code></li>
</ul>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.android.app.Activity">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;android.app.<a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></h3>
<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#DEFAULT_KEYS_DIALER" title="class or interface in android.app">DEFAULT_KEYS_DIALER</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#DEFAULT_KEYS_DISABLE" title="class or interface in android.app">DEFAULT_KEYS_DISABLE</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#DEFAULT_KEYS_SEARCH_GLOBAL" title="class or interface in android.app">DEFAULT_KEYS_SEARCH_GLOBAL</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#DEFAULT_KEYS_SEARCH_LOCAL" title="class or interface in android.app">DEFAULT_KEYS_SEARCH_LOCAL</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#DEFAULT_KEYS_SHORTCUT" title="class or interface in android.app">DEFAULT_KEYS_SHORTCUT</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#FOCUSED_STATE_SET" title="class or interface in android.app">FOCUSED_STATE_SET</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#RESULT_CANCELED" title="class or interface in android.app">RESULT_CANCELED</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#RESULT_FIRST_USER" title="class or interface in android.app">RESULT_FIRST_USER</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#RESULT_OK" title="class or interface in android.app">RESULT_OK</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.android.content.Context">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;android.content.<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a></h3>
<code><a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#ACCESSIBILITY_SERVICE" title="class or interface in android.content">ACCESSIBILITY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#ACCOUNT_SERVICE" title="class or interface in android.content">ACCOUNT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#ACTIVITY_SERVICE" title="class or interface in android.content">ACTIVITY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#ALARM_SERVICE" title="class or interface in android.content">ALARM_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#APP_OPS_SERVICE" title="class or interface in android.content">APP_OPS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#APPWIDGET_SERVICE" title="class or interface in android.content">APPWIDGET_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#AUDIO_SERVICE" title="class or interface in android.content">AUDIO_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BATTERY_SERVICE" title="class or interface in android.content">BATTERY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_ABOVE_CLIENT" title="class or interface in android.content">BIND_ABOVE_CLIENT</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_ADJUST_WITH_ACTIVITY" title="class or interface in android.content">BIND_ADJUST_WITH_ACTIVITY</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_ALLOW_OOM_MANAGEMENT" title="class or interface in android.content">BIND_ALLOW_OOM_MANAGEMENT</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_AUTO_CREATE" title="class or interface in android.content">BIND_AUTO_CREATE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_DEBUG_UNBIND" title="class or interface in android.content">BIND_DEBUG_UNBIND</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_EXTERNAL_SERVICE" title="class or interface in android.content">BIND_EXTERNAL_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_IMPORTANT" title="class or interface in android.content">BIND_IMPORTANT</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_NOT_FOREGROUND" title="class or interface in android.content">BIND_NOT_FOREGROUND</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_WAIVE_PRIORITY" title="class or interface in android.content">BIND_WAIVE_PRIORITY</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BLUETOOTH_SERVICE" title="class or interface in android.content">BLUETOOTH_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CAMERA_SERVICE" title="class or interface in android.content">CAMERA_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CAPTIONING_SERVICE" title="class or interface in android.content">CAPTIONING_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CARRIER_CONFIG_SERVICE" title="class or interface in android.content">CARRIER_CONFIG_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CLIPBOARD_SERVICE" title="class or interface in android.content">CLIPBOARD_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#COMPANION_DEVICE_SERVICE" title="class or interface in android.content">COMPANION_DEVICE_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CONNECTIVITY_SERVICE" title="class or interface in android.content">CONNECTIVITY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CONSUMER_IR_SERVICE" title="class or interface in android.content">CONSUMER_IR_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CONTEXT_IGNORE_SECURITY" title="class or interface in android.content">CONTEXT_IGNORE_SECURITY</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CONTEXT_INCLUDE_CODE" title="class or interface in android.content">CONTEXT_INCLUDE_CODE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CONTEXT_RESTRICTED" title="class or interface in android.content">CONTEXT_RESTRICTED</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CROSS_PROFILE_APPS_SERVICE" title="class or interface in android.content">CROSS_PROFILE_APPS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#DEVICE_POLICY_SERVICE" title="class or interface in android.content">DEVICE_POLICY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#DISPLAY_SERVICE" title="class or interface in android.content">DISPLAY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#DOWNLOAD_SERVICE" title="class or interface in android.content">DOWNLOAD_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#DROPBOX_SERVICE" title="class or interface in android.content">DROPBOX_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#EUICC_SERVICE" title="class or interface in android.content">EUICC_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#FINGERPRINT_SERVICE" title="class or interface in android.content">FINGERPRINT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#HARDWARE_PROPERTIES_SERVICE" title="class or interface in android.content">HARDWARE_PROPERTIES_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#INPUT_METHOD_SERVICE" title="class or interface in android.content">INPUT_METHOD_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#INPUT_SERVICE" title="class or interface in android.content">INPUT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#IPSEC_SERVICE" title="class or interface in android.content">IPSEC_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#JOB_SCHEDULER_SERVICE" title="class or interface in android.content">JOB_SCHEDULER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#KEYGUARD_SERVICE" title="class or interface in android.content">KEYGUARD_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#LAUNCHER_APPS_SERVICE" title="class or interface in android.content">LAUNCHER_APPS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#LAYOUT_INFLATER_SERVICE" title="class or interface in android.content">LAYOUT_INFLATER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#LOCATION_SERVICE" title="class or interface in android.content">LOCATION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MEDIA_PROJECTION_SERVICE" title="class or interface in android.content">MEDIA_PROJECTION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MEDIA_ROUTER_SERVICE" title="class or interface in android.content">MEDIA_ROUTER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MEDIA_SESSION_SERVICE" title="class or interface in android.content">MEDIA_SESSION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MIDI_SERVICE" title="class or interface in android.content">MIDI_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_APPEND" title="class or interface in android.content">MODE_APPEND</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_ENABLE_WRITE_AHEAD_LOGGING" title="class or interface in android.content">MODE_ENABLE_WRITE_AHEAD_LOGGING</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_MULTI_PROCESS" title="class or interface in android.content">MODE_MULTI_PROCESS</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_NO_LOCALIZED_COLLATORS" title="class or interface in android.content">MODE_NO_LOCALIZED_COLLATORS</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_PRIVATE" title="class or interface in android.content">MODE_PRIVATE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_WORLD_READABLE" title="class or interface in android.content">MODE_WORLD_READABLE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_WORLD_WRITEABLE" title="class or interface in android.content">MODE_WORLD_WRITEABLE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#NETWORK_STATS_SERVICE" title="class or interface in android.content">NETWORK_STATS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#NFC_SERVICE" title="class or interface in android.content">NFC_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#NOTIFICATION_SERVICE" title="class or interface in android.content">NOTIFICATION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#NSD_SERVICE" title="class or interface in android.content">NSD_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#POWER_SERVICE" title="class or interface in android.content">POWER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#PRINT_SERVICE" title="class or interface in android.content">PRINT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#RECEIVER_VISIBLE_TO_INSTANT_APPS" title="class or interface in android.content">RECEIVER_VISIBLE_TO_INSTANT_APPS</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#RESTRICTIONS_SERVICE" title="class or interface in android.content">RESTRICTIONS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#SEARCH_SERVICE" title="class or interface in android.content">SEARCH_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#SENSOR_SERVICE" title="class or interface in android.content">SENSOR_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#SHORTCUT_SERVICE" title="class or interface in android.content">SHORTCUT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#STORAGE_SERVICE" title="class or interface in android.content">STORAGE_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#STORAGE_STATS_SERVICE" title="class or interface in android.content">STORAGE_STATS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#SYSTEM_HEALTH_SERVICE" title="class or interface in android.content">SYSTEM_HEALTH_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TELECOM_SERVICE" title="class or interface in android.content">TELECOM_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TELEPHONY_SERVICE" title="class or interface in android.content">TELEPHONY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TELEPHONY_SUBSCRIPTION_SERVICE" title="class or interface in android.content">TELEPHONY_SUBSCRIPTION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TEXT_CLASSIFICATION_SERVICE" title="class or interface in android.content">TEXT_CLASSIFICATION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TEXT_SERVICES_MANAGER_SERVICE" title="class or interface in android.content">TEXT_SERVICES_MANAGER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TV_INPUT_SERVICE" title="class or interface in android.content">TV_INPUT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#UI_MODE_SERVICE" title="class or interface in android.content">UI_MODE_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#USAGE_STATS_SERVICE" title="class or interface in android.content">USAGE_STATS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#USB_SERVICE" title="class or interface in android.content">USB_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#USER_SERVICE" title="class or interface in android.content">USER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#VIBRATOR_SERVICE" title="class or interface in android.content">VIBRATOR_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WALLPAPER_SERVICE" title="class or interface in android.content">WALLPAPER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WIFI_AWARE_SERVICE" title="class or interface in android.content">WIFI_AWARE_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WIFI_P2P_SERVICE" title="class or interface in android.content">WIFI_P2P_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WIFI_RTT_RANGING_SERVICE" title="class or interface in android.content">WIFI_RTT_RANGING_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WIFI_SERVICE" title="class or interface in android.content">WIFI_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WINDOW_SERVICE" title="class or interface in android.content">WINDOW_SERVICE</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.android.content.ComponentCallbacks2">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;android.content.<a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true" title="class or interface in android.content">ComponentCallbacks2</a></h3>
<code><a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_BACKGROUND" title="class or interface in android.content">TRIM_MEMORY_BACKGROUND</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_COMPLETE" title="class or interface in android.content">TRIM_MEMORY_COMPLETE</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_MODERATE" title="class or interface in android.content">TRIM_MEMORY_MODERATE</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_RUNNING_CRITICAL" title="class or interface in android.content">TRIM_MEMORY_RUNNING_CRITICAL</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_RUNNING_LOW" title="class or interface in android.content">TRIM_MEMORY_RUNNING_LOW</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_RUNNING_MODERATE" title="class or interface in android.content">TRIM_MEMORY_RUNNING_MODERATE</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_UI_HIDDEN" title="class or interface in android.content">TRIM_MEMORY_UI_HIDDEN</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/FamilyActivity.html#FamilyActivity--">FamilyActivity</a></span>()</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/FamilyActivity.html#onCreate-android.os.Bundle-">onCreate</a></span>(<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;savedInstanceState)</code>
<div class="block">Perform initialization of all fragments.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/FamilyActivity.html#onCreateView-java.lang.String-android.content.Context-android.util.AttributeSet-">onCreateView</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a>&nbsp;context,
<a href="https://developer.android.com/reference/android/util/AttributeSet.html?is-external=true" title="class or interface in android.util">AttributeSet</a>&nbsp;attrs)</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/FamilyActivity.html#onCreateView-android.view.View-java.lang.String-android.content.Context-android.util.AttributeSet-">onCreateView</a></span>(<a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a>&nbsp;parent,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a>&nbsp;context,
<a href="https://developer.android.com/reference/android/util/AttributeSet.html?is-external=true" title="class or interface in android.util">AttributeSet</a>&nbsp;attrs)</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/FamilyActivity.html#onStop--">onStop</a></span>()</code>
<div class="block">Dispatch onStop() to all fragments.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/FamilyActivity.html#startActivityForResult-android.content.Intent-int-android.os.Bundle-">startActivityForResult</a></span>(<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;options)</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/FamilyActivity.html#startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-">startIntentSenderForResult</a></span>(<a href="https://developer.android.com/reference/android/content/IntentSender.html?is-external=true" title="class or interface in android.content">IntentSender</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;fillInIntent,
int&nbsp;flagsMask,
int&nbsp;flagsValues,
int&nbsp;extraFlags)</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/FamilyActivity.html#startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-android.os.Bundle-">startIntentSenderForResult</a></span>(<a href="https://developer.android.com/reference/android/content/IntentSender.html?is-external=true" title="class or interface in android.content">IntentSender</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;fillInIntent,
int&nbsp;flagsMask,
int&nbsp;flagsValues,
int&nbsp;extraFlags,
<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;options)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.support.v7.app.AppCompatActivity">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.support.v7.app.<a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true" title="class or interface in android.support.v7.app">AppCompatActivity</a></h3>
<code><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#addContentView-android.view.View-android.view.ViewGroup.LayoutParams-" title="class or interface in android.support.v7.app">addContentView</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#closeOptionsMenu--" title="class or interface in android.support.v7.app">closeOptionsMenu</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#dispatchKeyEvent-android.view.KeyEvent-" title="class or interface in android.support.v7.app">dispatchKeyEvent</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#findViewById-int-" title="class or interface in android.support.v7.app">findViewById</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getDelegate--" title="class or interface in android.support.v7.app">getDelegate</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getDrawerToggleDelegate--" title="class or interface in android.support.v7.app">getDrawerToggleDelegate</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getMenuInflater--" title="class or interface in android.support.v7.app">getMenuInflater</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getResources--" title="class or interface in android.support.v7.app">getResources</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getSupportActionBar--" title="class or interface in android.support.v7.app">getSupportActionBar</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getSupportParentActivityIntent--" title="class or interface in android.support.v7.app">getSupportParentActivityIntent</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#invalidateOptionsMenu--" title="class or interface in android.support.v7.app">invalidateOptionsMenu</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onConfigurationChanged-android.content.res.Configuration-" title="class or interface in android.support.v7.app">onConfigurationChanged</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onContentChanged--" title="class or interface in android.support.v7.app">onContentChanged</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onCreateSupportNavigateUpTaskStack-android.support.v4.app.TaskStackBuilder-" title="class or interface in android.support.v7.app">onCreateSupportNavigateUpTaskStack</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onDestroy--" title="class or interface in android.support.v7.app">onDestroy</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onKeyDown-int-android.view.KeyEvent-" title="class or interface in android.support.v7.app">onKeyDown</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onMenuItemSelected-int-android.view.MenuItem-" title="class or interface in android.support.v7.app">onMenuItemSelected</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onMenuOpened-int-android.view.Menu-" title="class or interface in android.support.v7.app">onMenuOpened</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onPanelClosed-int-android.view.Menu-" title="class or interface in android.support.v7.app">onPanelClosed</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onPostCreate-android.os.Bundle-" title="class or interface in android.support.v7.app">onPostCreate</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onPostResume--" title="class or interface in android.support.v7.app">onPostResume</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onPrepareSupportNavigateUpTaskStack-android.support.v4.app.TaskStackBuilder-" title="class or interface in android.support.v7.app">onPrepareSupportNavigateUpTaskStack</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onSaveInstanceState-android.os.Bundle-" title="class or interface in android.support.v7.app">onSaveInstanceState</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onStart--" title="class or interface in android.support.v7.app">onStart</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onSupportActionModeFinished-android.support.v7.view.ActionMode-" title="class or interface in android.support.v7.app">onSupportActionModeFinished</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onSupportActionModeStarted-android.support.v7.view.ActionMode-" title="class or interface in android.support.v7.app">onSupportActionModeStarted</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onSupportContentChanged--" title="class or interface in android.support.v7.app">onSupportContentChanged</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onSupportNavigateUp--" title="class or interface in android.support.v7.app">onSupportNavigateUp</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onTitleChanged-java.lang.CharSequence-int-" title="class or interface in android.support.v7.app">onTitleChanged</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onWindowStartingSupportActionMode-android.support.v7.view.ActionMode.Callback-" title="class or interface in android.support.v7.app">onWindowStartingSupportActionMode</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#openOptionsMenu--" title="class or interface in android.support.v7.app">openOptionsMenu</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setContentView-int-" title="class or interface in android.support.v7.app">setContentView</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setContentView-android.view.View-" title="class or interface in android.support.v7.app">setContentView</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setContentView-android.view.View-android.view.ViewGroup.LayoutParams-" title="class or interface in android.support.v7.app">setContentView</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setSupportActionBar-android.support.v7.widget.Toolbar-" title="class or interface in android.support.v7.app">setSupportActionBar</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setSupportProgress-int-" title="class or interface in android.support.v7.app">setSupportProgress</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setSupportProgressBarIndeterminate-boolean-" title="class or interface in android.support.v7.app">setSupportProgressBarIndeterminate</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setSupportProgressBarIndeterminateVisibility-boolean-" title="class or interface in android.support.v7.app">setSupportProgressBarIndeterminateVisibility</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setSupportProgressBarVisibility-boolean-" title="class or interface in android.support.v7.app">setSupportProgressBarVisibility</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setTheme-int-" title="class or interface in android.support.v7.app">setTheme</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#startSupportActionMode-android.support.v7.view.ActionMode.Callback-" title="class or interface in android.support.v7.app">startSupportActionMode</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#supportInvalidateOptionsMenu--" title="class or interface in android.support.v7.app">supportInvalidateOptionsMenu</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#supportNavigateUpTo-android.content.Intent-" title="class or interface in android.support.v7.app">supportNavigateUpTo</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#supportRequestWindowFeature-int-" title="class or interface in android.support.v7.app">supportRequestWindowFeature</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#supportShouldUpRecreateTask-android.content.Intent-" title="class or interface in android.support.v7.app">supportShouldUpRecreateTask</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.support.v4.app.FragmentActivity">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true" title="class or interface in android.support.v4.app">FragmentActivity</a></h3>
<code><a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#dump-java.lang.String-java.io.FileDescriptor-java.io.PrintWriter-java.lang.String:A-" title="class or interface in android.support.v4.app">dump</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#getLastCustomNonConfigurationInstance--" title="class or interface in android.support.v4.app">getLastCustomNonConfigurationInstance</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#getLifecycle--" title="class or interface in android.support.v4.app">getLifecycle</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#getSupportFragmentManager--" title="class or interface in android.support.v4.app">getSupportFragmentManager</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#getSupportLoaderManager--" title="class or interface in android.support.v4.app">getSupportLoaderManager</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#getViewModelStore--" title="class or interface in android.support.v4.app">getViewModelStore</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onActivityResult-int-int-android.content.Intent-" title="class or interface in android.support.v4.app">onActivityResult</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onAttachFragment-android.support.v4.app.Fragment-" title="class or interface in android.support.v4.app">onAttachFragment</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onBackPressed--" title="class or interface in android.support.v4.app">onBackPressed</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onCreatePanelMenu-int-android.view.Menu-" title="class or interface in android.support.v4.app">onCreatePanelMenu</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onLowMemory--" title="class or interface in android.support.v4.app">onLowMemory</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onMultiWindowModeChanged-boolean-" title="class or interface in android.support.v4.app">onMultiWindowModeChanged</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onNewIntent-android.content.Intent-" title="class or interface in android.support.v4.app">onNewIntent</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onPause--" title="class or interface in android.support.v4.app">onPause</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onPictureInPictureModeChanged-boolean-" title="class or interface in android.support.v4.app">onPictureInPictureModeChanged</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onPrepareOptionsPanel-android.view.View-android.view.Menu-" title="class or interface in android.support.v4.app">onPrepareOptionsPanel</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onPreparePanel-int-android.view.View-android.view.Menu-" title="class or interface in android.support.v4.app">onPreparePanel</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onRequestPermissionsResult-int-java.lang.String:A-int:A-" title="class or interface in android.support.v4.app">onRequestPermissionsResult</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onResume--" title="class or interface in android.support.v4.app">onResume</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onResumeFragments--" title="class or interface in android.support.v4.app">onResumeFragments</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onRetainCustomNonConfigurationInstance--" title="class or interface in android.support.v4.app">onRetainCustomNonConfigurationInstance</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onRetainNonConfigurationInstance--" title="class or interface in android.support.v4.app">onRetainNonConfigurationInstance</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onStateNotSaved--" title="class or interface in android.support.v4.app">onStateNotSaved</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#setEnterSharedElementCallback-android.support.v4.app.SharedElementCallback-" title="class or interface in android.support.v4.app">setEnterSharedElementCallback</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#setExitSharedElementCallback-android.support.v4.app.SharedElementCallback-" title="class or interface in android.support.v4.app">setExitSharedElementCallback</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#startActivityForResult-android.content.Intent-int-" title="class or interface in android.support.v4.app">startActivityForResult</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#startActivityFromFragment-android.support.v4.app.Fragment-android.content.Intent-int-" title="class or interface in android.support.v4.app">startActivityFromFragment</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#startActivityFromFragment-android.support.v4.app.Fragment-android.content.Intent-int-android.os.Bundle-" title="class or interface in android.support.v4.app">startActivityFromFragment</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#startIntentSenderFromFragment-android.support.v4.app.Fragment-android.content.IntentSender-int-android.content.Intent-int-int-int-android.os.Bundle-" title="class or interface in android.support.v4.app">startIntentSenderFromFragment</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#supportFinishAfterTransition--" title="class or interface in android.support.v4.app">supportFinishAfterTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#supportPostponeEnterTransition--" title="class or interface in android.support.v4.app">supportPostponeEnterTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#supportStartPostponedEnterTransition--" title="class or interface in android.support.v4.app">supportStartPostponedEnterTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#validateRequestPermissionsRequestCode-int-" title="class or interface in android.support.v4.app">validateRequestPermissionsRequestCode</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.support.v4.app.SupportActivity">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.html?is-external=true" title="class or interface in android.support.v4.app">SupportActivity</a></h3>
<code><a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.html?is-external=true#getExtraData-java.lang.Class-" title="class or interface in android.support.v4.app">getExtraData</a>, <a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.html?is-external=true#putExtraData-android.support.v4.app.SupportActivity.ExtraData-" title="class or interface in android.support.v4.app">putExtraData</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.app.Activity">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.app.<a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></h3>
<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#attachBaseContext-android.content.Context-" title="class or interface in android.app">attachBaseContext</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#closeContextMenu--" title="class or interface in android.app">closeContextMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#createPendingResult-int-android.content.Intent-int-" title="class or interface in android.app">createPendingResult</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dismissDialog-int-" title="class or interface in android.app">dismissDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dismissKeyboardShortcutsHelper--" title="class or interface in android.app">dismissKeyboardShortcutsHelper</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dispatchGenericMotionEvent-android.view.MotionEvent-" title="class or interface in android.app">dispatchGenericMotionEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dispatchKeyShortcutEvent-android.view.KeyEvent-" title="class or interface in android.app">dispatchKeyShortcutEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dispatchPopulateAccessibilityEvent-android.view.accessibility.AccessibilityEvent-" title="class or interface in android.app">dispatchPopulateAccessibilityEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dispatchTouchEvent-android.view.MotionEvent-" title="class or interface in android.app">dispatchTouchEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dispatchTrackballEvent-android.view.MotionEvent-" title="class or interface in android.app">dispatchTrackballEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#enterPictureInPictureMode--" title="class or interface in android.app">enterPictureInPictureMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#enterPictureInPictureMode-android.app.PictureInPictureParams-" title="class or interface in android.app">enterPictureInPictureMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finish--" title="class or interface in android.app">finish</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishActivity-int-" title="class or interface in android.app">finishActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishActivityFromChild-android.app.Activity-int-" title="class or interface in android.app">finishActivityFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishAffinity--" title="class or interface in android.app">finishAffinity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishAfterTransition--" title="class or interface in android.app">finishAfterTransition</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishAndRemoveTask--" title="class or interface in android.app">finishAndRemoveTask</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishFromChild-android.app.Activity-" title="class or interface in android.app">finishFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getActionBar--" title="class or interface in android.app">getActionBar</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getApplication--" title="class or interface in android.app">getApplication</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getCallingActivity--" title="class or interface in android.app">getCallingActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getCallingPackage--" title="class or interface in android.app">getCallingPackage</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getChangingConfigurations--" title="class or interface in android.app">getChangingConfigurations</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getComponentName--" title="class or interface in android.app">getComponentName</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getContentScene--" title="class or interface in android.app">getContentScene</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getContentTransitionManager--" title="class or interface in android.app">getContentTransitionManager</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getCurrentFocus--" title="class or interface in android.app">getCurrentFocus</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getFragmentManager--" title="class or interface in android.app">getFragmentManager</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getIntent--" title="class or interface in android.app">getIntent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getLastNonConfigurationInstance--" title="class or interface in android.app">getLastNonConfigurationInstance</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getLayoutInflater--" title="class or interface in android.app">getLayoutInflater</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getLoaderManager--" title="class or interface in android.app">getLoaderManager</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getLocalClassName--" title="class or interface in android.app">getLocalClassName</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getMaxNumPictureInPictureActions--" title="class or interface in android.app">getMaxNumPictureInPictureActions</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getMediaController--" title="class or interface in android.app">getMediaController</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getParent--" title="class or interface in android.app">getParent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getParentActivityIntent--" title="class or interface in android.app">getParentActivityIntent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getPreferences-int-" title="class or interface in android.app">getPreferences</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getReferrer--" title="class or interface in android.app">getReferrer</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getRequestedOrientation--" title="class or interface in android.app">getRequestedOrientation</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getSearchEvent--" title="class or interface in android.app">getSearchEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getSystemService-java.lang.String-" title="class or interface in android.app">getSystemService</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getTaskId--" title="class or interface in android.app">getTaskId</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getTitle--" title="class or interface in android.app">getTitle</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getTitleColor--" title="class or interface in android.app">getTitleColor</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getVoiceInteractor--" title="class or interface in android.app">getVoiceInteractor</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getVolumeControlStream--" title="class or interface in android.app">getVolumeControlStream</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getWindow--" title="class or interface in android.app">getWindow</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getWindowManager--" title="class or interface in android.app">getWindowManager</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#hasWindowFocus--" title="class or interface in android.app">hasWindowFocus</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isActivityTransitionRunning--" title="class or interface in android.app">isActivityTransitionRunning</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isChangingConfigurations--" title="class or interface in android.app">isChangingConfigurations</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isChild--" title="class or interface in android.app">isChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isDestroyed--" title="class or interface in android.app">isDestroyed</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isFinishing--" title="class or interface in android.app">isFinishing</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isImmersive--" title="class or interface in android.app">isImmersive</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isInMultiWindowMode--" title="class or interface in android.app">isInMultiWindowMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isInPictureInPictureMode--" title="class or interface in android.app">isInPictureInPictureMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isLocalVoiceInteractionSupported--" title="class or interface in android.app">isLocalVoiceInteractionSupported</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isTaskRoot--" title="class or interface in android.app">isTaskRoot</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isVoiceInteraction--" title="class or interface in android.app">isVoiceInteraction</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isVoiceInteractionRoot--" title="class or interface in android.app">isVoiceInteractionRoot</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#managedQuery-android.net.Uri-java.lang.String:A-java.lang.String-java.lang.String:A-java.lang.String-" title="class or interface in android.app">managedQuery</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#moveTaskToBack-boolean-" title="class or interface in android.app">moveTaskToBack</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#navigateUpTo-android.content.Intent-" title="class or interface in android.app">navigateUpTo</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#navigateUpToFromChild-android.app.Activity-android.content.Intent-" title="class or interface in android.app">navigateUpToFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onActionModeFinished-android.view.ActionMode-" title="class or interface in android.app">onActionModeFinished</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onActionModeStarted-android.view.ActionMode-" title="class or interface in android.app">onActionModeStarted</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onActivityReenter-int-android.content.Intent-" title="class or interface in android.app">onActivityReenter</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onApplyThemeResource-android.content.res.Resources.Theme-int-boolean-" title="class or interface in android.app">onApplyThemeResource</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onAttachedToWindow--" title="class or interface in android.app">onAttachedToWindow</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onAttachFragment-android.app.Fragment-" title="class or interface in android.app">onAttachFragment</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onChildTitleChanged-android.app.Activity-java.lang.CharSequence-" title="class or interface in android.app">onChildTitleChanged</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onContextItemSelected-android.view.MenuItem-" title="class or interface in android.app">onContextItemSelected</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onContextMenuClosed-android.view.Menu-" title="class or interface in android.app">onContextMenuClosed</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreate-android.os.Bundle-android.os.PersistableBundle-" title="class or interface in android.app">onCreate</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateContextMenu-android.view.ContextMenu-android.view.View-android.view.ContextMenu.ContextMenuInfo-" title="class or interface in android.app">onCreateContextMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateDescription--" title="class or interface in android.app">onCreateDescription</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateDialog-int-" title="class or interface in android.app">onCreateDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateDialog-int-android.os.Bundle-" title="class or interface in android.app">onCreateDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateNavigateUpTaskStack-android.app.TaskStackBuilder-" title="class or interface in android.app">onCreateNavigateUpTaskStack</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateOptionsMenu-android.view.Menu-" title="class or interface in android.app">onCreateOptionsMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreatePanelView-int-" title="class or interface in android.app">onCreatePanelView</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateThumbnail-android.graphics.Bitmap-android.graphics.Canvas-" title="class or interface in android.app">onCreateThumbnail</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onDetachedFromWindow--" title="class or interface in android.app">onDetachedFromWindow</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onEnterAnimationComplete--" title="class or interface in android.app">onEnterAnimationComplete</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onGenericMotionEvent-android.view.MotionEvent-" title="class or interface in android.app">onGenericMotionEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onKeyLongPress-int-android.view.KeyEvent-" title="class or interface in android.app">onKeyLongPress</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onKeyMultiple-int-int-android.view.KeyEvent-" title="class or interface in android.app">onKeyMultiple</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onKeyShortcut-int-android.view.KeyEvent-" title="class or interface in android.app">onKeyShortcut</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onKeyUp-int-android.view.KeyEvent-" title="class or interface in android.app">onKeyUp</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onLocalVoiceInteractionStarted--" title="class or interface in android.app">onLocalVoiceInteractionStarted</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onLocalVoiceInteractionStopped--" title="class or interface in android.app">onLocalVoiceInteractionStopped</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onMultiWindowModeChanged-boolean-android.content.res.Configuration-" title="class or interface in android.app">onMultiWindowModeChanged</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onNavigateUp--" title="class or interface in android.app">onNavigateUp</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onNavigateUpFromChild-android.app.Activity-" title="class or interface in android.app">onNavigateUpFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onOptionsItemSelected-android.view.MenuItem-" title="class or interface in android.app">onOptionsItemSelected</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onOptionsMenuClosed-android.view.Menu-" title="class or interface in android.app">onOptionsMenuClosed</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPictureInPictureModeChanged-boolean-android.content.res.Configuration-" title="class or interface in android.app">onPictureInPictureModeChanged</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPostCreate-android.os.Bundle-android.os.PersistableBundle-" title="class or interface in android.app">onPostCreate</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPrepareDialog-int-android.app.Dialog-" title="class or interface in android.app">onPrepareDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPrepareDialog-int-android.app.Dialog-android.os.Bundle-" title="class or interface in android.app">onPrepareDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPrepareNavigateUpTaskStack-android.app.TaskStackBuilder-" title="class or interface in android.app">onPrepareNavigateUpTaskStack</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPrepareOptionsMenu-android.view.Menu-" title="class or interface in android.app">onPrepareOptionsMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onProvideAssistContent-android.app.assist.AssistContent-" title="class or interface in android.app">onProvideAssistContent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onProvideAssistData-android.os.Bundle-" title="class or interface in android.app">onProvideAssistData</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onProvideKeyboardShortcuts-java.util.List-android.view.Menu-int-" title="class or interface in android.app">onProvideKeyboardShortcuts</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onProvideReferrer--" title="class or interface in android.app">onProvideReferrer</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onRestart--" title="class or interface in android.app">onRestart</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onRestoreInstanceState-android.os.Bundle-" title="class or interface in android.app">onRestoreInstanceState</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onRestoreInstanceState-android.os.Bundle-android.os.PersistableBundle-" title="class or interface in android.app">onRestoreInstanceState</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onSaveInstanceState-android.os.Bundle-android.os.PersistableBundle-" title="class or interface in android.app">onSaveInstanceState</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onSearchRequested--" title="class or interface in android.app">onSearchRequested</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onSearchRequested-android.view.SearchEvent-" title="class or interface in android.app">onSearchRequested</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onTouchEvent-android.view.MotionEvent-" title="class or interface in android.app">onTouchEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onTrackballEvent-android.view.MotionEvent-" title="class or interface in android.app">onTrackballEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onTrimMemory-int-" title="class or interface in android.app">onTrimMemory</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onUserInteraction--" title="class or interface in android.app">onUserInteraction</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onUserLeaveHint--" title="class or interface in android.app">onUserLeaveHint</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onVisibleBehindCanceled--" title="class or interface in android.app">onVisibleBehindCanceled</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onWindowAttributesChanged-android.view.WindowManager.LayoutParams-" title="class or interface in android.app">onWindowAttributesChanged</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onWindowFocusChanged-boolean-" title="class or interface in android.app">onWindowFocusChanged</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onWindowStartingActionMode-android.view.ActionMode.Callback-" title="class or interface in android.app">onWindowStartingActionMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onWindowStartingActionMode-android.view.ActionMode.Callback-int-" title="class or interface in android.app">onWindowStartingActionMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#openContextMenu-android.view.View-" title="class or interface in android.app">openContextMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#overridePendingTransition-int-int-" title="class or interface in android.app">overridePendingTransition</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#postponeEnterTransition--" title="class or interface in android.app">postponeEnterTransition</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#recreate--" title="class or interface in android.app">recreate</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#registerForContextMenu-android.view.View-" title="class or interface in android.app">registerForContextMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#releaseInstance--" title="class or interface in android.app">releaseInstance</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#removeDialog-int-" title="class or interface in android.app">removeDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#reportFullyDrawn--" title="class or interface in android.app">reportFullyDrawn</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requestDragAndDropPermissions-android.view.DragEvent-" title="class or interface in android.app">requestDragAndDropPermissions</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requestPermissions-java.lang.String:A-int-" title="class or interface in android.app">requestPermissions</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requestShowKeyboardShortcuts--" title="class or interface in android.app">requestShowKeyboardShortcuts</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requestVisibleBehind-boolean-" title="class or interface in android.app">requestVisibleBehind</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requestWindowFeature-int-" title="class or interface in android.app">requestWindowFeature</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requireViewById-int-" title="class or interface in android.app">requireViewById</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#runOnUiThread-java.lang.Runnable-" title="class or interface in android.app">runOnUiThread</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setActionBar-android.widget.Toolbar-" title="class or interface in android.app">setActionBar</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setContentTransitionManager-android.transition.TransitionManager-" title="class or interface in android.app">setContentTransitionManager</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setDefaultKeyMode-int-" title="class or interface in android.app">setDefaultKeyMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setEnterSharedElementCallback-android.app.SharedElementCallback-" title="class or interface in android.app">setEnterSharedElementCallback</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setExitSharedElementCallback-android.app.SharedElementCallback-" title="class or interface in android.app">setExitSharedElementCallback</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setFeatureDrawable-int-android.graphics.drawable.Drawable-" title="class or interface in android.app">setFeatureDrawable</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setFeatureDrawableAlpha-int-int-" title="class or interface in android.app">setFeatureDrawableAlpha</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setFeatureDrawableResource-int-int-" title="class or interface in android.app">setFeatureDrawableResource</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setFeatureDrawableUri-int-android.net.Uri-" title="class or interface in android.app">setFeatureDrawableUri</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setFinishOnTouchOutside-boolean-" title="class or interface in android.app">setFinishOnTouchOutside</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setImmersive-boolean-" title="class or interface in android.app">setImmersive</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setIntent-android.content.Intent-" title="class or interface in android.app">setIntent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setMediaController-android.media.session.MediaController-" title="class or interface in android.app">setMediaController</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setPictureInPictureParams-android.app.PictureInPictureParams-" title="class or interface in android.app">setPictureInPictureParams</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setProgress-int-" title="class or interface in android.app">setProgress</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setProgressBarIndeterminate-boolean-" title="class or interface in android.app">setProgressBarIndeterminate</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setProgressBarIndeterminateVisibility-boolean-" title="class or interface in android.app">setProgressBarIndeterminateVisibility</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setProgressBarVisibility-boolean-" title="class or interface in android.app">setProgressBarVisibility</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setRequestedOrientation-int-" title="class or interface in android.app">setRequestedOrientation</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setResult-int-" title="class or interface in android.app">setResult</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setResult-int-android.content.Intent-" title="class or interface in android.app">setResult</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setSecondaryProgress-int-" title="class or interface in android.app">setSecondaryProgress</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setShowWhenLocked-boolean-" title="class or interface in android.app">setShowWhenLocked</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setTaskDescription-android.app.ActivityManager.TaskDescription-" title="class or interface in android.app">setTaskDescription</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setTitle-java.lang.CharSequence-" title="class or interface in android.app">setTitle</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setTitle-int-" title="class or interface in android.app">setTitle</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setTitleColor-int-" title="class or interface in android.app">setTitleColor</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setTurnScreenOn-boolean-" title="class or interface in android.app">setTurnScreenOn</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setVisible-boolean-" title="class or interface in android.app">setVisible</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setVolumeControlStream-int-" title="class or interface in android.app">setVolumeControlStream</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setVrModeEnabled-boolean-android.content.ComponentName-" title="class or interface in android.app">setVrModeEnabled</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#shouldShowRequestPermissionRationale-java.lang.String-" title="class or interface in android.app">shouldShowRequestPermissionRationale</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#shouldUpRecreateTask-android.content.Intent-" title="class or interface in android.app">shouldUpRecreateTask</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#showAssist-android.os.Bundle-" title="class or interface in android.app">showAssist</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#showDialog-int-" title="class or interface in android.app">showDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#showDialog-int-android.os.Bundle-" title="class or interface in android.app">showDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#showLockTaskEscapeMessage--" title="class or interface in android.app">showLockTaskEscapeMessage</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActionMode-android.view.ActionMode.Callback-" title="class or interface in android.app">startActionMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActionMode-android.view.ActionMode.Callback-int-" title="class or interface in android.app">startActionMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivities-android.content.Intent:A-" title="class or interface in android.app">startActivities</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivities-android.content.Intent:A-android.os.Bundle-" title="class or interface in android.app">startActivities</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivity-android.content.Intent-" title="class or interface in android.app">startActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivity-android.content.Intent-android.os.Bundle-" title="class or interface in android.app">startActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityFromChild-android.app.Activity-android.content.Intent-int-" title="class or interface in android.app">startActivityFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityFromChild-android.app.Activity-android.content.Intent-int-android.os.Bundle-" title="class or interface in android.app">startActivityFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityFromFragment-android.app.Fragment-android.content.Intent-int-" title="class or interface in android.app">startActivityFromFragment</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityFromFragment-android.app.Fragment-android.content.Intent-int-android.os.Bundle-" title="class or interface in android.app">startActivityFromFragment</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityIfNeeded-android.content.Intent-int-" title="class or interface in android.app">startActivityIfNeeded</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityIfNeeded-android.content.Intent-int-android.os.Bundle-" title="class or interface in android.app">startActivityIfNeeded</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSender-android.content.IntentSender-android.content.Intent-int-int-int-" title="class or interface in android.app">startIntentSender</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSender-android.content.IntentSender-android.content.Intent-int-int-int-android.os.Bundle-" title="class or interface in android.app">startIntentSender</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSenderFromChild-android.app.Activity-android.content.IntentSender-int-android.content.Intent-int-int-int-" title="class or interface in android.app">startIntentSenderFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSenderFromChild-android.app.Activity-android.content.IntentSender-int-android.content.Intent-int-int-int-android.os.Bundle-" title="class or interface in android.app">startIntentSenderFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startLocalVoiceInteraction-android.os.Bundle-" title="class or interface in android.app">startLocalVoiceInteraction</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startLockTask--" title="class or interface in android.app">startLockTask</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startManagingCursor-android.database.Cursor-" title="class or interface in android.app">startManagingCursor</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startNextMatchingActivity-android.content.Intent-" title="class or interface in android.app">startNextMatchingActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startNextMatchingActivity-android.content.Intent-android.os.Bundle-" title="class or interface in android.app">startNextMatchingActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startPostponedEnterTransition--" title="class or interface in android.app">startPostponedEnterTransition</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startSearch-java.lang.String-boolean-android.os.Bundle-boolean-" title="class or interface in android.app">startSearch</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#stopLocalVoiceInteraction--" title="class or interface in android.app">stopLocalVoiceInteraction</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#stopLockTask--" title="class or interface in android.app">stopLockTask</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#stopManagingCursor-android.database.Cursor-" title="class or interface in android.app">stopManagingCursor</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#takeKeyEvents-boolean-" title="class or interface in android.app">takeKeyEvents</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#triggerSearch-java.lang.String-android.os.Bundle-" title="class or interface in android.app">triggerSearch</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#unregisterForContextMenu-android.view.View-" title="class or interface in android.app">unregisterForContextMenu</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.view.ContextThemeWrapper">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.view.<a href="https://developer.android.com/reference/android/view/ContextThemeWrapper.html?is-external=true" title="class or interface in android.view">ContextThemeWrapper</a></h3>
<code><a href="https://developer.android.com/reference/android/view/ContextThemeWrapper.html?is-external=true#applyOverrideConfiguration-android.content.res.Configuration-" title="class or interface in android.view">applyOverrideConfiguration</a>, <a href="https://developer.android.com/reference/android/view/ContextThemeWrapper.html?is-external=true#getAssets--" title="class or interface in android.view">getAssets</a>, <a href="https://developer.android.com/reference/android/view/ContextThemeWrapper.html?is-external=true#getTheme--" title="class or interface in android.view">getTheme</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.content.ContextWrapper">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.content.<a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true" title="class or interface in android.content">ContextWrapper</a></h3>
<code><a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#bindService-android.content.Intent-android.content.ServiceConnection-int-" title="class or interface in android.content">bindService</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkCallingOrSelfPermission-java.lang.String-" title="class or interface in android.content">checkCallingOrSelfPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkCallingOrSelfUriPermission-android.net.Uri-int-" title="class or interface in android.content">checkCallingOrSelfUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkCallingPermission-java.lang.String-" title="class or interface in android.content">checkCallingPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkCallingUriPermission-android.net.Uri-int-" title="class or interface in android.content">checkCallingUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkPermission-java.lang.String-int-int-" title="class or interface in android.content">checkPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkSelfPermission-java.lang.String-" title="class or interface in android.content">checkSelfPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkUriPermission-android.net.Uri-int-int-int-" title="class or interface in android.content">checkUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkUriPermission-android.net.Uri-java.lang.String-java.lang.String-int-int-int-" title="class or interface in android.content">checkUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#clearWallpaper--" title="class or interface in android.content">clearWallpaper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#createConfigurationContext-android.content.res.Configuration-" title="class or interface in android.content">createConfigurationContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#createContextForSplit-java.lang.String-" title="class or interface in android.content">createContextForSplit</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#createDeviceProtectedStorageContext--" title="class or interface in android.content">createDeviceProtectedStorageContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#createDisplayContext-android.view.Display-" title="class or interface in android.content">createDisplayContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#createPackageContext-java.lang.String-int-" title="class or interface in android.content">createPackageContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#databaseList--" title="class or interface in android.content">databaseList</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#deleteDatabase-java.lang.String-" title="class or interface in android.content">deleteDatabase</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#deleteFile-java.lang.String-" title="class or interface in android.content">deleteFile</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#deleteSharedPreferences-java.lang.String-" title="class or interface in android.content">deleteSharedPreferences</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceCallingOrSelfPermission-java.lang.String-java.lang.String-" title="class or interface in android.content">enforceCallingOrSelfPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceCallingOrSelfUriPermission-android.net.Uri-int-java.lang.String-" title="class or interface in android.content">enforceCallingOrSelfUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceCallingPermission-java.lang.String-java.lang.String-" title="class or interface in android.content">enforceCallingPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceCallingUriPermission-android.net.Uri-int-java.lang.String-" title="class or interface in android.content">enforceCallingUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforcePermission-java.lang.String-int-int-java.lang.String-" title="class or interface in android.content">enforcePermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceUriPermission-android.net.Uri-int-int-int-java.lang.String-" title="class or interface in android.content">enforceUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceUriPermission-android.net.Uri-java.lang.String-java.lang.String-int-int-int-java.lang.String-" title="class or interface in android.content">enforceUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#fileList--" title="class or interface in android.content">fileList</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getApplicationContext--" title="class or interface in android.content">getApplicationContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getApplicationInfo--" title="class or interface in android.content">getApplicationInfo</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getBaseContext--" title="class or interface in android.content">getBaseContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getCacheDir--" title="class or interface in android.content">getCacheDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getClassLoader--" title="class or interface in android.content">getClassLoader</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getCodeCacheDir--" title="class or interface in android.content">getCodeCacheDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getContentResolver--" title="class or interface in android.content">getContentResolver</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getDatabasePath-java.lang.String-" title="class or interface in android.content">getDatabasePath</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getDataDir--" title="class or interface in android.content">getDataDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getDir-java.lang.String-int-" title="class or interface in android.content">getDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getExternalCacheDir--" title="class or interface in android.content">getExternalCacheDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getExternalCacheDirs--" title="class or interface in android.content">getExternalCacheDirs</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getExternalFilesDir-java.lang.String-" title="class or interface in android.content">getExternalFilesDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getExternalFilesDirs-java.lang.String-" title="class or interface in android.content">getExternalFilesDirs</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getExternalMediaDirs--" title="class or interface in android.content">getExternalMediaDirs</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getFilesDir--" title="class or interface in android.content">getFilesDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getFileStreamPath-java.lang.String-" title="class or interface in android.content">getFileStreamPath</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getMainExecutor--" title="class or interface in android.content">getMainExecutor</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getMainLooper--" title="class or interface in android.content">getMainLooper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getNoBackupFilesDir--" title="class or interface in android.content">getNoBackupFilesDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getObbDir--" title="class or interface in android.content">getObbDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getObbDirs--" title="class or interface in android.content">getObbDirs</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getPackageCodePath--" title="class or interface in android.content">getPackageCodePath</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getPackageManager--" title="class or interface in android.content">getPackageManager</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getPackageName--" title="class or interface in android.content">getPackageName</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getPackageResourcePath--" title="class or interface in android.content">getPackageResourcePath</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getSharedPreferences-java.lang.String-int-" title="class or interface in android.content">getSharedPreferences</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getSystemServiceName-java.lang.Class-" title="class or interface in android.content">getSystemServiceName</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getWallpaper--" title="class or interface in android.content">getWallpaper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getWallpaperDesiredMinimumHeight--" title="class or interface in android.content">getWallpaperDesiredMinimumHeight</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getWallpaperDesiredMinimumWidth--" title="class or interface in android.content">getWallpaperDesiredMinimumWidth</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#grantUriPermission-java.lang.String-android.net.Uri-int-" title="class or interface in android.content">grantUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#isDeviceProtectedStorage--" title="class or interface in android.content">isDeviceProtectedStorage</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#isRestricted--" title="class or interface in android.content">isRestricted</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#moveDatabaseFrom-android.content.Context-java.lang.String-" title="class or interface in android.content">moveDatabaseFrom</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#moveSharedPreferencesFrom-android.content.Context-java.lang.String-" title="class or interface in android.content">moveSharedPreferencesFrom</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#openFileInput-java.lang.String-" title="class or interface in android.content">openFileInput</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#openFileOutput-java.lang.String-int-" title="class or interface in android.content">openFileOutput</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#openOrCreateDatabase-java.lang.String-int-android.database.sqlite.SQLiteDatabase.CursorFactory-" title="class or interface in android.content">openOrCreateDatabase</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#openOrCreateDatabase-java.lang.String-int-android.database.sqlite.SQLiteDatabase.CursorFactory-android.database.DatabaseErrorHandler-" title="class or interface in android.content">openOrCreateDatabase</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#peekWallpaper--" title="class or interface in android.content">peekWallpaper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#registerReceiver-android.content.BroadcastReceiver-android.content.IntentFilter-" title="class or interface in android.content">registerReceiver</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#registerReceiver-android.content.BroadcastReceiver-android.content.IntentFilter-int-" title="class or interface in android.content">registerReceiver</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#registerReceiver-android.content.BroadcastReceiver-android.content.IntentFilter-java.lang.String-android.os.Handler-" title="class or interface in android.content">registerReceiver</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#registerReceiver-android.content.BroadcastReceiver-android.content.IntentFilter-java.lang.String-android.os.Handler-int-" title="class or interface in android.content">registerReceiver</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#removeStickyBroadcast-android.content.Intent-" title="class or interface in android.content">removeStickyBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#removeStickyBroadcastAsUser-android.content.Intent-android.os.UserHandle-" title="class or interface in android.content">removeStickyBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#revokeUriPermission-java.lang.String-android.net.Uri-int-" title="class or interface in android.content">revokeUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#revokeUriPermission-android.net.Uri-int-" title="class or interface in android.content">revokeUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendBroadcast-android.content.Intent-" title="class or interface in android.content">sendBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendBroadcast-android.content.Intent-java.lang.String-" title="class or interface in android.content">sendBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendBroadcastAsUser-android.content.Intent-android.os.UserHandle-" title="class or interface in android.content">sendBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendBroadcastAsUser-android.content.Intent-android.os.UserHandle-java.lang.String-" title="class or interface in android.content">sendBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendOrderedBroadcast-android.content.Intent-java.lang.String-" title="class or interface in android.content">sendOrderedBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendOrderedBroadcast-android.content.Intent-java.lang.String-android.content.BroadcastReceiver-android.os.Handler-int-java.lang.String-android.os.Bundle-" title="class or interface in android.content">sendOrderedBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendOrderedBroadcastAsUser-android.content.Intent-android.os.UserHandle-java.lang.String-android.content.BroadcastReceiver-android.os.Handler-int-java.lang.String-android.os.Bundle-" title="class or interface in android.content">sendOrderedBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendStickyBroadcast-android.content.Intent-" title="class or interface in android.content">sendStickyBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendStickyBroadcastAsUser-android.content.Intent-android.os.UserHandle-" title="class or interface in android.content">sendStickyBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendStickyOrderedBroadcast-android.content.Intent-android.content.BroadcastReceiver-android.os.Handler-int-java.lang.String-android.os.Bundle-" title="class or interface in android.content">sendStickyOrderedBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendStickyOrderedBroadcastAsUser-android.content.Intent-android.os.UserHandle-android.content.BroadcastReceiver-android.os.Handler-int-java.lang.String-android.os.Bundle-" title="class or interface in android.content">sendStickyOrderedBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#setWallpaper-android.graphics.Bitmap-" title="class or interface in android.content">setWallpaper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#setWallpaper-java.io.InputStream-" title="class or interface in android.content">setWallpaper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#startForegroundService-android.content.Intent-" title="class or interface in android.content">startForegroundService</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#startInstrumentation-android.content.ComponentName-java.lang.String-android.os.Bundle-" title="class or interface in android.content">startInstrumentation</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#startService-android.content.Intent-" title="class or interface in android.content">startService</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#stopService-android.content.Intent-" title="class or interface in android.content">stopService</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#unbindService-android.content.ServiceConnection-" title="class or interface in android.content">unbindService</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#unregisterReceiver-android.content.BroadcastReceiver-" title="class or interface in android.content">unregisterReceiver</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.content.Context">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.content.<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a></h3>
<code><a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getColor-int-" title="class or interface in android.content">getColor</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getColorStateList-int-" title="class or interface in android.content">getColorStateList</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getDrawable-int-" title="class or interface in android.content">getDrawable</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getString-int-" title="class or interface in android.content">getString</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getString-int-java.lang.Object...-" title="class or interface in android.content">getString</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getSystemService-java.lang.Class-" title="class or interface in android.content">getSystemService</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getText-int-" title="class or interface in android.content">getText</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#obtainStyledAttributes-android.util.AttributeSet-int:A-" title="class or interface in android.content">obtainStyledAttributes</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#obtainStyledAttributes-android.util.AttributeSet-int:A-int-int-" title="class or interface in android.content">obtainStyledAttributes</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#obtainStyledAttributes-int:A-" title="class or interface in android.content">obtainStyledAttributes</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#obtainStyledAttributes-int-int:A-" title="class or interface in android.content">obtainStyledAttributes</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#registerComponentCallbacks-android.content.ComponentCallbacks-" title="class or interface in android.content">registerComponentCallbacks</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#unregisterComponentCallbacks-android.content.ComponentCallbacks-" title="class or interface in android.content">unregisterComponentCallbacks</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.view.Window.Callback">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;android.view.<a href="https://developer.android.com/reference/android/view/Window.Callback.html?is-external=true" title="class or interface in android.view">Window.Callback</a></h3>
<code><a href="https://developer.android.com/reference/android/view/Window.Callback.html?is-external=true#onPointerCaptureChanged-boolean-" title="class or interface in android.view">onPointerCaptureChanged</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="FamilyActivity--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>FamilyActivity</h4>
<pre>public&nbsp;FamilyActivity()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="onCreate-android.os.Bundle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onCreate</h4>
<pre>protected&nbsp;void&nbsp;onCreate(<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;savedInstanceState)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onCreate-android.os.Bundle-" title="class or interface in android.support.v4.app">android.support.v4.app.FragmentActivity</a></code></span></div>
<div class="block">Perform initialization of all fragments.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onCreate-android.os.Bundle-" title="class or interface in android.support.v7.app">onCreate</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true" title="class or interface in android.support.v7.app">AppCompatActivity</a></code></dd>
</dl>
</li>
</ul>
<a name="onStop--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onStop</h4>
<pre>protected&nbsp;void&nbsp;onStop()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onStop--" title="class or interface in android.support.v4.app">android.support.v4.app.FragmentActivity</a></code></span></div>
<div class="block">Dispatch onStop() to all fragments.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onStop--" title="class or interface in android.support.v7.app">onStop</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true" title="class or interface in android.support.v7.app">AppCompatActivity</a></code></dd>
</dl>
</li>
</ul>
<a name="startActivityForResult-android.content.Intent-int-android.os.Bundle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>startActivityForResult</h4>
<pre>public&nbsp;void&nbsp;startActivityForResult(<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/support/annotation/Nullable.html?is-external=true" title="class or interface in android.support.annotation">@Nullable</a>
<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;options)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityForResult-android.content.Intent-int-android.os.Bundle-" title="class or interface in android.app">startActivityForResult</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></code></dd>
</dl>
</li>
</ul>
<a name="startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-android.os.Bundle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>startIntentSenderForResult</h4>
<pre>public&nbsp;void&nbsp;startIntentSenderForResult(<a href="https://developer.android.com/reference/android/content/IntentSender.html?is-external=true" title="class or interface in android.content">IntentSender</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/support/annotation/Nullable.html?is-external=true" title="class or interface in android.support.annotation">@Nullable</a>
<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;fillInIntent,
int&nbsp;flagsMask,
int&nbsp;flagsValues,
int&nbsp;extraFlags,
<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;options)
throws <a href="https://developer.android.com/reference/android/content/IntentSender.SendIntentException.html?is-external=true" title="class or interface in android.content">IntentSender.SendIntentException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-android.os.Bundle-" title="class or interface in android.app">startIntentSenderForResult</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/content/IntentSender.SendIntentException.html?is-external=true" title="class or interface in android.content">IntentSender.SendIntentException</a></code></dd>
</dl>
</li>
</ul>
<a name="onCreateView-android.view.View-java.lang.String-android.content.Context-android.util.AttributeSet-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onCreateView</h4>
<pre>public&nbsp;<a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a>&nbsp;onCreateView(<a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a>&nbsp;parent,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a>&nbsp;context,
<a href="https://developer.android.com/reference/android/util/AttributeSet.html?is-external=true" title="class or interface in android.util">AttributeSet</a>&nbsp;attrs)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory2.html?is-external=true#onCreateView-android.view.View-java.lang.String-android.content.Context-android.util.AttributeSet-" title="class or interface in android.view">onCreateView</a></code>&nbsp;in interface&nbsp;<code><a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory2.html?is-external=true" title="class or interface in android.view">LayoutInflater.Factory2</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateView-android.view.View-java.lang.String-android.content.Context-android.util.AttributeSet-" title="class or interface in android.app">onCreateView</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></code></dd>
</dl>
</li>
</ul>
<a name="onCreateView-java.lang.String-android.content.Context-android.util.AttributeSet-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onCreateView</h4>
<pre>public&nbsp;<a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a>&nbsp;onCreateView(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a>&nbsp;context,
<a href="https://developer.android.com/reference/android/util/AttributeSet.html?is-external=true" title="class or interface in android.util">AttributeSet</a>&nbsp;attrs)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory.html?is-external=true#onCreateView-java.lang.String-android.content.Context-android.util.AttributeSet-" title="class or interface in android.view">onCreateView</a></code>&nbsp;in interface&nbsp;<code><a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory.html?is-external=true" title="class or interface in android.view">LayoutInflater.Factory</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateView-java.lang.String-android.content.Context-android.util.AttributeSet-" title="class or interface in android.app">onCreateView</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></code></dd>
</dl>
</li>
</ul>
<a name="startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>startIntentSenderForResult</h4>
<pre>public&nbsp;void&nbsp;startIntentSenderForResult(<a href="https://developer.android.com/reference/android/content/IntentSender.html?is-external=true" title="class or interface in android.content">IntentSender</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/support/annotation/Nullable.html?is-external=true" title="class or interface in android.support.annotation">@Nullable</a>
<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;fillInIntent,
int&nbsp;flagsMask,
int&nbsp;flagsValues,
int&nbsp;extraFlags)
throws <a href="https://developer.android.com/reference/android/content/IntentSender.SendIntentException.html?is-external=true" title="class or interface in android.content">IntentSender.SendIntentException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-" title="class or interface in android.app">startIntentSenderForResult</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/content/IntentSender.SendIntentException.html?is-external=true" title="class or interface in android.content">IntentSender.SendIntentException</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../com/example/android/miwok/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/example/android/miwok/ColorsActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../com/example/android/miwok/MainActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/example/android/miwok/FamilyActivity.html" target="_top">Frames</a></li>
<li><a href="FamilyActivity.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.classes.inherited.from.class.android.support.v4.app.SupportActivity">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.android.app.Activity">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jan 23 12:46:17 CET 2019 -->
<title>MainActivity</title>
<meta name="date" content="2019-01-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="MainActivity";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../com/example/android/miwok/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/example/android/miwok/FamilyActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../com/example/android/miwok/NumbersActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/example/android/miwok/MainActivity.html" target="_top">Frames</a></li>
<li><a href="MainActivity.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.classes.inherited.from.class.android.support.v4.app.SupportActivity">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.android.app.Activity">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.example.android.miwok</div>
<h2 title="Class MainActivity" class="title">Class MainActivity</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">android.content.Context</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true" title="class or interface in android.content">android.content.ContextWrapper</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/view/ContextThemeWrapper.html?is-external=true" title="class or interface in android.view">android.view.ContextThemeWrapper</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">android.app.Activity</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.html?is-external=true" title="class or interface in android.support.v4.app">android.support.v4.app.SupportActivity</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true" title="class or interface in android.support.v4.app">android.support.v4.app.FragmentActivity</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true" title="class or interface in android.support.v7.app">android.support.v7.app.AppCompatActivity</a></li>
<li>
<ul class="inheritance">
<li>com.example.android.miwok.MainActivity</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="https://developer.android.com/reference/android/arch.lifecycle.LifecycleOwner.html?is-external=true" title="class or interface in android">android.arch.lifecycle.LifecycleOwner</a>, <a href="https://developer.android.com/reference/android/arch.lifecycle.ViewModelStoreOwner.html?is-external=true" title="class or interface in android">android.arch.lifecycle.ViewModelStoreOwner</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks.html?is-external=true" title="class or interface in android.content">ComponentCallbacks</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true" title="class or interface in android.content">ComponentCallbacks2</a>, <a href="https://developer.android.com/reference/android/support/v4/app/ActivityCompat.OnRequestPermissionsResultCallback.html?is-external=true" title="class or interface in android.support.v4.app">ActivityCompat.OnRequestPermissionsResultCallback</a>, <a href="https://developer.android.com/reference/android/support/v4/app/ActivityCompat.RequestPermissionsRequestCodeValidator.html?is-external=true" title="class or interface in android.support.v4.app">ActivityCompat.RequestPermissionsRequestCodeValidator</a>, <a href="https://developer.android.com/reference/android/support/v4/app/TaskStackBuilder.SupportParentable.html?is-external=true" title="class or interface in android.support.v4.app">TaskStackBuilder.SupportParentable</a>, <a href="https://developer.android.com/reference/android/support/v7/app/ActionBarDrawerToggle.DelegateProvider.html?is-external=true" title="class or interface in android.support.v7.app">ActionBarDrawerToggle.DelegateProvider</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatCallback.html?is-external=true" title="class or interface in android.support.v7.app">AppCompatCallback</a>, <a href="https://developer.android.com/reference/android/view/KeyEvent.Callback.html?is-external=true" title="class or interface in android.view">KeyEvent.Callback</a>, <a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory.html?is-external=true" title="class or interface in android.view">LayoutInflater.Factory</a>, <a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory2.html?is-external=true" title="class or interface in android.view">LayoutInflater.Factory2</a>, <a href="https://developer.android.com/reference/android/view/View.OnCreateContextMenuListener.html?is-external=true" title="class or interface in android.view">View.OnCreateContextMenuListener</a>, <a href="https://developer.android.com/reference/android/view/Window.Callback.html?is-external=true" title="class or interface in android.view">Window.Callback</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">MainActivity</span>
extends <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true" title="class or interface in android.support.v7.app">AppCompatActivity</a></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.android.support.v4.app.SupportActivity">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.html?is-external=true" title="class or interface in android.support.v4.app">SupportActivity</a></h3>
<code><a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.ExtraData.html?is-external=true" title="class or interface in android.support.v4.app">SupportActivity.ExtraData</a></code></li>
</ul>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.android.app.Activity">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;android.app.<a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></h3>
<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#DEFAULT_KEYS_DIALER" title="class or interface in android.app">DEFAULT_KEYS_DIALER</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#DEFAULT_KEYS_DISABLE" title="class or interface in android.app">DEFAULT_KEYS_DISABLE</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#DEFAULT_KEYS_SEARCH_GLOBAL" title="class or interface in android.app">DEFAULT_KEYS_SEARCH_GLOBAL</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#DEFAULT_KEYS_SEARCH_LOCAL" title="class or interface in android.app">DEFAULT_KEYS_SEARCH_LOCAL</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#DEFAULT_KEYS_SHORTCUT" title="class or interface in android.app">DEFAULT_KEYS_SHORTCUT</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#FOCUSED_STATE_SET" title="class or interface in android.app">FOCUSED_STATE_SET</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#RESULT_CANCELED" title="class or interface in android.app">RESULT_CANCELED</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#RESULT_FIRST_USER" title="class or interface in android.app">RESULT_FIRST_USER</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#RESULT_OK" title="class or interface in android.app">RESULT_OK</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.android.content.Context">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;android.content.<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a></h3>
<code><a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#ACCESSIBILITY_SERVICE" title="class or interface in android.content">ACCESSIBILITY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#ACCOUNT_SERVICE" title="class or interface in android.content">ACCOUNT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#ACTIVITY_SERVICE" title="class or interface in android.content">ACTIVITY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#ALARM_SERVICE" title="class or interface in android.content">ALARM_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#APP_OPS_SERVICE" title="class or interface in android.content">APP_OPS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#APPWIDGET_SERVICE" title="class or interface in android.content">APPWIDGET_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#AUDIO_SERVICE" title="class or interface in android.content">AUDIO_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BATTERY_SERVICE" title="class or interface in android.content">BATTERY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_ABOVE_CLIENT" title="class or interface in android.content">BIND_ABOVE_CLIENT</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_ADJUST_WITH_ACTIVITY" title="class or interface in android.content">BIND_ADJUST_WITH_ACTIVITY</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_ALLOW_OOM_MANAGEMENT" title="class or interface in android.content">BIND_ALLOW_OOM_MANAGEMENT</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_AUTO_CREATE" title="class or interface in android.content">BIND_AUTO_CREATE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_DEBUG_UNBIND" title="class or interface in android.content">BIND_DEBUG_UNBIND</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_EXTERNAL_SERVICE" title="class or interface in android.content">BIND_EXTERNAL_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_IMPORTANT" title="class or interface in android.content">BIND_IMPORTANT</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_NOT_FOREGROUND" title="class or interface in android.content">BIND_NOT_FOREGROUND</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_WAIVE_PRIORITY" title="class or interface in android.content">BIND_WAIVE_PRIORITY</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BLUETOOTH_SERVICE" title="class or interface in android.content">BLUETOOTH_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CAMERA_SERVICE" title="class or interface in android.content">CAMERA_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CAPTIONING_SERVICE" title="class or interface in android.content">CAPTIONING_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CARRIER_CONFIG_SERVICE" title="class or interface in android.content">CARRIER_CONFIG_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CLIPBOARD_SERVICE" title="class or interface in android.content">CLIPBOARD_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#COMPANION_DEVICE_SERVICE" title="class or interface in android.content">COMPANION_DEVICE_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CONNECTIVITY_SERVICE" title="class or interface in android.content">CONNECTIVITY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CONSUMER_IR_SERVICE" title="class or interface in android.content">CONSUMER_IR_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CONTEXT_IGNORE_SECURITY" title="class or interface in android.content">CONTEXT_IGNORE_SECURITY</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CONTEXT_INCLUDE_CODE" title="class or interface in android.content">CONTEXT_INCLUDE_CODE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CONTEXT_RESTRICTED" title="class or interface in android.content">CONTEXT_RESTRICTED</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CROSS_PROFILE_APPS_SERVICE" title="class or interface in android.content">CROSS_PROFILE_APPS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#DEVICE_POLICY_SERVICE" title="class or interface in android.content">DEVICE_POLICY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#DISPLAY_SERVICE" title="class or interface in android.content">DISPLAY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#DOWNLOAD_SERVICE" title="class or interface in android.content">DOWNLOAD_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#DROPBOX_SERVICE" title="class or interface in android.content">DROPBOX_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#EUICC_SERVICE" title="class or interface in android.content">EUICC_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#FINGERPRINT_SERVICE" title="class or interface in android.content">FINGERPRINT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#HARDWARE_PROPERTIES_SERVICE" title="class or interface in android.content">HARDWARE_PROPERTIES_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#INPUT_METHOD_SERVICE" title="class or interface in android.content">INPUT_METHOD_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#INPUT_SERVICE" title="class or interface in android.content">INPUT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#IPSEC_SERVICE" title="class or interface in android.content">IPSEC_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#JOB_SCHEDULER_SERVICE" title="class or interface in android.content">JOB_SCHEDULER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#KEYGUARD_SERVICE" title="class or interface in android.content">KEYGUARD_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#LAUNCHER_APPS_SERVICE" title="class or interface in android.content">LAUNCHER_APPS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#LAYOUT_INFLATER_SERVICE" title="class or interface in android.content">LAYOUT_INFLATER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#LOCATION_SERVICE" title="class or interface in android.content">LOCATION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MEDIA_PROJECTION_SERVICE" title="class or interface in android.content">MEDIA_PROJECTION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MEDIA_ROUTER_SERVICE" title="class or interface in android.content">MEDIA_ROUTER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MEDIA_SESSION_SERVICE" title="class or interface in android.content">MEDIA_SESSION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MIDI_SERVICE" title="class or interface in android.content">MIDI_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_APPEND" title="class or interface in android.content">MODE_APPEND</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_ENABLE_WRITE_AHEAD_LOGGING" title="class or interface in android.content">MODE_ENABLE_WRITE_AHEAD_LOGGING</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_MULTI_PROCESS" title="class or interface in android.content">MODE_MULTI_PROCESS</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_NO_LOCALIZED_COLLATORS" title="class or interface in android.content">MODE_NO_LOCALIZED_COLLATORS</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_PRIVATE" title="class or interface in android.content">MODE_PRIVATE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_WORLD_READABLE" title="class or interface in android.content">MODE_WORLD_READABLE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_WORLD_WRITEABLE" title="class or interface in android.content">MODE_WORLD_WRITEABLE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#NETWORK_STATS_SERVICE" title="class or interface in android.content">NETWORK_STATS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#NFC_SERVICE" title="class or interface in android.content">NFC_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#NOTIFICATION_SERVICE" title="class or interface in android.content">NOTIFICATION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#NSD_SERVICE" title="class or interface in android.content">NSD_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#POWER_SERVICE" title="class or interface in android.content">POWER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#PRINT_SERVICE" title="class or interface in android.content">PRINT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#RECEIVER_VISIBLE_TO_INSTANT_APPS" title="class or interface in android.content">RECEIVER_VISIBLE_TO_INSTANT_APPS</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#RESTRICTIONS_SERVICE" title="class or interface in android.content">RESTRICTIONS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#SEARCH_SERVICE" title="class or interface in android.content">SEARCH_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#SENSOR_SERVICE" title="class or interface in android.content">SENSOR_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#SHORTCUT_SERVICE" title="class or interface in android.content">SHORTCUT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#STORAGE_SERVICE" title="class or interface in android.content">STORAGE_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#STORAGE_STATS_SERVICE" title="class or interface in android.content">STORAGE_STATS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#SYSTEM_HEALTH_SERVICE" title="class or interface in android.content">SYSTEM_HEALTH_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TELECOM_SERVICE" title="class or interface in android.content">TELECOM_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TELEPHONY_SERVICE" title="class or interface in android.content">TELEPHONY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TELEPHONY_SUBSCRIPTION_SERVICE" title="class or interface in android.content">TELEPHONY_SUBSCRIPTION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TEXT_CLASSIFICATION_SERVICE" title="class or interface in android.content">TEXT_CLASSIFICATION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TEXT_SERVICES_MANAGER_SERVICE" title="class or interface in android.content">TEXT_SERVICES_MANAGER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TV_INPUT_SERVICE" title="class or interface in android.content">TV_INPUT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#UI_MODE_SERVICE" title="class or interface in android.content">UI_MODE_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#USAGE_STATS_SERVICE" title="class or interface in android.content">USAGE_STATS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#USB_SERVICE" title="class or interface in android.content">USB_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#USER_SERVICE" title="class or interface in android.content">USER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#VIBRATOR_SERVICE" title="class or interface in android.content">VIBRATOR_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WALLPAPER_SERVICE" title="class or interface in android.content">WALLPAPER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WIFI_AWARE_SERVICE" title="class or interface in android.content">WIFI_AWARE_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WIFI_P2P_SERVICE" title="class or interface in android.content">WIFI_P2P_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WIFI_RTT_RANGING_SERVICE" title="class or interface in android.content">WIFI_RTT_RANGING_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WIFI_SERVICE" title="class or interface in android.content">WIFI_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WINDOW_SERVICE" title="class or interface in android.content">WINDOW_SERVICE</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.android.content.ComponentCallbacks2">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;android.content.<a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true" title="class or interface in android.content">ComponentCallbacks2</a></h3>
<code><a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_BACKGROUND" title="class or interface in android.content">TRIM_MEMORY_BACKGROUND</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_COMPLETE" title="class or interface in android.content">TRIM_MEMORY_COMPLETE</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_MODERATE" title="class or interface in android.content">TRIM_MEMORY_MODERATE</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_RUNNING_CRITICAL" title="class or interface in android.content">TRIM_MEMORY_RUNNING_CRITICAL</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_RUNNING_LOW" title="class or interface in android.content">TRIM_MEMORY_RUNNING_LOW</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_RUNNING_MODERATE" title="class or interface in android.content">TRIM_MEMORY_RUNNING_MODERATE</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_UI_HIDDEN" title="class or interface in android.content">TRIM_MEMORY_UI_HIDDEN</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/MainActivity.html#MainActivity--">MainActivity</a></span>()</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/MainActivity.html#onCreate-android.os.Bundle-">onCreate</a></span>(<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;savedInstanceState)</code>
<div class="block">Perform initialization of all fragments.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/MainActivity.html#onCreateView-java.lang.String-android.content.Context-android.util.AttributeSet-">onCreateView</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a>&nbsp;context,
<a href="https://developer.android.com/reference/android/util/AttributeSet.html?is-external=true" title="class or interface in android.util">AttributeSet</a>&nbsp;attrs)</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/MainActivity.html#onCreateView-android.view.View-java.lang.String-android.content.Context-android.util.AttributeSet-">onCreateView</a></span>(<a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a>&nbsp;parent,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a>&nbsp;context,
<a href="https://developer.android.com/reference/android/util/AttributeSet.html?is-external=true" title="class or interface in android.util">AttributeSet</a>&nbsp;attrs)</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/MainActivity.html#startActivityForResult-android.content.Intent-int-android.os.Bundle-">startActivityForResult</a></span>(<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;options)</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/MainActivity.html#startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-">startIntentSenderForResult</a></span>(<a href="https://developer.android.com/reference/android/content/IntentSender.html?is-external=true" title="class or interface in android.content">IntentSender</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;fillInIntent,
int&nbsp;flagsMask,
int&nbsp;flagsValues,
int&nbsp;extraFlags)</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/MainActivity.html#startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-android.os.Bundle-">startIntentSenderForResult</a></span>(<a href="https://developer.android.com/reference/android/content/IntentSender.html?is-external=true" title="class or interface in android.content">IntentSender</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;fillInIntent,
int&nbsp;flagsMask,
int&nbsp;flagsValues,
int&nbsp;extraFlags,
<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;options)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.support.v7.app.AppCompatActivity">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.support.v7.app.<a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true" title="class or interface in android.support.v7.app">AppCompatActivity</a></h3>
<code><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#addContentView-android.view.View-android.view.ViewGroup.LayoutParams-" title="class or interface in android.support.v7.app">addContentView</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#closeOptionsMenu--" title="class or interface in android.support.v7.app">closeOptionsMenu</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#dispatchKeyEvent-android.view.KeyEvent-" title="class or interface in android.support.v7.app">dispatchKeyEvent</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#findViewById-int-" title="class or interface in android.support.v7.app">findViewById</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getDelegate--" title="class or interface in android.support.v7.app">getDelegate</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getDrawerToggleDelegate--" title="class or interface in android.support.v7.app">getDrawerToggleDelegate</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getMenuInflater--" title="class or interface in android.support.v7.app">getMenuInflater</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getResources--" title="class or interface in android.support.v7.app">getResources</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getSupportActionBar--" title="class or interface in android.support.v7.app">getSupportActionBar</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getSupportParentActivityIntent--" title="class or interface in android.support.v7.app">getSupportParentActivityIntent</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#invalidateOptionsMenu--" title="class or interface in android.support.v7.app">invalidateOptionsMenu</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onConfigurationChanged-android.content.res.Configuration-" title="class or interface in android.support.v7.app">onConfigurationChanged</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onContentChanged--" title="class or interface in android.support.v7.app">onContentChanged</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onCreateSupportNavigateUpTaskStack-android.support.v4.app.TaskStackBuilder-" title="class or interface in android.support.v7.app">onCreateSupportNavigateUpTaskStack</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onDestroy--" title="class or interface in android.support.v7.app">onDestroy</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onKeyDown-int-android.view.KeyEvent-" title="class or interface in android.support.v7.app">onKeyDown</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onMenuItemSelected-int-android.view.MenuItem-" title="class or interface in android.support.v7.app">onMenuItemSelected</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onMenuOpened-int-android.view.Menu-" title="class or interface in android.support.v7.app">onMenuOpened</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onPanelClosed-int-android.view.Menu-" title="class or interface in android.support.v7.app">onPanelClosed</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onPostCreate-android.os.Bundle-" title="class or interface in android.support.v7.app">onPostCreate</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onPostResume--" title="class or interface in android.support.v7.app">onPostResume</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onPrepareSupportNavigateUpTaskStack-android.support.v4.app.TaskStackBuilder-" title="class or interface in android.support.v7.app">onPrepareSupportNavigateUpTaskStack</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onSaveInstanceState-android.os.Bundle-" title="class or interface in android.support.v7.app">onSaveInstanceState</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onStart--" title="class or interface in android.support.v7.app">onStart</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onStop--" title="class or interface in android.support.v7.app">onStop</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onSupportActionModeFinished-android.support.v7.view.ActionMode-" title="class or interface in android.support.v7.app">onSupportActionModeFinished</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onSupportActionModeStarted-android.support.v7.view.ActionMode-" title="class or interface in android.support.v7.app">onSupportActionModeStarted</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onSupportContentChanged--" title="class or interface in android.support.v7.app">onSupportContentChanged</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onSupportNavigateUp--" title="class or interface in android.support.v7.app">onSupportNavigateUp</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onTitleChanged-java.lang.CharSequence-int-" title="class or interface in android.support.v7.app">onTitleChanged</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onWindowStartingSupportActionMode-android.support.v7.view.ActionMode.Callback-" title="class or interface in android.support.v7.app">onWindowStartingSupportActionMode</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#openOptionsMenu--" title="class or interface in android.support.v7.app">openOptionsMenu</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setContentView-int-" title="class or interface in android.support.v7.app">setContentView</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setContentView-android.view.View-" title="class or interface in android.support.v7.app">setContentView</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setContentView-android.view.View-android.view.ViewGroup.LayoutParams-" title="class or interface in android.support.v7.app">setContentView</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setSupportActionBar-android.support.v7.widget.Toolbar-" title="class or interface in android.support.v7.app">setSupportActionBar</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setSupportProgress-int-" title="class or interface in android.support.v7.app">setSupportProgress</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setSupportProgressBarIndeterminate-boolean-" title="class or interface in android.support.v7.app">setSupportProgressBarIndeterminate</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setSupportProgressBarIndeterminateVisibility-boolean-" title="class or interface in android.support.v7.app">setSupportProgressBarIndeterminateVisibility</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setSupportProgressBarVisibility-boolean-" title="class or interface in android.support.v7.app">setSupportProgressBarVisibility</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setTheme-int-" title="class or interface in android.support.v7.app">setTheme</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#startSupportActionMode-android.support.v7.view.ActionMode.Callback-" title="class or interface in android.support.v7.app">startSupportActionMode</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#supportInvalidateOptionsMenu--" title="class or interface in android.support.v7.app">supportInvalidateOptionsMenu</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#supportNavigateUpTo-android.content.Intent-" title="class or interface in android.support.v7.app">supportNavigateUpTo</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#supportRequestWindowFeature-int-" title="class or interface in android.support.v7.app">supportRequestWindowFeature</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#supportShouldUpRecreateTask-android.content.Intent-" title="class or interface in android.support.v7.app">supportShouldUpRecreateTask</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.support.v4.app.FragmentActivity">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true" title="class or interface in android.support.v4.app">FragmentActivity</a></h3>
<code><a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#dump-java.lang.String-java.io.FileDescriptor-java.io.PrintWriter-java.lang.String:A-" title="class or interface in android.support.v4.app">dump</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#getLastCustomNonConfigurationInstance--" title="class or interface in android.support.v4.app">getLastCustomNonConfigurationInstance</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#getLifecycle--" title="class or interface in android.support.v4.app">getLifecycle</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#getSupportFragmentManager--" title="class or interface in android.support.v4.app">getSupportFragmentManager</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#getSupportLoaderManager--" title="class or interface in android.support.v4.app">getSupportLoaderManager</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#getViewModelStore--" title="class or interface in android.support.v4.app">getViewModelStore</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onActivityResult-int-int-android.content.Intent-" title="class or interface in android.support.v4.app">onActivityResult</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onAttachFragment-android.support.v4.app.Fragment-" title="class or interface in android.support.v4.app">onAttachFragment</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onBackPressed--" title="class or interface in android.support.v4.app">onBackPressed</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onCreatePanelMenu-int-android.view.Menu-" title="class or interface in android.support.v4.app">onCreatePanelMenu</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onLowMemory--" title="class or interface in android.support.v4.app">onLowMemory</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onMultiWindowModeChanged-boolean-" title="class or interface in android.support.v4.app">onMultiWindowModeChanged</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onNewIntent-android.content.Intent-" title="class or interface in android.support.v4.app">onNewIntent</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onPause--" title="class or interface in android.support.v4.app">onPause</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onPictureInPictureModeChanged-boolean-" title="class or interface in android.support.v4.app">onPictureInPictureModeChanged</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onPrepareOptionsPanel-android.view.View-android.view.Menu-" title="class or interface in android.support.v4.app">onPrepareOptionsPanel</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onPreparePanel-int-android.view.View-android.view.Menu-" title="class or interface in android.support.v4.app">onPreparePanel</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onRequestPermissionsResult-int-java.lang.String:A-int:A-" title="class or interface in android.support.v4.app">onRequestPermissionsResult</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onResume--" title="class or interface in android.support.v4.app">onResume</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onResumeFragments--" title="class or interface in android.support.v4.app">onResumeFragments</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onRetainCustomNonConfigurationInstance--" title="class or interface in android.support.v4.app">onRetainCustomNonConfigurationInstance</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onRetainNonConfigurationInstance--" title="class or interface in android.support.v4.app">onRetainNonConfigurationInstance</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onStateNotSaved--" title="class or interface in android.support.v4.app">onStateNotSaved</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#setEnterSharedElementCallback-android.support.v4.app.SharedElementCallback-" title="class or interface in android.support.v4.app">setEnterSharedElementCallback</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#setExitSharedElementCallback-android.support.v4.app.SharedElementCallback-" title="class or interface in android.support.v4.app">setExitSharedElementCallback</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#startActivityForResult-android.content.Intent-int-" title="class or interface in android.support.v4.app">startActivityForResult</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#startActivityFromFragment-android.support.v4.app.Fragment-android.content.Intent-int-" title="class or interface in android.support.v4.app">startActivityFromFragment</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#startActivityFromFragment-android.support.v4.app.Fragment-android.content.Intent-int-android.os.Bundle-" title="class or interface in android.support.v4.app">startActivityFromFragment</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#startIntentSenderFromFragment-android.support.v4.app.Fragment-android.content.IntentSender-int-android.content.Intent-int-int-int-android.os.Bundle-" title="class or interface in android.support.v4.app">startIntentSenderFromFragment</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#supportFinishAfterTransition--" title="class or interface in android.support.v4.app">supportFinishAfterTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#supportPostponeEnterTransition--" title="class or interface in android.support.v4.app">supportPostponeEnterTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#supportStartPostponedEnterTransition--" title="class or interface in android.support.v4.app">supportStartPostponedEnterTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#validateRequestPermissionsRequestCode-int-" title="class or interface in android.support.v4.app">validateRequestPermissionsRequestCode</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.support.v4.app.SupportActivity">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.html?is-external=true" title="class or interface in android.support.v4.app">SupportActivity</a></h3>
<code><a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.html?is-external=true#getExtraData-java.lang.Class-" title="class or interface in android.support.v4.app">getExtraData</a>, <a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.html?is-external=true#putExtraData-android.support.v4.app.SupportActivity.ExtraData-" title="class or interface in android.support.v4.app">putExtraData</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.app.Activity">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.app.<a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></h3>
<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#attachBaseContext-android.content.Context-" title="class or interface in android.app">attachBaseContext</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#closeContextMenu--" title="class or interface in android.app">closeContextMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#createPendingResult-int-android.content.Intent-int-" title="class or interface in android.app">createPendingResult</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dismissDialog-int-" title="class or interface in android.app">dismissDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dismissKeyboardShortcutsHelper--" title="class or interface in android.app">dismissKeyboardShortcutsHelper</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dispatchGenericMotionEvent-android.view.MotionEvent-" title="class or interface in android.app">dispatchGenericMotionEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dispatchKeyShortcutEvent-android.view.KeyEvent-" title="class or interface in android.app">dispatchKeyShortcutEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dispatchPopulateAccessibilityEvent-android.view.accessibility.AccessibilityEvent-" title="class or interface in android.app">dispatchPopulateAccessibilityEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dispatchTouchEvent-android.view.MotionEvent-" title="class or interface in android.app">dispatchTouchEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dispatchTrackballEvent-android.view.MotionEvent-" title="class or interface in android.app">dispatchTrackballEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#enterPictureInPictureMode--" title="class or interface in android.app">enterPictureInPictureMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#enterPictureInPictureMode-android.app.PictureInPictureParams-" title="class or interface in android.app">enterPictureInPictureMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finish--" title="class or interface in android.app">finish</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishActivity-int-" title="class or interface in android.app">finishActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishActivityFromChild-android.app.Activity-int-" title="class or interface in android.app">finishActivityFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishAffinity--" title="class or interface in android.app">finishAffinity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishAfterTransition--" title="class or interface in android.app">finishAfterTransition</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishAndRemoveTask--" title="class or interface in android.app">finishAndRemoveTask</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishFromChild-android.app.Activity-" title="class or interface in android.app">finishFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getActionBar--" title="class or interface in android.app">getActionBar</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getApplication--" title="class or interface in android.app">getApplication</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getCallingActivity--" title="class or interface in android.app">getCallingActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getCallingPackage--" title="class or interface in android.app">getCallingPackage</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getChangingConfigurations--" title="class or interface in android.app">getChangingConfigurations</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getComponentName--" title="class or interface in android.app">getComponentName</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getContentScene--" title="class or interface in android.app">getContentScene</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getContentTransitionManager--" title="class or interface in android.app">getContentTransitionManager</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getCurrentFocus--" title="class or interface in android.app">getCurrentFocus</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getFragmentManager--" title="class or interface in android.app">getFragmentManager</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getIntent--" title="class or interface in android.app">getIntent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getLastNonConfigurationInstance--" title="class or interface in android.app">getLastNonConfigurationInstance</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getLayoutInflater--" title="class or interface in android.app">getLayoutInflater</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getLoaderManager--" title="class or interface in android.app">getLoaderManager</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getLocalClassName--" title="class or interface in android.app">getLocalClassName</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getMaxNumPictureInPictureActions--" title="class or interface in android.app">getMaxNumPictureInPictureActions</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getMediaController--" title="class or interface in android.app">getMediaController</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getParent--" title="class or interface in android.app">getParent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getParentActivityIntent--" title="class or interface in android.app">getParentActivityIntent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getPreferences-int-" title="class or interface in android.app">getPreferences</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getReferrer--" title="class or interface in android.app">getReferrer</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getRequestedOrientation--" title="class or interface in android.app">getRequestedOrientation</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getSearchEvent--" title="class or interface in android.app">getSearchEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getSystemService-java.lang.String-" title="class or interface in android.app">getSystemService</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getTaskId--" title="class or interface in android.app">getTaskId</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getTitle--" title="class or interface in android.app">getTitle</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getTitleColor--" title="class or interface in android.app">getTitleColor</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getVoiceInteractor--" title="class or interface in android.app">getVoiceInteractor</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getVolumeControlStream--" title="class or interface in android.app">getVolumeControlStream</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getWindow--" title="class or interface in android.app">getWindow</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getWindowManager--" title="class or interface in android.app">getWindowManager</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#hasWindowFocus--" title="class or interface in android.app">hasWindowFocus</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isActivityTransitionRunning--" title="class or interface in android.app">isActivityTransitionRunning</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isChangingConfigurations--" title="class or interface in android.app">isChangingConfigurations</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isChild--" title="class or interface in android.app">isChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isDestroyed--" title="class or interface in android.app">isDestroyed</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isFinishing--" title="class or interface in android.app">isFinishing</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isImmersive--" title="class or interface in android.app">isImmersive</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isInMultiWindowMode--" title="class or interface in android.app">isInMultiWindowMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isInPictureInPictureMode--" title="class or interface in android.app">isInPictureInPictureMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isLocalVoiceInteractionSupported--" title="class or interface in android.app">isLocalVoiceInteractionSupported</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isTaskRoot--" title="class or interface in android.app">isTaskRoot</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isVoiceInteraction--" title="class or interface in android.app">isVoiceInteraction</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isVoiceInteractionRoot--" title="class or interface in android.app">isVoiceInteractionRoot</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#managedQuery-android.net.Uri-java.lang.String:A-java.lang.String-java.lang.String:A-java.lang.String-" title="class or interface in android.app">managedQuery</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#moveTaskToBack-boolean-" title="class or interface in android.app">moveTaskToBack</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#navigateUpTo-android.content.Intent-" title="class or interface in android.app">navigateUpTo</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#navigateUpToFromChild-android.app.Activity-android.content.Intent-" title="class or interface in android.app">navigateUpToFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onActionModeFinished-android.view.ActionMode-" title="class or interface in android.app">onActionModeFinished</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onActionModeStarted-android.view.ActionMode-" title="class or interface in android.app">onActionModeStarted</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onActivityReenter-int-android.content.Intent-" title="class or interface in android.app">onActivityReenter</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onApplyThemeResource-android.content.res.Resources.Theme-int-boolean-" title="class or interface in android.app">onApplyThemeResource</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onAttachedToWindow--" title="class or interface in android.app">onAttachedToWindow</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onAttachFragment-android.app.Fragment-" title="class or interface in android.app">onAttachFragment</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onChildTitleChanged-android.app.Activity-java.lang.CharSequence-" title="class or interface in android.app">onChildTitleChanged</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onContextItemSelected-android.view.MenuItem-" title="class or interface in android.app">onContextItemSelected</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onContextMenuClosed-android.view.Menu-" title="class or interface in android.app">onContextMenuClosed</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreate-android.os.Bundle-android.os.PersistableBundle-" title="class or interface in android.app">onCreate</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateContextMenu-android.view.ContextMenu-android.view.View-android.view.ContextMenu.ContextMenuInfo-" title="class or interface in android.app">onCreateContextMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateDescription--" title="class or interface in android.app">onCreateDescription</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateDialog-int-" title="class or interface in android.app">onCreateDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateDialog-int-android.os.Bundle-" title="class or interface in android.app">onCreateDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateNavigateUpTaskStack-android.app.TaskStackBuilder-" title="class or interface in android.app">onCreateNavigateUpTaskStack</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateOptionsMenu-android.view.Menu-" title="class or interface in android.app">onCreateOptionsMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreatePanelView-int-" title="class or interface in android.app">onCreatePanelView</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateThumbnail-android.graphics.Bitmap-android.graphics.Canvas-" title="class or interface in android.app">onCreateThumbnail</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onDetachedFromWindow--" title="class or interface in android.app">onDetachedFromWindow</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onEnterAnimationComplete--" title="class or interface in android.app">onEnterAnimationComplete</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onGenericMotionEvent-android.view.MotionEvent-" title="class or interface in android.app">onGenericMotionEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onKeyLongPress-int-android.view.KeyEvent-" title="class or interface in android.app">onKeyLongPress</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onKeyMultiple-int-int-android.view.KeyEvent-" title="class or interface in android.app">onKeyMultiple</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onKeyShortcut-int-android.view.KeyEvent-" title="class or interface in android.app">onKeyShortcut</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onKeyUp-int-android.view.KeyEvent-" title="class or interface in android.app">onKeyUp</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onLocalVoiceInteractionStarted--" title="class or interface in android.app">onLocalVoiceInteractionStarted</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onLocalVoiceInteractionStopped--" title="class or interface in android.app">onLocalVoiceInteractionStopped</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onMultiWindowModeChanged-boolean-android.content.res.Configuration-" title="class or interface in android.app">onMultiWindowModeChanged</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onNavigateUp--" title="class or interface in android.app">onNavigateUp</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onNavigateUpFromChild-android.app.Activity-" title="class or interface in android.app">onNavigateUpFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onOptionsItemSelected-android.view.MenuItem-" title="class or interface in android.app">onOptionsItemSelected</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onOptionsMenuClosed-android.view.Menu-" title="class or interface in android.app">onOptionsMenuClosed</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPictureInPictureModeChanged-boolean-android.content.res.Configuration-" title="class or interface in android.app">onPictureInPictureModeChanged</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPostCreate-android.os.Bundle-android.os.PersistableBundle-" title="class or interface in android.app">onPostCreate</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPrepareDialog-int-android.app.Dialog-" title="class or interface in android.app">onPrepareDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPrepareDialog-int-android.app.Dialog-android.os.Bundle-" title="class or interface in android.app">onPrepareDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPrepareNavigateUpTaskStack-android.app.TaskStackBuilder-" title="class or interface in android.app">onPrepareNavigateUpTaskStack</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPrepareOptionsMenu-android.view.Menu-" title="class or interface in android.app">onPrepareOptionsMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onProvideAssistContent-android.app.assist.AssistContent-" title="class or interface in android.app">onProvideAssistContent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onProvideAssistData-android.os.Bundle-" title="class or interface in android.app">onProvideAssistData</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onProvideKeyboardShortcuts-java.util.List-android.view.Menu-int-" title="class or interface in android.app">onProvideKeyboardShortcuts</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onProvideReferrer--" title="class or interface in android.app">onProvideReferrer</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onRestart--" title="class or interface in android.app">onRestart</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onRestoreInstanceState-android.os.Bundle-" title="class or interface in android.app">onRestoreInstanceState</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onRestoreInstanceState-android.os.Bundle-android.os.PersistableBundle-" title="class or interface in android.app">onRestoreInstanceState</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onSaveInstanceState-android.os.Bundle-android.os.PersistableBundle-" title="class or interface in android.app">onSaveInstanceState</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onSearchRequested--" title="class or interface in android.app">onSearchRequested</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onSearchRequested-android.view.SearchEvent-" title="class or interface in android.app">onSearchRequested</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onTouchEvent-android.view.MotionEvent-" title="class or interface in android.app">onTouchEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onTrackballEvent-android.view.MotionEvent-" title="class or interface in android.app">onTrackballEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onTrimMemory-int-" title="class or interface in android.app">onTrimMemory</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onUserInteraction--" title="class or interface in android.app">onUserInteraction</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onUserLeaveHint--" title="class or interface in android.app">onUserLeaveHint</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onVisibleBehindCanceled--" title="class or interface in android.app">onVisibleBehindCanceled</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onWindowAttributesChanged-android.view.WindowManager.LayoutParams-" title="class or interface in android.app">onWindowAttributesChanged</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onWindowFocusChanged-boolean-" title="class or interface in android.app">onWindowFocusChanged</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onWindowStartingActionMode-android.view.ActionMode.Callback-" title="class or interface in android.app">onWindowStartingActionMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onWindowStartingActionMode-android.view.ActionMode.Callback-int-" title="class or interface in android.app">onWindowStartingActionMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#openContextMenu-android.view.View-" title="class or interface in android.app">openContextMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#overridePendingTransition-int-int-" title="class or interface in android.app">overridePendingTransition</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#postponeEnterTransition--" title="class or interface in android.app">postponeEnterTransition</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#recreate--" title="class or interface in android.app">recreate</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#registerForContextMenu-android.view.View-" title="class or interface in android.app">registerForContextMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#releaseInstance--" title="class or interface in android.app">releaseInstance</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#removeDialog-int-" title="class or interface in android.app">removeDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#reportFullyDrawn--" title="class or interface in android.app">reportFullyDrawn</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requestDragAndDropPermissions-android.view.DragEvent-" title="class or interface in android.app">requestDragAndDropPermissions</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requestPermissions-java.lang.String:A-int-" title="class or interface in android.app">requestPermissions</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requestShowKeyboardShortcuts--" title="class or interface in android.app">requestShowKeyboardShortcuts</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requestVisibleBehind-boolean-" title="class or interface in android.app">requestVisibleBehind</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requestWindowFeature-int-" title="class or interface in android.app">requestWindowFeature</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requireViewById-int-" title="class or interface in android.app">requireViewById</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#runOnUiThread-java.lang.Runnable-" title="class or interface in android.app">runOnUiThread</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setActionBar-android.widget.Toolbar-" title="class or interface in android.app">setActionBar</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setContentTransitionManager-android.transition.TransitionManager-" title="class or interface in android.app">setContentTransitionManager</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setDefaultKeyMode-int-" title="class or interface in android.app">setDefaultKeyMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setEnterSharedElementCallback-android.app.SharedElementCallback-" title="class or interface in android.app">setEnterSharedElementCallback</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setExitSharedElementCallback-android.app.SharedElementCallback-" title="class or interface in android.app">setExitSharedElementCallback</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setFeatureDrawable-int-android.graphics.drawable.Drawable-" title="class or interface in android.app">setFeatureDrawable</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setFeatureDrawableAlpha-int-int-" title="class or interface in android.app">setFeatureDrawableAlpha</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setFeatureDrawableResource-int-int-" title="class or interface in android.app">setFeatureDrawableResource</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setFeatureDrawableUri-int-android.net.Uri-" title="class or interface in android.app">setFeatureDrawableUri</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setFinishOnTouchOutside-boolean-" title="class or interface in android.app">setFinishOnTouchOutside</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setImmersive-boolean-" title="class or interface in android.app">setImmersive</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setIntent-android.content.Intent-" title="class or interface in android.app">setIntent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setMediaController-android.media.session.MediaController-" title="class or interface in android.app">setMediaController</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setPictureInPictureParams-android.app.PictureInPictureParams-" title="class or interface in android.app">setPictureInPictureParams</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setProgress-int-" title="class or interface in android.app">setProgress</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setProgressBarIndeterminate-boolean-" title="class or interface in android.app">setProgressBarIndeterminate</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setProgressBarIndeterminateVisibility-boolean-" title="class or interface in android.app">setProgressBarIndeterminateVisibility</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setProgressBarVisibility-boolean-" title="class or interface in android.app">setProgressBarVisibility</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setRequestedOrientation-int-" title="class or interface in android.app">setRequestedOrientation</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setResult-int-" title="class or interface in android.app">setResult</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setResult-int-android.content.Intent-" title="class or interface in android.app">setResult</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setSecondaryProgress-int-" title="class or interface in android.app">setSecondaryProgress</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setShowWhenLocked-boolean-" title="class or interface in android.app">setShowWhenLocked</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setTaskDescription-android.app.ActivityManager.TaskDescription-" title="class or interface in android.app">setTaskDescription</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setTitle-java.lang.CharSequence-" title="class or interface in android.app">setTitle</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setTitle-int-" title="class or interface in android.app">setTitle</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setTitleColor-int-" title="class or interface in android.app">setTitleColor</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setTurnScreenOn-boolean-" title="class or interface in android.app">setTurnScreenOn</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setVisible-boolean-" title="class or interface in android.app">setVisible</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setVolumeControlStream-int-" title="class or interface in android.app">setVolumeControlStream</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setVrModeEnabled-boolean-android.content.ComponentName-" title="class or interface in android.app">setVrModeEnabled</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#shouldShowRequestPermissionRationale-java.lang.String-" title="class or interface in android.app">shouldShowRequestPermissionRationale</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#shouldUpRecreateTask-android.content.Intent-" title="class or interface in android.app">shouldUpRecreateTask</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#showAssist-android.os.Bundle-" title="class or interface in android.app">showAssist</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#showDialog-int-" title="class or interface in android.app">showDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#showDialog-int-android.os.Bundle-" title="class or interface in android.app">showDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#showLockTaskEscapeMessage--" title="class or interface in android.app">showLockTaskEscapeMessage</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActionMode-android.view.ActionMode.Callback-" title="class or interface in android.app">startActionMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActionMode-android.view.ActionMode.Callback-int-" title="class or interface in android.app">startActionMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivities-android.content.Intent:A-" title="class or interface in android.app">startActivities</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivities-android.content.Intent:A-android.os.Bundle-" title="class or interface in android.app">startActivities</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivity-android.content.Intent-" title="class or interface in android.app">startActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivity-android.content.Intent-android.os.Bundle-" title="class or interface in android.app">startActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityFromChild-android.app.Activity-android.content.Intent-int-" title="class or interface in android.app">startActivityFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityFromChild-android.app.Activity-android.content.Intent-int-android.os.Bundle-" title="class or interface in android.app">startActivityFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityFromFragment-android.app.Fragment-android.content.Intent-int-" title="class or interface in android.app">startActivityFromFragment</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityFromFragment-android.app.Fragment-android.content.Intent-int-android.os.Bundle-" title="class or interface in android.app">startActivityFromFragment</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityIfNeeded-android.content.Intent-int-" title="class or interface in android.app">startActivityIfNeeded</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityIfNeeded-android.content.Intent-int-android.os.Bundle-" title="class or interface in android.app">startActivityIfNeeded</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSender-android.content.IntentSender-android.content.Intent-int-int-int-" title="class or interface in android.app">startIntentSender</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSender-android.content.IntentSender-android.content.Intent-int-int-int-android.os.Bundle-" title="class or interface in android.app">startIntentSender</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSenderFromChild-android.app.Activity-android.content.IntentSender-int-android.content.Intent-int-int-int-" title="class or interface in android.app">startIntentSenderFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSenderFromChild-android.app.Activity-android.content.IntentSender-int-android.content.Intent-int-int-int-android.os.Bundle-" title="class or interface in android.app">startIntentSenderFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startLocalVoiceInteraction-android.os.Bundle-" title="class or interface in android.app">startLocalVoiceInteraction</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startLockTask--" title="class or interface in android.app">startLockTask</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startManagingCursor-android.database.Cursor-" title="class or interface in android.app">startManagingCursor</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startNextMatchingActivity-android.content.Intent-" title="class or interface in android.app">startNextMatchingActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startNextMatchingActivity-android.content.Intent-android.os.Bundle-" title="class or interface in android.app">startNextMatchingActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startPostponedEnterTransition--" title="class or interface in android.app">startPostponedEnterTransition</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startSearch-java.lang.String-boolean-android.os.Bundle-boolean-" title="class or interface in android.app">startSearch</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#stopLocalVoiceInteraction--" title="class or interface in android.app">stopLocalVoiceInteraction</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#stopLockTask--" title="class or interface in android.app">stopLockTask</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#stopManagingCursor-android.database.Cursor-" title="class or interface in android.app">stopManagingCursor</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#takeKeyEvents-boolean-" title="class or interface in android.app">takeKeyEvents</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#triggerSearch-java.lang.String-android.os.Bundle-" title="class or interface in android.app">triggerSearch</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#unregisterForContextMenu-android.view.View-" title="class or interface in android.app">unregisterForContextMenu</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.view.ContextThemeWrapper">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.view.<a href="https://developer.android.com/reference/android/view/ContextThemeWrapper.html?is-external=true" title="class or interface in android.view">ContextThemeWrapper</a></h3>
<code><a href="https://developer.android.com/reference/android/view/ContextThemeWrapper.html?is-external=true#applyOverrideConfiguration-android.content.res.Configuration-" title="class or interface in android.view">applyOverrideConfiguration</a>, <a href="https://developer.android.com/reference/android/view/ContextThemeWrapper.html?is-external=true#getAssets--" title="class or interface in android.view">getAssets</a>, <a href="https://developer.android.com/reference/android/view/ContextThemeWrapper.html?is-external=true#getTheme--" title="class or interface in android.view">getTheme</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.content.ContextWrapper">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.content.<a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true" title="class or interface in android.content">ContextWrapper</a></h3>
<code><a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#bindService-android.content.Intent-android.content.ServiceConnection-int-" title="class or interface in android.content">bindService</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkCallingOrSelfPermission-java.lang.String-" title="class or interface in android.content">checkCallingOrSelfPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkCallingOrSelfUriPermission-android.net.Uri-int-" title="class or interface in android.content">checkCallingOrSelfUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkCallingPermission-java.lang.String-" title="class or interface in android.content">checkCallingPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkCallingUriPermission-android.net.Uri-int-" title="class or interface in android.content">checkCallingUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkPermission-java.lang.String-int-int-" title="class or interface in android.content">checkPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkSelfPermission-java.lang.String-" title="class or interface in android.content">checkSelfPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkUriPermission-android.net.Uri-int-int-int-" title="class or interface in android.content">checkUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkUriPermission-android.net.Uri-java.lang.String-java.lang.String-int-int-int-" title="class or interface in android.content">checkUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#clearWallpaper--" title="class or interface in android.content">clearWallpaper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#createConfigurationContext-android.content.res.Configuration-" title="class or interface in android.content">createConfigurationContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#createContextForSplit-java.lang.String-" title="class or interface in android.content">createContextForSplit</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#createDeviceProtectedStorageContext--" title="class or interface in android.content">createDeviceProtectedStorageContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#createDisplayContext-android.view.Display-" title="class or interface in android.content">createDisplayContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#createPackageContext-java.lang.String-int-" title="class or interface in android.content">createPackageContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#databaseList--" title="class or interface in android.content">databaseList</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#deleteDatabase-java.lang.String-" title="class or interface in android.content">deleteDatabase</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#deleteFile-java.lang.String-" title="class or interface in android.content">deleteFile</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#deleteSharedPreferences-java.lang.String-" title="class or interface in android.content">deleteSharedPreferences</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceCallingOrSelfPermission-java.lang.String-java.lang.String-" title="class or interface in android.content">enforceCallingOrSelfPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceCallingOrSelfUriPermission-android.net.Uri-int-java.lang.String-" title="class or interface in android.content">enforceCallingOrSelfUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceCallingPermission-java.lang.String-java.lang.String-" title="class or interface in android.content">enforceCallingPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceCallingUriPermission-android.net.Uri-int-java.lang.String-" title="class or interface in android.content">enforceCallingUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforcePermission-java.lang.String-int-int-java.lang.String-" title="class or interface in android.content">enforcePermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceUriPermission-android.net.Uri-int-int-int-java.lang.String-" title="class or interface in android.content">enforceUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceUriPermission-android.net.Uri-java.lang.String-java.lang.String-int-int-int-java.lang.String-" title="class or interface in android.content">enforceUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#fileList--" title="class or interface in android.content">fileList</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getApplicationContext--" title="class or interface in android.content">getApplicationContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getApplicationInfo--" title="class or interface in android.content">getApplicationInfo</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getBaseContext--" title="class or interface in android.content">getBaseContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getCacheDir--" title="class or interface in android.content">getCacheDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getClassLoader--" title="class or interface in android.content">getClassLoader</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getCodeCacheDir--" title="class or interface in android.content">getCodeCacheDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getContentResolver--" title="class or interface in android.content">getContentResolver</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getDatabasePath-java.lang.String-" title="class or interface in android.content">getDatabasePath</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getDataDir--" title="class or interface in android.content">getDataDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getDir-java.lang.String-int-" title="class or interface in android.content">getDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getExternalCacheDir--" title="class or interface in android.content">getExternalCacheDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getExternalCacheDirs--" title="class or interface in android.content">getExternalCacheDirs</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getExternalFilesDir-java.lang.String-" title="class or interface in android.content">getExternalFilesDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getExternalFilesDirs-java.lang.String-" title="class or interface in android.content">getExternalFilesDirs</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getExternalMediaDirs--" title="class or interface in android.content">getExternalMediaDirs</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getFilesDir--" title="class or interface in android.content">getFilesDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getFileStreamPath-java.lang.String-" title="class or interface in android.content">getFileStreamPath</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getMainExecutor--" title="class or interface in android.content">getMainExecutor</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getMainLooper--" title="class or interface in android.content">getMainLooper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getNoBackupFilesDir--" title="class or interface in android.content">getNoBackupFilesDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getObbDir--" title="class or interface in android.content">getObbDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getObbDirs--" title="class or interface in android.content">getObbDirs</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getPackageCodePath--" title="class or interface in android.content">getPackageCodePath</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getPackageManager--" title="class or interface in android.content">getPackageManager</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getPackageName--" title="class or interface in android.content">getPackageName</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getPackageResourcePath--" title="class or interface in android.content">getPackageResourcePath</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getSharedPreferences-java.lang.String-int-" title="class or interface in android.content">getSharedPreferences</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getSystemServiceName-java.lang.Class-" title="class or interface in android.content">getSystemServiceName</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getWallpaper--" title="class or interface in android.content">getWallpaper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getWallpaperDesiredMinimumHeight--" title="class or interface in android.content">getWallpaperDesiredMinimumHeight</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getWallpaperDesiredMinimumWidth--" title="class or interface in android.content">getWallpaperDesiredMinimumWidth</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#grantUriPermission-java.lang.String-android.net.Uri-int-" title="class or interface in android.content">grantUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#isDeviceProtectedStorage--" title="class or interface in android.content">isDeviceProtectedStorage</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#isRestricted--" title="class or interface in android.content">isRestricted</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#moveDatabaseFrom-android.content.Context-java.lang.String-" title="class or interface in android.content">moveDatabaseFrom</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#moveSharedPreferencesFrom-android.content.Context-java.lang.String-" title="class or interface in android.content">moveSharedPreferencesFrom</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#openFileInput-java.lang.String-" title="class or interface in android.content">openFileInput</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#openFileOutput-java.lang.String-int-" title="class or interface in android.content">openFileOutput</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#openOrCreateDatabase-java.lang.String-int-android.database.sqlite.SQLiteDatabase.CursorFactory-" title="class or interface in android.content">openOrCreateDatabase</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#openOrCreateDatabase-java.lang.String-int-android.database.sqlite.SQLiteDatabase.CursorFactory-android.database.DatabaseErrorHandler-" title="class or interface in android.content">openOrCreateDatabase</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#peekWallpaper--" title="class or interface in android.content">peekWallpaper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#registerReceiver-android.content.BroadcastReceiver-android.content.IntentFilter-" title="class or interface in android.content">registerReceiver</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#registerReceiver-android.content.BroadcastReceiver-android.content.IntentFilter-int-" title="class or interface in android.content">registerReceiver</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#registerReceiver-android.content.BroadcastReceiver-android.content.IntentFilter-java.lang.String-android.os.Handler-" title="class or interface in android.content">registerReceiver</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#registerReceiver-android.content.BroadcastReceiver-android.content.IntentFilter-java.lang.String-android.os.Handler-int-" title="class or interface in android.content">registerReceiver</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#removeStickyBroadcast-android.content.Intent-" title="class or interface in android.content">removeStickyBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#removeStickyBroadcastAsUser-android.content.Intent-android.os.UserHandle-" title="class or interface in android.content">removeStickyBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#revokeUriPermission-java.lang.String-android.net.Uri-int-" title="class or interface in android.content">revokeUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#revokeUriPermission-android.net.Uri-int-" title="class or interface in android.content">revokeUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendBroadcast-android.content.Intent-" title="class or interface in android.content">sendBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendBroadcast-android.content.Intent-java.lang.String-" title="class or interface in android.content">sendBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendBroadcastAsUser-android.content.Intent-android.os.UserHandle-" title="class or interface in android.content">sendBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendBroadcastAsUser-android.content.Intent-android.os.UserHandle-java.lang.String-" title="class or interface in android.content">sendBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendOrderedBroadcast-android.content.Intent-java.lang.String-" title="class or interface in android.content">sendOrderedBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendOrderedBroadcast-android.content.Intent-java.lang.String-android.content.BroadcastReceiver-android.os.Handler-int-java.lang.String-android.os.Bundle-" title="class or interface in android.content">sendOrderedBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendOrderedBroadcastAsUser-android.content.Intent-android.os.UserHandle-java.lang.String-android.content.BroadcastReceiver-android.os.Handler-int-java.lang.String-android.os.Bundle-" title="class or interface in android.content">sendOrderedBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendStickyBroadcast-android.content.Intent-" title="class or interface in android.content">sendStickyBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendStickyBroadcastAsUser-android.content.Intent-android.os.UserHandle-" title="class or interface in android.content">sendStickyBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendStickyOrderedBroadcast-android.content.Intent-android.content.BroadcastReceiver-android.os.Handler-int-java.lang.String-android.os.Bundle-" title="class or interface in android.content">sendStickyOrderedBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendStickyOrderedBroadcastAsUser-android.content.Intent-android.os.UserHandle-android.content.BroadcastReceiver-android.os.Handler-int-java.lang.String-android.os.Bundle-" title="class or interface in android.content">sendStickyOrderedBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#setWallpaper-android.graphics.Bitmap-" title="class or interface in android.content">setWallpaper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#setWallpaper-java.io.InputStream-" title="class or interface in android.content">setWallpaper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#startForegroundService-android.content.Intent-" title="class or interface in android.content">startForegroundService</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#startInstrumentation-android.content.ComponentName-java.lang.String-android.os.Bundle-" title="class or interface in android.content">startInstrumentation</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#startService-android.content.Intent-" title="class or interface in android.content">startService</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#stopService-android.content.Intent-" title="class or interface in android.content">stopService</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#unbindService-android.content.ServiceConnection-" title="class or interface in android.content">unbindService</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#unregisterReceiver-android.content.BroadcastReceiver-" title="class or interface in android.content">unregisterReceiver</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.content.Context">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.content.<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a></h3>
<code><a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getColor-int-" title="class or interface in android.content">getColor</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getColorStateList-int-" title="class or interface in android.content">getColorStateList</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getDrawable-int-" title="class or interface in android.content">getDrawable</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getString-int-" title="class or interface in android.content">getString</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getString-int-java.lang.Object...-" title="class or interface in android.content">getString</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getSystemService-java.lang.Class-" title="class or interface in android.content">getSystemService</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getText-int-" title="class or interface in android.content">getText</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#obtainStyledAttributes-android.util.AttributeSet-int:A-" title="class or interface in android.content">obtainStyledAttributes</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#obtainStyledAttributes-android.util.AttributeSet-int:A-int-int-" title="class or interface in android.content">obtainStyledAttributes</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#obtainStyledAttributes-int:A-" title="class or interface in android.content">obtainStyledAttributes</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#obtainStyledAttributes-int-int:A-" title="class or interface in android.content">obtainStyledAttributes</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#registerComponentCallbacks-android.content.ComponentCallbacks-" title="class or interface in android.content">registerComponentCallbacks</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#unregisterComponentCallbacks-android.content.ComponentCallbacks-" title="class or interface in android.content">unregisterComponentCallbacks</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.view.Window.Callback">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;android.view.<a href="https://developer.android.com/reference/android/view/Window.Callback.html?is-external=true" title="class or interface in android.view">Window.Callback</a></h3>
<code><a href="https://developer.android.com/reference/android/view/Window.Callback.html?is-external=true#onPointerCaptureChanged-boolean-" title="class or interface in android.view">onPointerCaptureChanged</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="MainActivity--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>MainActivity</h4>
<pre>public&nbsp;MainActivity()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="onCreate-android.os.Bundle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onCreate</h4>
<pre>protected&nbsp;void&nbsp;onCreate(<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;savedInstanceState)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onCreate-android.os.Bundle-" title="class or interface in android.support.v4.app">android.support.v4.app.FragmentActivity</a></code></span></div>
<div class="block">Perform initialization of all fragments.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onCreate-android.os.Bundle-" title="class or interface in android.support.v7.app">onCreate</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true" title="class or interface in android.support.v7.app">AppCompatActivity</a></code></dd>
</dl>
</li>
</ul>
<a name="startActivityForResult-android.content.Intent-int-android.os.Bundle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>startActivityForResult</h4>
<pre>public&nbsp;void&nbsp;startActivityForResult(<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/support/annotation/Nullable.html?is-external=true" title="class or interface in android.support.annotation">@Nullable</a>
<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;options)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityForResult-android.content.Intent-int-android.os.Bundle-" title="class or interface in android.app">startActivityForResult</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></code></dd>
</dl>
</li>
</ul>
<a name="startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-android.os.Bundle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>startIntentSenderForResult</h4>
<pre>public&nbsp;void&nbsp;startIntentSenderForResult(<a href="https://developer.android.com/reference/android/content/IntentSender.html?is-external=true" title="class or interface in android.content">IntentSender</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/support/annotation/Nullable.html?is-external=true" title="class or interface in android.support.annotation">@Nullable</a>
<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;fillInIntent,
int&nbsp;flagsMask,
int&nbsp;flagsValues,
int&nbsp;extraFlags,
<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;options)
throws <a href="https://developer.android.com/reference/android/content/IntentSender.SendIntentException.html?is-external=true" title="class or interface in android.content">IntentSender.SendIntentException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-android.os.Bundle-" title="class or interface in android.app">startIntentSenderForResult</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/content/IntentSender.SendIntentException.html?is-external=true" title="class or interface in android.content">IntentSender.SendIntentException</a></code></dd>
</dl>
</li>
</ul>
<a name="onCreateView-android.view.View-java.lang.String-android.content.Context-android.util.AttributeSet-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onCreateView</h4>
<pre>public&nbsp;<a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a>&nbsp;onCreateView(<a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a>&nbsp;parent,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a>&nbsp;context,
<a href="https://developer.android.com/reference/android/util/AttributeSet.html?is-external=true" title="class or interface in android.util">AttributeSet</a>&nbsp;attrs)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory2.html?is-external=true#onCreateView-android.view.View-java.lang.String-android.content.Context-android.util.AttributeSet-" title="class or interface in android.view">onCreateView</a></code>&nbsp;in interface&nbsp;<code><a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory2.html?is-external=true" title="class or interface in android.view">LayoutInflater.Factory2</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateView-android.view.View-java.lang.String-android.content.Context-android.util.AttributeSet-" title="class or interface in android.app">onCreateView</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></code></dd>
</dl>
</li>
</ul>
<a name="onCreateView-java.lang.String-android.content.Context-android.util.AttributeSet-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onCreateView</h4>
<pre>public&nbsp;<a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a>&nbsp;onCreateView(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a>&nbsp;context,
<a href="https://developer.android.com/reference/android/util/AttributeSet.html?is-external=true" title="class or interface in android.util">AttributeSet</a>&nbsp;attrs)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory.html?is-external=true#onCreateView-java.lang.String-android.content.Context-android.util.AttributeSet-" title="class or interface in android.view">onCreateView</a></code>&nbsp;in interface&nbsp;<code><a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory.html?is-external=true" title="class or interface in android.view">LayoutInflater.Factory</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateView-java.lang.String-android.content.Context-android.util.AttributeSet-" title="class or interface in android.app">onCreateView</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></code></dd>
</dl>
</li>
</ul>
<a name="startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>startIntentSenderForResult</h4>
<pre>public&nbsp;void&nbsp;startIntentSenderForResult(<a href="https://developer.android.com/reference/android/content/IntentSender.html?is-external=true" title="class or interface in android.content">IntentSender</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/support/annotation/Nullable.html?is-external=true" title="class or interface in android.support.annotation">@Nullable</a>
<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;fillInIntent,
int&nbsp;flagsMask,
int&nbsp;flagsValues,
int&nbsp;extraFlags)
throws <a href="https://developer.android.com/reference/android/content/IntentSender.SendIntentException.html?is-external=true" title="class or interface in android.content">IntentSender.SendIntentException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-" title="class or interface in android.app">startIntentSenderForResult</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/content/IntentSender.SendIntentException.html?is-external=true" title="class or interface in android.content">IntentSender.SendIntentException</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../com/example/android/miwok/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/example/android/miwok/FamilyActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../com/example/android/miwok/NumbersActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/example/android/miwok/MainActivity.html" target="_top">Frames</a></li>
<li><a href="MainActivity.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.classes.inherited.from.class.android.support.v4.app.SupportActivity">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.android.app.Activity">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jan 23 12:46:17 CET 2019 -->
<title>NumbersActivity</title>
<meta name="date" content="2019-01-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="NumbersActivity";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../com/example/android/miwok/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/example/android/miwok/MainActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../com/example/android/miwok/NumbersFragment.html" title="class in com.example.android.miwok"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/example/android/miwok/NumbersActivity.html" target="_top">Frames</a></li>
<li><a href="NumbersActivity.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.classes.inherited.from.class.android.support.v4.app.SupportActivity">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.android.app.Activity">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.example.android.miwok</div>
<h2 title="Class NumbersActivity" class="title">Class NumbersActivity</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">android.content.Context</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true" title="class or interface in android.content">android.content.ContextWrapper</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/view/ContextThemeWrapper.html?is-external=true" title="class or interface in android.view">android.view.ContextThemeWrapper</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">android.app.Activity</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.html?is-external=true" title="class or interface in android.support.v4.app">android.support.v4.app.SupportActivity</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true" title="class or interface in android.support.v4.app">android.support.v4.app.FragmentActivity</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true" title="class or interface in android.support.v7.app">android.support.v7.app.AppCompatActivity</a></li>
<li>
<ul class="inheritance">
<li>com.example.android.miwok.NumbersActivity</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="https://developer.android.com/reference/android/arch.lifecycle.LifecycleOwner.html?is-external=true" title="class or interface in android">android.arch.lifecycle.LifecycleOwner</a>, <a href="https://developer.android.com/reference/android/arch.lifecycle.ViewModelStoreOwner.html?is-external=true" title="class or interface in android">android.arch.lifecycle.ViewModelStoreOwner</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks.html?is-external=true" title="class or interface in android.content">ComponentCallbacks</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true" title="class or interface in android.content">ComponentCallbacks2</a>, <a href="https://developer.android.com/reference/android/support/v4/app/ActivityCompat.OnRequestPermissionsResultCallback.html?is-external=true" title="class or interface in android.support.v4.app">ActivityCompat.OnRequestPermissionsResultCallback</a>, <a href="https://developer.android.com/reference/android/support/v4/app/ActivityCompat.RequestPermissionsRequestCodeValidator.html?is-external=true" title="class or interface in android.support.v4.app">ActivityCompat.RequestPermissionsRequestCodeValidator</a>, <a href="https://developer.android.com/reference/android/support/v4/app/TaskStackBuilder.SupportParentable.html?is-external=true" title="class or interface in android.support.v4.app">TaskStackBuilder.SupportParentable</a>, <a href="https://developer.android.com/reference/android/support/v7/app/ActionBarDrawerToggle.DelegateProvider.html?is-external=true" title="class or interface in android.support.v7.app">ActionBarDrawerToggle.DelegateProvider</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatCallback.html?is-external=true" title="class or interface in android.support.v7.app">AppCompatCallback</a>, <a href="https://developer.android.com/reference/android/view/KeyEvent.Callback.html?is-external=true" title="class or interface in android.view">KeyEvent.Callback</a>, <a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory.html?is-external=true" title="class or interface in android.view">LayoutInflater.Factory</a>, <a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory2.html?is-external=true" title="class or interface in android.view">LayoutInflater.Factory2</a>, <a href="https://developer.android.com/reference/android/view/View.OnCreateContextMenuListener.html?is-external=true" title="class or interface in android.view">View.OnCreateContextMenuListener</a>, <a href="https://developer.android.com/reference/android/view/Window.Callback.html?is-external=true" title="class or interface in android.view">Window.Callback</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">NumbersActivity</span>
extends <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true" title="class or interface in android.support.v7.app">AppCompatActivity</a></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.android.support.v4.app.SupportActivity">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.html?is-external=true" title="class or interface in android.support.v4.app">SupportActivity</a></h3>
<code><a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.ExtraData.html?is-external=true" title="class or interface in android.support.v4.app">SupportActivity.ExtraData</a></code></li>
</ul>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.android.app.Activity">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;android.app.<a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></h3>
<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#DEFAULT_KEYS_DIALER" title="class or interface in android.app">DEFAULT_KEYS_DIALER</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#DEFAULT_KEYS_DISABLE" title="class or interface in android.app">DEFAULT_KEYS_DISABLE</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#DEFAULT_KEYS_SEARCH_GLOBAL" title="class or interface in android.app">DEFAULT_KEYS_SEARCH_GLOBAL</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#DEFAULT_KEYS_SEARCH_LOCAL" title="class or interface in android.app">DEFAULT_KEYS_SEARCH_LOCAL</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#DEFAULT_KEYS_SHORTCUT" title="class or interface in android.app">DEFAULT_KEYS_SHORTCUT</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#FOCUSED_STATE_SET" title="class or interface in android.app">FOCUSED_STATE_SET</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#RESULT_CANCELED" title="class or interface in android.app">RESULT_CANCELED</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#RESULT_FIRST_USER" title="class or interface in android.app">RESULT_FIRST_USER</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#RESULT_OK" title="class or interface in android.app">RESULT_OK</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.android.content.Context">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;android.content.<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a></h3>
<code><a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#ACCESSIBILITY_SERVICE" title="class or interface in android.content">ACCESSIBILITY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#ACCOUNT_SERVICE" title="class or interface in android.content">ACCOUNT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#ACTIVITY_SERVICE" title="class or interface in android.content">ACTIVITY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#ALARM_SERVICE" title="class or interface in android.content">ALARM_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#APP_OPS_SERVICE" title="class or interface in android.content">APP_OPS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#APPWIDGET_SERVICE" title="class or interface in android.content">APPWIDGET_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#AUDIO_SERVICE" title="class or interface in android.content">AUDIO_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BATTERY_SERVICE" title="class or interface in android.content">BATTERY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_ABOVE_CLIENT" title="class or interface in android.content">BIND_ABOVE_CLIENT</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_ADJUST_WITH_ACTIVITY" title="class or interface in android.content">BIND_ADJUST_WITH_ACTIVITY</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_ALLOW_OOM_MANAGEMENT" title="class or interface in android.content">BIND_ALLOW_OOM_MANAGEMENT</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_AUTO_CREATE" title="class or interface in android.content">BIND_AUTO_CREATE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_DEBUG_UNBIND" title="class or interface in android.content">BIND_DEBUG_UNBIND</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_EXTERNAL_SERVICE" title="class or interface in android.content">BIND_EXTERNAL_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_IMPORTANT" title="class or interface in android.content">BIND_IMPORTANT</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_NOT_FOREGROUND" title="class or interface in android.content">BIND_NOT_FOREGROUND</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_WAIVE_PRIORITY" title="class or interface in android.content">BIND_WAIVE_PRIORITY</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BLUETOOTH_SERVICE" title="class or interface in android.content">BLUETOOTH_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CAMERA_SERVICE" title="class or interface in android.content">CAMERA_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CAPTIONING_SERVICE" title="class or interface in android.content">CAPTIONING_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CARRIER_CONFIG_SERVICE" title="class or interface in android.content">CARRIER_CONFIG_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CLIPBOARD_SERVICE" title="class or interface in android.content">CLIPBOARD_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#COMPANION_DEVICE_SERVICE" title="class or interface in android.content">COMPANION_DEVICE_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CONNECTIVITY_SERVICE" title="class or interface in android.content">CONNECTIVITY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CONSUMER_IR_SERVICE" title="class or interface in android.content">CONSUMER_IR_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CONTEXT_IGNORE_SECURITY" title="class or interface in android.content">CONTEXT_IGNORE_SECURITY</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CONTEXT_INCLUDE_CODE" title="class or interface in android.content">CONTEXT_INCLUDE_CODE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CONTEXT_RESTRICTED" title="class or interface in android.content">CONTEXT_RESTRICTED</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CROSS_PROFILE_APPS_SERVICE" title="class or interface in android.content">CROSS_PROFILE_APPS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#DEVICE_POLICY_SERVICE" title="class or interface in android.content">DEVICE_POLICY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#DISPLAY_SERVICE" title="class or interface in android.content">DISPLAY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#DOWNLOAD_SERVICE" title="class or interface in android.content">DOWNLOAD_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#DROPBOX_SERVICE" title="class or interface in android.content">DROPBOX_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#EUICC_SERVICE" title="class or interface in android.content">EUICC_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#FINGERPRINT_SERVICE" title="class or interface in android.content">FINGERPRINT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#HARDWARE_PROPERTIES_SERVICE" title="class or interface in android.content">HARDWARE_PROPERTIES_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#INPUT_METHOD_SERVICE" title="class or interface in android.content">INPUT_METHOD_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#INPUT_SERVICE" title="class or interface in android.content">INPUT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#IPSEC_SERVICE" title="class or interface in android.content">IPSEC_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#JOB_SCHEDULER_SERVICE" title="class or interface in android.content">JOB_SCHEDULER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#KEYGUARD_SERVICE" title="class or interface in android.content">KEYGUARD_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#LAUNCHER_APPS_SERVICE" title="class or interface in android.content">LAUNCHER_APPS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#LAYOUT_INFLATER_SERVICE" title="class or interface in android.content">LAYOUT_INFLATER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#LOCATION_SERVICE" title="class or interface in android.content">LOCATION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MEDIA_PROJECTION_SERVICE" title="class or interface in android.content">MEDIA_PROJECTION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MEDIA_ROUTER_SERVICE" title="class or interface in android.content">MEDIA_ROUTER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MEDIA_SESSION_SERVICE" title="class or interface in android.content">MEDIA_SESSION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MIDI_SERVICE" title="class or interface in android.content">MIDI_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_APPEND" title="class or interface in android.content">MODE_APPEND</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_ENABLE_WRITE_AHEAD_LOGGING" title="class or interface in android.content">MODE_ENABLE_WRITE_AHEAD_LOGGING</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_MULTI_PROCESS" title="class or interface in android.content">MODE_MULTI_PROCESS</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_NO_LOCALIZED_COLLATORS" title="class or interface in android.content">MODE_NO_LOCALIZED_COLLATORS</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_PRIVATE" title="class or interface in android.content">MODE_PRIVATE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_WORLD_READABLE" title="class or interface in android.content">MODE_WORLD_READABLE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_WORLD_WRITEABLE" title="class or interface in android.content">MODE_WORLD_WRITEABLE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#NETWORK_STATS_SERVICE" title="class or interface in android.content">NETWORK_STATS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#NFC_SERVICE" title="class or interface in android.content">NFC_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#NOTIFICATION_SERVICE" title="class or interface in android.content">NOTIFICATION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#NSD_SERVICE" title="class or interface in android.content">NSD_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#POWER_SERVICE" title="class or interface in android.content">POWER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#PRINT_SERVICE" title="class or interface in android.content">PRINT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#RECEIVER_VISIBLE_TO_INSTANT_APPS" title="class or interface in android.content">RECEIVER_VISIBLE_TO_INSTANT_APPS</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#RESTRICTIONS_SERVICE" title="class or interface in android.content">RESTRICTIONS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#SEARCH_SERVICE" title="class or interface in android.content">SEARCH_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#SENSOR_SERVICE" title="class or interface in android.content">SENSOR_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#SHORTCUT_SERVICE" title="class or interface in android.content">SHORTCUT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#STORAGE_SERVICE" title="class or interface in android.content">STORAGE_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#STORAGE_STATS_SERVICE" title="class or interface in android.content">STORAGE_STATS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#SYSTEM_HEALTH_SERVICE" title="class or interface in android.content">SYSTEM_HEALTH_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TELECOM_SERVICE" title="class or interface in android.content">TELECOM_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TELEPHONY_SERVICE" title="class or interface in android.content">TELEPHONY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TELEPHONY_SUBSCRIPTION_SERVICE" title="class or interface in android.content">TELEPHONY_SUBSCRIPTION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TEXT_CLASSIFICATION_SERVICE" title="class or interface in android.content">TEXT_CLASSIFICATION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TEXT_SERVICES_MANAGER_SERVICE" title="class or interface in android.content">TEXT_SERVICES_MANAGER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TV_INPUT_SERVICE" title="class or interface in android.content">TV_INPUT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#UI_MODE_SERVICE" title="class or interface in android.content">UI_MODE_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#USAGE_STATS_SERVICE" title="class or interface in android.content">USAGE_STATS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#USB_SERVICE" title="class or interface in android.content">USB_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#USER_SERVICE" title="class or interface in android.content">USER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#VIBRATOR_SERVICE" title="class or interface in android.content">VIBRATOR_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WALLPAPER_SERVICE" title="class or interface in android.content">WALLPAPER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WIFI_AWARE_SERVICE" title="class or interface in android.content">WIFI_AWARE_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WIFI_P2P_SERVICE" title="class or interface in android.content">WIFI_P2P_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WIFI_RTT_RANGING_SERVICE" title="class or interface in android.content">WIFI_RTT_RANGING_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WIFI_SERVICE" title="class or interface in android.content">WIFI_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WINDOW_SERVICE" title="class or interface in android.content">WINDOW_SERVICE</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.android.content.ComponentCallbacks2">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;android.content.<a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true" title="class or interface in android.content">ComponentCallbacks2</a></h3>
<code><a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_BACKGROUND" title="class or interface in android.content">TRIM_MEMORY_BACKGROUND</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_COMPLETE" title="class or interface in android.content">TRIM_MEMORY_COMPLETE</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_MODERATE" title="class or interface in android.content">TRIM_MEMORY_MODERATE</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_RUNNING_CRITICAL" title="class or interface in android.content">TRIM_MEMORY_RUNNING_CRITICAL</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_RUNNING_LOW" title="class or interface in android.content">TRIM_MEMORY_RUNNING_LOW</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_RUNNING_MODERATE" title="class or interface in android.content">TRIM_MEMORY_RUNNING_MODERATE</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_UI_HIDDEN" title="class or interface in android.content">TRIM_MEMORY_UI_HIDDEN</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/NumbersActivity.html#NumbersActivity--">NumbersActivity</a></span>()</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/NumbersActivity.html#onCreate-android.os.Bundle-">onCreate</a></span>(<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;savedInstanceState)</code>
<div class="block">Perform initialization of all fragments.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/NumbersActivity.html#onCreateView-java.lang.String-android.content.Context-android.util.AttributeSet-">onCreateView</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a>&nbsp;context,
<a href="https://developer.android.com/reference/android/util/AttributeSet.html?is-external=true" title="class or interface in android.util">AttributeSet</a>&nbsp;attrs)</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/NumbersActivity.html#onCreateView-android.view.View-java.lang.String-android.content.Context-android.util.AttributeSet-">onCreateView</a></span>(<a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a>&nbsp;parent,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a>&nbsp;context,
<a href="https://developer.android.com/reference/android/util/AttributeSet.html?is-external=true" title="class or interface in android.util">AttributeSet</a>&nbsp;attrs)</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/NumbersActivity.html#onStop--">onStop</a></span>()</code>
<div class="block">Dispatch onStop() to all fragments.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/NumbersActivity.html#startActivityForResult-android.content.Intent-int-android.os.Bundle-">startActivityForResult</a></span>(<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;options)</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/NumbersActivity.html#startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-">startIntentSenderForResult</a></span>(<a href="https://developer.android.com/reference/android/content/IntentSender.html?is-external=true" title="class or interface in android.content">IntentSender</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;fillInIntent,
int&nbsp;flagsMask,
int&nbsp;flagsValues,
int&nbsp;extraFlags)</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/NumbersActivity.html#startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-android.os.Bundle-">startIntentSenderForResult</a></span>(<a href="https://developer.android.com/reference/android/content/IntentSender.html?is-external=true" title="class or interface in android.content">IntentSender</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;fillInIntent,
int&nbsp;flagsMask,
int&nbsp;flagsValues,
int&nbsp;extraFlags,
<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;options)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.support.v7.app.AppCompatActivity">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.support.v7.app.<a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true" title="class or interface in android.support.v7.app">AppCompatActivity</a></h3>
<code><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#addContentView-android.view.View-android.view.ViewGroup.LayoutParams-" title="class or interface in android.support.v7.app">addContentView</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#closeOptionsMenu--" title="class or interface in android.support.v7.app">closeOptionsMenu</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#dispatchKeyEvent-android.view.KeyEvent-" title="class or interface in android.support.v7.app">dispatchKeyEvent</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#findViewById-int-" title="class or interface in android.support.v7.app">findViewById</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getDelegate--" title="class or interface in android.support.v7.app">getDelegate</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getDrawerToggleDelegate--" title="class or interface in android.support.v7.app">getDrawerToggleDelegate</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getMenuInflater--" title="class or interface in android.support.v7.app">getMenuInflater</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getResources--" title="class or interface in android.support.v7.app">getResources</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getSupportActionBar--" title="class or interface in android.support.v7.app">getSupportActionBar</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getSupportParentActivityIntent--" title="class or interface in android.support.v7.app">getSupportParentActivityIntent</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#invalidateOptionsMenu--" title="class or interface in android.support.v7.app">invalidateOptionsMenu</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onConfigurationChanged-android.content.res.Configuration-" title="class or interface in android.support.v7.app">onConfigurationChanged</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onContentChanged--" title="class or interface in android.support.v7.app">onContentChanged</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onCreateSupportNavigateUpTaskStack-android.support.v4.app.TaskStackBuilder-" title="class or interface in android.support.v7.app">onCreateSupportNavigateUpTaskStack</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onDestroy--" title="class or interface in android.support.v7.app">onDestroy</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onKeyDown-int-android.view.KeyEvent-" title="class or interface in android.support.v7.app">onKeyDown</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onMenuItemSelected-int-android.view.MenuItem-" title="class or interface in android.support.v7.app">onMenuItemSelected</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onMenuOpened-int-android.view.Menu-" title="class or interface in android.support.v7.app">onMenuOpened</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onPanelClosed-int-android.view.Menu-" title="class or interface in android.support.v7.app">onPanelClosed</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onPostCreate-android.os.Bundle-" title="class or interface in android.support.v7.app">onPostCreate</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onPostResume--" title="class or interface in android.support.v7.app">onPostResume</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onPrepareSupportNavigateUpTaskStack-android.support.v4.app.TaskStackBuilder-" title="class or interface in android.support.v7.app">onPrepareSupportNavigateUpTaskStack</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onSaveInstanceState-android.os.Bundle-" title="class or interface in android.support.v7.app">onSaveInstanceState</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onStart--" title="class or interface in android.support.v7.app">onStart</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onSupportActionModeFinished-android.support.v7.view.ActionMode-" title="class or interface in android.support.v7.app">onSupportActionModeFinished</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onSupportActionModeStarted-android.support.v7.view.ActionMode-" title="class or interface in android.support.v7.app">onSupportActionModeStarted</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onSupportContentChanged--" title="class or interface in android.support.v7.app">onSupportContentChanged</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onSupportNavigateUp--" title="class or interface in android.support.v7.app">onSupportNavigateUp</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onTitleChanged-java.lang.CharSequence-int-" title="class or interface in android.support.v7.app">onTitleChanged</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onWindowStartingSupportActionMode-android.support.v7.view.ActionMode.Callback-" title="class or interface in android.support.v7.app">onWindowStartingSupportActionMode</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#openOptionsMenu--" title="class or interface in android.support.v7.app">openOptionsMenu</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setContentView-int-" title="class or interface in android.support.v7.app">setContentView</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setContentView-android.view.View-" title="class or interface in android.support.v7.app">setContentView</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setContentView-android.view.View-android.view.ViewGroup.LayoutParams-" title="class or interface in android.support.v7.app">setContentView</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setSupportActionBar-android.support.v7.widget.Toolbar-" title="class or interface in android.support.v7.app">setSupportActionBar</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setSupportProgress-int-" title="class or interface in android.support.v7.app">setSupportProgress</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setSupportProgressBarIndeterminate-boolean-" title="class or interface in android.support.v7.app">setSupportProgressBarIndeterminate</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setSupportProgressBarIndeterminateVisibility-boolean-" title="class or interface in android.support.v7.app">setSupportProgressBarIndeterminateVisibility</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setSupportProgressBarVisibility-boolean-" title="class or interface in android.support.v7.app">setSupportProgressBarVisibility</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setTheme-int-" title="class or interface in android.support.v7.app">setTheme</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#startSupportActionMode-android.support.v7.view.ActionMode.Callback-" title="class or interface in android.support.v7.app">startSupportActionMode</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#supportInvalidateOptionsMenu--" title="class or interface in android.support.v7.app">supportInvalidateOptionsMenu</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#supportNavigateUpTo-android.content.Intent-" title="class or interface in android.support.v7.app">supportNavigateUpTo</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#supportRequestWindowFeature-int-" title="class or interface in android.support.v7.app">supportRequestWindowFeature</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#supportShouldUpRecreateTask-android.content.Intent-" title="class or interface in android.support.v7.app">supportShouldUpRecreateTask</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.support.v4.app.FragmentActivity">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true" title="class or interface in android.support.v4.app">FragmentActivity</a></h3>
<code><a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#dump-java.lang.String-java.io.FileDescriptor-java.io.PrintWriter-java.lang.String:A-" title="class or interface in android.support.v4.app">dump</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#getLastCustomNonConfigurationInstance--" title="class or interface in android.support.v4.app">getLastCustomNonConfigurationInstance</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#getLifecycle--" title="class or interface in android.support.v4.app">getLifecycle</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#getSupportFragmentManager--" title="class or interface in android.support.v4.app">getSupportFragmentManager</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#getSupportLoaderManager--" title="class or interface in android.support.v4.app">getSupportLoaderManager</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#getViewModelStore--" title="class or interface in android.support.v4.app">getViewModelStore</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onActivityResult-int-int-android.content.Intent-" title="class or interface in android.support.v4.app">onActivityResult</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onAttachFragment-android.support.v4.app.Fragment-" title="class or interface in android.support.v4.app">onAttachFragment</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onBackPressed--" title="class or interface in android.support.v4.app">onBackPressed</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onCreatePanelMenu-int-android.view.Menu-" title="class or interface in android.support.v4.app">onCreatePanelMenu</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onLowMemory--" title="class or interface in android.support.v4.app">onLowMemory</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onMultiWindowModeChanged-boolean-" title="class or interface in android.support.v4.app">onMultiWindowModeChanged</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onNewIntent-android.content.Intent-" title="class or interface in android.support.v4.app">onNewIntent</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onPause--" title="class or interface in android.support.v4.app">onPause</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onPictureInPictureModeChanged-boolean-" title="class or interface in android.support.v4.app">onPictureInPictureModeChanged</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onPrepareOptionsPanel-android.view.View-android.view.Menu-" title="class or interface in android.support.v4.app">onPrepareOptionsPanel</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onPreparePanel-int-android.view.View-android.view.Menu-" title="class or interface in android.support.v4.app">onPreparePanel</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onRequestPermissionsResult-int-java.lang.String:A-int:A-" title="class or interface in android.support.v4.app">onRequestPermissionsResult</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onResume--" title="class or interface in android.support.v4.app">onResume</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onResumeFragments--" title="class or interface in android.support.v4.app">onResumeFragments</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onRetainCustomNonConfigurationInstance--" title="class or interface in android.support.v4.app">onRetainCustomNonConfigurationInstance</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onRetainNonConfigurationInstance--" title="class or interface in android.support.v4.app">onRetainNonConfigurationInstance</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onStateNotSaved--" title="class or interface in android.support.v4.app">onStateNotSaved</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#setEnterSharedElementCallback-android.support.v4.app.SharedElementCallback-" title="class or interface in android.support.v4.app">setEnterSharedElementCallback</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#setExitSharedElementCallback-android.support.v4.app.SharedElementCallback-" title="class or interface in android.support.v4.app">setExitSharedElementCallback</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#startActivityForResult-android.content.Intent-int-" title="class or interface in android.support.v4.app">startActivityForResult</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#startActivityFromFragment-android.support.v4.app.Fragment-android.content.Intent-int-" title="class or interface in android.support.v4.app">startActivityFromFragment</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#startActivityFromFragment-android.support.v4.app.Fragment-android.content.Intent-int-android.os.Bundle-" title="class or interface in android.support.v4.app">startActivityFromFragment</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#startIntentSenderFromFragment-android.support.v4.app.Fragment-android.content.IntentSender-int-android.content.Intent-int-int-int-android.os.Bundle-" title="class or interface in android.support.v4.app">startIntentSenderFromFragment</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#supportFinishAfterTransition--" title="class or interface in android.support.v4.app">supportFinishAfterTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#supportPostponeEnterTransition--" title="class or interface in android.support.v4.app">supportPostponeEnterTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#supportStartPostponedEnterTransition--" title="class or interface in android.support.v4.app">supportStartPostponedEnterTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#validateRequestPermissionsRequestCode-int-" title="class or interface in android.support.v4.app">validateRequestPermissionsRequestCode</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.support.v4.app.SupportActivity">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.html?is-external=true" title="class or interface in android.support.v4.app">SupportActivity</a></h3>
<code><a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.html?is-external=true#getExtraData-java.lang.Class-" title="class or interface in android.support.v4.app">getExtraData</a>, <a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.html?is-external=true#putExtraData-android.support.v4.app.SupportActivity.ExtraData-" title="class or interface in android.support.v4.app">putExtraData</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.app.Activity">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.app.<a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></h3>
<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#attachBaseContext-android.content.Context-" title="class or interface in android.app">attachBaseContext</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#closeContextMenu--" title="class or interface in android.app">closeContextMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#createPendingResult-int-android.content.Intent-int-" title="class or interface in android.app">createPendingResult</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dismissDialog-int-" title="class or interface in android.app">dismissDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dismissKeyboardShortcutsHelper--" title="class or interface in android.app">dismissKeyboardShortcutsHelper</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dispatchGenericMotionEvent-android.view.MotionEvent-" title="class or interface in android.app">dispatchGenericMotionEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dispatchKeyShortcutEvent-android.view.KeyEvent-" title="class or interface in android.app">dispatchKeyShortcutEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dispatchPopulateAccessibilityEvent-android.view.accessibility.AccessibilityEvent-" title="class or interface in android.app">dispatchPopulateAccessibilityEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dispatchTouchEvent-android.view.MotionEvent-" title="class or interface in android.app">dispatchTouchEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dispatchTrackballEvent-android.view.MotionEvent-" title="class or interface in android.app">dispatchTrackballEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#enterPictureInPictureMode--" title="class or interface in android.app">enterPictureInPictureMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#enterPictureInPictureMode-android.app.PictureInPictureParams-" title="class or interface in android.app">enterPictureInPictureMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finish--" title="class or interface in android.app">finish</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishActivity-int-" title="class or interface in android.app">finishActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishActivityFromChild-android.app.Activity-int-" title="class or interface in android.app">finishActivityFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishAffinity--" title="class or interface in android.app">finishAffinity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishAfterTransition--" title="class or interface in android.app">finishAfterTransition</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishAndRemoveTask--" title="class or interface in android.app">finishAndRemoveTask</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishFromChild-android.app.Activity-" title="class or interface in android.app">finishFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getActionBar--" title="class or interface in android.app">getActionBar</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getApplication--" title="class or interface in android.app">getApplication</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getCallingActivity--" title="class or interface in android.app">getCallingActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getCallingPackage--" title="class or interface in android.app">getCallingPackage</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getChangingConfigurations--" title="class or interface in android.app">getChangingConfigurations</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getComponentName--" title="class or interface in android.app">getComponentName</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getContentScene--" title="class or interface in android.app">getContentScene</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getContentTransitionManager--" title="class or interface in android.app">getContentTransitionManager</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getCurrentFocus--" title="class or interface in android.app">getCurrentFocus</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getFragmentManager--" title="class or interface in android.app">getFragmentManager</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getIntent--" title="class or interface in android.app">getIntent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getLastNonConfigurationInstance--" title="class or interface in android.app">getLastNonConfigurationInstance</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getLayoutInflater--" title="class or interface in android.app">getLayoutInflater</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getLoaderManager--" title="class or interface in android.app">getLoaderManager</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getLocalClassName--" title="class or interface in android.app">getLocalClassName</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getMaxNumPictureInPictureActions--" title="class or interface in android.app">getMaxNumPictureInPictureActions</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getMediaController--" title="class or interface in android.app">getMediaController</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getParent--" title="class or interface in android.app">getParent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getParentActivityIntent--" title="class or interface in android.app">getParentActivityIntent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getPreferences-int-" title="class or interface in android.app">getPreferences</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getReferrer--" title="class or interface in android.app">getReferrer</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getRequestedOrientation--" title="class or interface in android.app">getRequestedOrientation</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getSearchEvent--" title="class or interface in android.app">getSearchEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getSystemService-java.lang.String-" title="class or interface in android.app">getSystemService</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getTaskId--" title="class or interface in android.app">getTaskId</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getTitle--" title="class or interface in android.app">getTitle</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getTitleColor--" title="class or interface in android.app">getTitleColor</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getVoiceInteractor--" title="class or interface in android.app">getVoiceInteractor</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getVolumeControlStream--" title="class or interface in android.app">getVolumeControlStream</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getWindow--" title="class or interface in android.app">getWindow</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getWindowManager--" title="class or interface in android.app">getWindowManager</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#hasWindowFocus--" title="class or interface in android.app">hasWindowFocus</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isActivityTransitionRunning--" title="class or interface in android.app">isActivityTransitionRunning</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isChangingConfigurations--" title="class or interface in android.app">isChangingConfigurations</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isChild--" title="class or interface in android.app">isChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isDestroyed--" title="class or interface in android.app">isDestroyed</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isFinishing--" title="class or interface in android.app">isFinishing</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isImmersive--" title="class or interface in android.app">isImmersive</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isInMultiWindowMode--" title="class or interface in android.app">isInMultiWindowMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isInPictureInPictureMode--" title="class or interface in android.app">isInPictureInPictureMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isLocalVoiceInteractionSupported--" title="class or interface in android.app">isLocalVoiceInteractionSupported</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isTaskRoot--" title="class or interface in android.app">isTaskRoot</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isVoiceInteraction--" title="class or interface in android.app">isVoiceInteraction</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isVoiceInteractionRoot--" title="class or interface in android.app">isVoiceInteractionRoot</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#managedQuery-android.net.Uri-java.lang.String:A-java.lang.String-java.lang.String:A-java.lang.String-" title="class or interface in android.app">managedQuery</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#moveTaskToBack-boolean-" title="class or interface in android.app">moveTaskToBack</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#navigateUpTo-android.content.Intent-" title="class or interface in android.app">navigateUpTo</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#navigateUpToFromChild-android.app.Activity-android.content.Intent-" title="class or interface in android.app">navigateUpToFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onActionModeFinished-android.view.ActionMode-" title="class or interface in android.app">onActionModeFinished</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onActionModeStarted-android.view.ActionMode-" title="class or interface in android.app">onActionModeStarted</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onActivityReenter-int-android.content.Intent-" title="class or interface in android.app">onActivityReenter</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onApplyThemeResource-android.content.res.Resources.Theme-int-boolean-" title="class or interface in android.app">onApplyThemeResource</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onAttachedToWindow--" title="class or interface in android.app">onAttachedToWindow</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onAttachFragment-android.app.Fragment-" title="class or interface in android.app">onAttachFragment</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onChildTitleChanged-android.app.Activity-java.lang.CharSequence-" title="class or interface in android.app">onChildTitleChanged</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onContextItemSelected-android.view.MenuItem-" title="class or interface in android.app">onContextItemSelected</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onContextMenuClosed-android.view.Menu-" title="class or interface in android.app">onContextMenuClosed</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreate-android.os.Bundle-android.os.PersistableBundle-" title="class or interface in android.app">onCreate</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateContextMenu-android.view.ContextMenu-android.view.View-android.view.ContextMenu.ContextMenuInfo-" title="class or interface in android.app">onCreateContextMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateDescription--" title="class or interface in android.app">onCreateDescription</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateDialog-int-" title="class or interface in android.app">onCreateDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateDialog-int-android.os.Bundle-" title="class or interface in android.app">onCreateDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateNavigateUpTaskStack-android.app.TaskStackBuilder-" title="class or interface in android.app">onCreateNavigateUpTaskStack</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateOptionsMenu-android.view.Menu-" title="class or interface in android.app">onCreateOptionsMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreatePanelView-int-" title="class or interface in android.app">onCreatePanelView</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateThumbnail-android.graphics.Bitmap-android.graphics.Canvas-" title="class or interface in android.app">onCreateThumbnail</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onDetachedFromWindow--" title="class or interface in android.app">onDetachedFromWindow</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onEnterAnimationComplete--" title="class or interface in android.app">onEnterAnimationComplete</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onGenericMotionEvent-android.view.MotionEvent-" title="class or interface in android.app">onGenericMotionEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onKeyLongPress-int-android.view.KeyEvent-" title="class or interface in android.app">onKeyLongPress</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onKeyMultiple-int-int-android.view.KeyEvent-" title="class or interface in android.app">onKeyMultiple</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onKeyShortcut-int-android.view.KeyEvent-" title="class or interface in android.app">onKeyShortcut</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onKeyUp-int-android.view.KeyEvent-" title="class or interface in android.app">onKeyUp</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onLocalVoiceInteractionStarted--" title="class or interface in android.app">onLocalVoiceInteractionStarted</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onLocalVoiceInteractionStopped--" title="class or interface in android.app">onLocalVoiceInteractionStopped</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onMultiWindowModeChanged-boolean-android.content.res.Configuration-" title="class or interface in android.app">onMultiWindowModeChanged</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onNavigateUp--" title="class or interface in android.app">onNavigateUp</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onNavigateUpFromChild-android.app.Activity-" title="class or interface in android.app">onNavigateUpFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onOptionsItemSelected-android.view.MenuItem-" title="class or interface in android.app">onOptionsItemSelected</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onOptionsMenuClosed-android.view.Menu-" title="class or interface in android.app">onOptionsMenuClosed</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPictureInPictureModeChanged-boolean-android.content.res.Configuration-" title="class or interface in android.app">onPictureInPictureModeChanged</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPostCreate-android.os.Bundle-android.os.PersistableBundle-" title="class or interface in android.app">onPostCreate</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPrepareDialog-int-android.app.Dialog-" title="class or interface in android.app">onPrepareDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPrepareDialog-int-android.app.Dialog-android.os.Bundle-" title="class or interface in android.app">onPrepareDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPrepareNavigateUpTaskStack-android.app.TaskStackBuilder-" title="class or interface in android.app">onPrepareNavigateUpTaskStack</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPrepareOptionsMenu-android.view.Menu-" title="class or interface in android.app">onPrepareOptionsMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onProvideAssistContent-android.app.assist.AssistContent-" title="class or interface in android.app">onProvideAssistContent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onProvideAssistData-android.os.Bundle-" title="class or interface in android.app">onProvideAssistData</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onProvideKeyboardShortcuts-java.util.List-android.view.Menu-int-" title="class or interface in android.app">onProvideKeyboardShortcuts</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onProvideReferrer--" title="class or interface in android.app">onProvideReferrer</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onRestart--" title="class or interface in android.app">onRestart</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onRestoreInstanceState-android.os.Bundle-" title="class or interface in android.app">onRestoreInstanceState</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onRestoreInstanceState-android.os.Bundle-android.os.PersistableBundle-" title="class or interface in android.app">onRestoreInstanceState</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onSaveInstanceState-android.os.Bundle-android.os.PersistableBundle-" title="class or interface in android.app">onSaveInstanceState</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onSearchRequested--" title="class or interface in android.app">onSearchRequested</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onSearchRequested-android.view.SearchEvent-" title="class or interface in android.app">onSearchRequested</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onTouchEvent-android.view.MotionEvent-" title="class or interface in android.app">onTouchEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onTrackballEvent-android.view.MotionEvent-" title="class or interface in android.app">onTrackballEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onTrimMemory-int-" title="class or interface in android.app">onTrimMemory</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onUserInteraction--" title="class or interface in android.app">onUserInteraction</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onUserLeaveHint--" title="class or interface in android.app">onUserLeaveHint</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onVisibleBehindCanceled--" title="class or interface in android.app">onVisibleBehindCanceled</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onWindowAttributesChanged-android.view.WindowManager.LayoutParams-" title="class or interface in android.app">onWindowAttributesChanged</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onWindowFocusChanged-boolean-" title="class or interface in android.app">onWindowFocusChanged</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onWindowStartingActionMode-android.view.ActionMode.Callback-" title="class or interface in android.app">onWindowStartingActionMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onWindowStartingActionMode-android.view.ActionMode.Callback-int-" title="class or interface in android.app">onWindowStartingActionMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#openContextMenu-android.view.View-" title="class or interface in android.app">openContextMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#overridePendingTransition-int-int-" title="class or interface in android.app">overridePendingTransition</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#postponeEnterTransition--" title="class or interface in android.app">postponeEnterTransition</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#recreate--" title="class or interface in android.app">recreate</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#registerForContextMenu-android.view.View-" title="class or interface in android.app">registerForContextMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#releaseInstance--" title="class or interface in android.app">releaseInstance</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#removeDialog-int-" title="class or interface in android.app">removeDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#reportFullyDrawn--" title="class or interface in android.app">reportFullyDrawn</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requestDragAndDropPermissions-android.view.DragEvent-" title="class or interface in android.app">requestDragAndDropPermissions</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requestPermissions-java.lang.String:A-int-" title="class or interface in android.app">requestPermissions</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requestShowKeyboardShortcuts--" title="class or interface in android.app">requestShowKeyboardShortcuts</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requestVisibleBehind-boolean-" title="class or interface in android.app">requestVisibleBehind</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requestWindowFeature-int-" title="class or interface in android.app">requestWindowFeature</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requireViewById-int-" title="class or interface in android.app">requireViewById</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#runOnUiThread-java.lang.Runnable-" title="class or interface in android.app">runOnUiThread</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setActionBar-android.widget.Toolbar-" title="class or interface in android.app">setActionBar</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setContentTransitionManager-android.transition.TransitionManager-" title="class or interface in android.app">setContentTransitionManager</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setDefaultKeyMode-int-" title="class or interface in android.app">setDefaultKeyMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setEnterSharedElementCallback-android.app.SharedElementCallback-" title="class or interface in android.app">setEnterSharedElementCallback</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setExitSharedElementCallback-android.app.SharedElementCallback-" title="class or interface in android.app">setExitSharedElementCallback</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setFeatureDrawable-int-android.graphics.drawable.Drawable-" title="class or interface in android.app">setFeatureDrawable</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setFeatureDrawableAlpha-int-int-" title="class or interface in android.app">setFeatureDrawableAlpha</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setFeatureDrawableResource-int-int-" title="class or interface in android.app">setFeatureDrawableResource</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setFeatureDrawableUri-int-android.net.Uri-" title="class or interface in android.app">setFeatureDrawableUri</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setFinishOnTouchOutside-boolean-" title="class or interface in android.app">setFinishOnTouchOutside</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setImmersive-boolean-" title="class or interface in android.app">setImmersive</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setIntent-android.content.Intent-" title="class or interface in android.app">setIntent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setMediaController-android.media.session.MediaController-" title="class or interface in android.app">setMediaController</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setPictureInPictureParams-android.app.PictureInPictureParams-" title="class or interface in android.app">setPictureInPictureParams</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setProgress-int-" title="class or interface in android.app">setProgress</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setProgressBarIndeterminate-boolean-" title="class or interface in android.app">setProgressBarIndeterminate</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setProgressBarIndeterminateVisibility-boolean-" title="class or interface in android.app">setProgressBarIndeterminateVisibility</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setProgressBarVisibility-boolean-" title="class or interface in android.app">setProgressBarVisibility</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setRequestedOrientation-int-" title="class or interface in android.app">setRequestedOrientation</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setResult-int-" title="class or interface in android.app">setResult</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setResult-int-android.content.Intent-" title="class or interface in android.app">setResult</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setSecondaryProgress-int-" title="class or interface in android.app">setSecondaryProgress</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setShowWhenLocked-boolean-" title="class or interface in android.app">setShowWhenLocked</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setTaskDescription-android.app.ActivityManager.TaskDescription-" title="class or interface in android.app">setTaskDescription</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setTitle-java.lang.CharSequence-" title="class or interface in android.app">setTitle</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setTitle-int-" title="class or interface in android.app">setTitle</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setTitleColor-int-" title="class or interface in android.app">setTitleColor</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setTurnScreenOn-boolean-" title="class or interface in android.app">setTurnScreenOn</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setVisible-boolean-" title="class or interface in android.app">setVisible</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setVolumeControlStream-int-" title="class or interface in android.app">setVolumeControlStream</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setVrModeEnabled-boolean-android.content.ComponentName-" title="class or interface in android.app">setVrModeEnabled</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#shouldShowRequestPermissionRationale-java.lang.String-" title="class or interface in android.app">shouldShowRequestPermissionRationale</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#shouldUpRecreateTask-android.content.Intent-" title="class or interface in android.app">shouldUpRecreateTask</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#showAssist-android.os.Bundle-" title="class or interface in android.app">showAssist</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#showDialog-int-" title="class or interface in android.app">showDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#showDialog-int-android.os.Bundle-" title="class or interface in android.app">showDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#showLockTaskEscapeMessage--" title="class or interface in android.app">showLockTaskEscapeMessage</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActionMode-android.view.ActionMode.Callback-" title="class or interface in android.app">startActionMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActionMode-android.view.ActionMode.Callback-int-" title="class or interface in android.app">startActionMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivities-android.content.Intent:A-" title="class or interface in android.app">startActivities</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivities-android.content.Intent:A-android.os.Bundle-" title="class or interface in android.app">startActivities</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivity-android.content.Intent-" title="class or interface in android.app">startActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivity-android.content.Intent-android.os.Bundle-" title="class or interface in android.app">startActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityFromChild-android.app.Activity-android.content.Intent-int-" title="class or interface in android.app">startActivityFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityFromChild-android.app.Activity-android.content.Intent-int-android.os.Bundle-" title="class or interface in android.app">startActivityFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityFromFragment-android.app.Fragment-android.content.Intent-int-" title="class or interface in android.app">startActivityFromFragment</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityFromFragment-android.app.Fragment-android.content.Intent-int-android.os.Bundle-" title="class or interface in android.app">startActivityFromFragment</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityIfNeeded-android.content.Intent-int-" title="class or interface in android.app">startActivityIfNeeded</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityIfNeeded-android.content.Intent-int-android.os.Bundle-" title="class or interface in android.app">startActivityIfNeeded</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSender-android.content.IntentSender-android.content.Intent-int-int-int-" title="class or interface in android.app">startIntentSender</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSender-android.content.IntentSender-android.content.Intent-int-int-int-android.os.Bundle-" title="class or interface in android.app">startIntentSender</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSenderFromChild-android.app.Activity-android.content.IntentSender-int-android.content.Intent-int-int-int-" title="class or interface in android.app">startIntentSenderFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSenderFromChild-android.app.Activity-android.content.IntentSender-int-android.content.Intent-int-int-int-android.os.Bundle-" title="class or interface in android.app">startIntentSenderFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startLocalVoiceInteraction-android.os.Bundle-" title="class or interface in android.app">startLocalVoiceInteraction</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startLockTask--" title="class or interface in android.app">startLockTask</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startManagingCursor-android.database.Cursor-" title="class or interface in android.app">startManagingCursor</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startNextMatchingActivity-android.content.Intent-" title="class or interface in android.app">startNextMatchingActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startNextMatchingActivity-android.content.Intent-android.os.Bundle-" title="class or interface in android.app">startNextMatchingActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startPostponedEnterTransition--" title="class or interface in android.app">startPostponedEnterTransition</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startSearch-java.lang.String-boolean-android.os.Bundle-boolean-" title="class or interface in android.app">startSearch</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#stopLocalVoiceInteraction--" title="class or interface in android.app">stopLocalVoiceInteraction</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#stopLockTask--" title="class or interface in android.app">stopLockTask</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#stopManagingCursor-android.database.Cursor-" title="class or interface in android.app">stopManagingCursor</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#takeKeyEvents-boolean-" title="class or interface in android.app">takeKeyEvents</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#triggerSearch-java.lang.String-android.os.Bundle-" title="class or interface in android.app">triggerSearch</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#unregisterForContextMenu-android.view.View-" title="class or interface in android.app">unregisterForContextMenu</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.view.ContextThemeWrapper">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.view.<a href="https://developer.android.com/reference/android/view/ContextThemeWrapper.html?is-external=true" title="class or interface in android.view">ContextThemeWrapper</a></h3>
<code><a href="https://developer.android.com/reference/android/view/ContextThemeWrapper.html?is-external=true#applyOverrideConfiguration-android.content.res.Configuration-" title="class or interface in android.view">applyOverrideConfiguration</a>, <a href="https://developer.android.com/reference/android/view/ContextThemeWrapper.html?is-external=true#getAssets--" title="class or interface in android.view">getAssets</a>, <a href="https://developer.android.com/reference/android/view/ContextThemeWrapper.html?is-external=true#getTheme--" title="class or interface in android.view">getTheme</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.content.ContextWrapper">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.content.<a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true" title="class or interface in android.content">ContextWrapper</a></h3>
<code><a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#bindService-android.content.Intent-android.content.ServiceConnection-int-" title="class or interface in android.content">bindService</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkCallingOrSelfPermission-java.lang.String-" title="class or interface in android.content">checkCallingOrSelfPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkCallingOrSelfUriPermission-android.net.Uri-int-" title="class or interface in android.content">checkCallingOrSelfUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkCallingPermission-java.lang.String-" title="class or interface in android.content">checkCallingPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkCallingUriPermission-android.net.Uri-int-" title="class or interface in android.content">checkCallingUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkPermission-java.lang.String-int-int-" title="class or interface in android.content">checkPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkSelfPermission-java.lang.String-" title="class or interface in android.content">checkSelfPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkUriPermission-android.net.Uri-int-int-int-" title="class or interface in android.content">checkUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkUriPermission-android.net.Uri-java.lang.String-java.lang.String-int-int-int-" title="class or interface in android.content">checkUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#clearWallpaper--" title="class or interface in android.content">clearWallpaper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#createConfigurationContext-android.content.res.Configuration-" title="class or interface in android.content">createConfigurationContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#createContextForSplit-java.lang.String-" title="class or interface in android.content">createContextForSplit</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#createDeviceProtectedStorageContext--" title="class or interface in android.content">createDeviceProtectedStorageContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#createDisplayContext-android.view.Display-" title="class or interface in android.content">createDisplayContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#createPackageContext-java.lang.String-int-" title="class or interface in android.content">createPackageContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#databaseList--" title="class or interface in android.content">databaseList</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#deleteDatabase-java.lang.String-" title="class or interface in android.content">deleteDatabase</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#deleteFile-java.lang.String-" title="class or interface in android.content">deleteFile</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#deleteSharedPreferences-java.lang.String-" title="class or interface in android.content">deleteSharedPreferences</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceCallingOrSelfPermission-java.lang.String-java.lang.String-" title="class or interface in android.content">enforceCallingOrSelfPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceCallingOrSelfUriPermission-android.net.Uri-int-java.lang.String-" title="class or interface in android.content">enforceCallingOrSelfUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceCallingPermission-java.lang.String-java.lang.String-" title="class or interface in android.content">enforceCallingPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceCallingUriPermission-android.net.Uri-int-java.lang.String-" title="class or interface in android.content">enforceCallingUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforcePermission-java.lang.String-int-int-java.lang.String-" title="class or interface in android.content">enforcePermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceUriPermission-android.net.Uri-int-int-int-java.lang.String-" title="class or interface in android.content">enforceUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceUriPermission-android.net.Uri-java.lang.String-java.lang.String-int-int-int-java.lang.String-" title="class or interface in android.content">enforceUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#fileList--" title="class or interface in android.content">fileList</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getApplicationContext--" title="class or interface in android.content">getApplicationContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getApplicationInfo--" title="class or interface in android.content">getApplicationInfo</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getBaseContext--" title="class or interface in android.content">getBaseContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getCacheDir--" title="class or interface in android.content">getCacheDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getClassLoader--" title="class or interface in android.content">getClassLoader</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getCodeCacheDir--" title="class or interface in android.content">getCodeCacheDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getContentResolver--" title="class or interface in android.content">getContentResolver</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getDatabasePath-java.lang.String-" title="class or interface in android.content">getDatabasePath</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getDataDir--" title="class or interface in android.content">getDataDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getDir-java.lang.String-int-" title="class or interface in android.content">getDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getExternalCacheDir--" title="class or interface in android.content">getExternalCacheDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getExternalCacheDirs--" title="class or interface in android.content">getExternalCacheDirs</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getExternalFilesDir-java.lang.String-" title="class or interface in android.content">getExternalFilesDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getExternalFilesDirs-java.lang.String-" title="class or interface in android.content">getExternalFilesDirs</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getExternalMediaDirs--" title="class or interface in android.content">getExternalMediaDirs</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getFilesDir--" title="class or interface in android.content">getFilesDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getFileStreamPath-java.lang.String-" title="class or interface in android.content">getFileStreamPath</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getMainExecutor--" title="class or interface in android.content">getMainExecutor</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getMainLooper--" title="class or interface in android.content">getMainLooper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getNoBackupFilesDir--" title="class or interface in android.content">getNoBackupFilesDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getObbDir--" title="class or interface in android.content">getObbDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getObbDirs--" title="class or interface in android.content">getObbDirs</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getPackageCodePath--" title="class or interface in android.content">getPackageCodePath</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getPackageManager--" title="class or interface in android.content">getPackageManager</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getPackageName--" title="class or interface in android.content">getPackageName</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getPackageResourcePath--" title="class or interface in android.content">getPackageResourcePath</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getSharedPreferences-java.lang.String-int-" title="class or interface in android.content">getSharedPreferences</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getSystemServiceName-java.lang.Class-" title="class or interface in android.content">getSystemServiceName</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getWallpaper--" title="class or interface in android.content">getWallpaper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getWallpaperDesiredMinimumHeight--" title="class or interface in android.content">getWallpaperDesiredMinimumHeight</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getWallpaperDesiredMinimumWidth--" title="class or interface in android.content">getWallpaperDesiredMinimumWidth</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#grantUriPermission-java.lang.String-android.net.Uri-int-" title="class or interface in android.content">grantUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#isDeviceProtectedStorage--" title="class or interface in android.content">isDeviceProtectedStorage</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#isRestricted--" title="class or interface in android.content">isRestricted</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#moveDatabaseFrom-android.content.Context-java.lang.String-" title="class or interface in android.content">moveDatabaseFrom</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#moveSharedPreferencesFrom-android.content.Context-java.lang.String-" title="class or interface in android.content">moveSharedPreferencesFrom</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#openFileInput-java.lang.String-" title="class or interface in android.content">openFileInput</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#openFileOutput-java.lang.String-int-" title="class or interface in android.content">openFileOutput</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#openOrCreateDatabase-java.lang.String-int-android.database.sqlite.SQLiteDatabase.CursorFactory-" title="class or interface in android.content">openOrCreateDatabase</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#openOrCreateDatabase-java.lang.String-int-android.database.sqlite.SQLiteDatabase.CursorFactory-android.database.DatabaseErrorHandler-" title="class or interface in android.content">openOrCreateDatabase</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#peekWallpaper--" title="class or interface in android.content">peekWallpaper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#registerReceiver-android.content.BroadcastReceiver-android.content.IntentFilter-" title="class or interface in android.content">registerReceiver</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#registerReceiver-android.content.BroadcastReceiver-android.content.IntentFilter-int-" title="class or interface in android.content">registerReceiver</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#registerReceiver-android.content.BroadcastReceiver-android.content.IntentFilter-java.lang.String-android.os.Handler-" title="class or interface in android.content">registerReceiver</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#registerReceiver-android.content.BroadcastReceiver-android.content.IntentFilter-java.lang.String-android.os.Handler-int-" title="class or interface in android.content">registerReceiver</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#removeStickyBroadcast-android.content.Intent-" title="class or interface in android.content">removeStickyBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#removeStickyBroadcastAsUser-android.content.Intent-android.os.UserHandle-" title="class or interface in android.content">removeStickyBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#revokeUriPermission-java.lang.String-android.net.Uri-int-" title="class or interface in android.content">revokeUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#revokeUriPermission-android.net.Uri-int-" title="class or interface in android.content">revokeUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendBroadcast-android.content.Intent-" title="class or interface in android.content">sendBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendBroadcast-android.content.Intent-java.lang.String-" title="class or interface in android.content">sendBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendBroadcastAsUser-android.content.Intent-android.os.UserHandle-" title="class or interface in android.content">sendBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendBroadcastAsUser-android.content.Intent-android.os.UserHandle-java.lang.String-" title="class or interface in android.content">sendBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendOrderedBroadcast-android.content.Intent-java.lang.String-" title="class or interface in android.content">sendOrderedBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendOrderedBroadcast-android.content.Intent-java.lang.String-android.content.BroadcastReceiver-android.os.Handler-int-java.lang.String-android.os.Bundle-" title="class or interface in android.content">sendOrderedBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendOrderedBroadcastAsUser-android.content.Intent-android.os.UserHandle-java.lang.String-android.content.BroadcastReceiver-android.os.Handler-int-java.lang.String-android.os.Bundle-" title="class or interface in android.content">sendOrderedBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendStickyBroadcast-android.content.Intent-" title="class or interface in android.content">sendStickyBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendStickyBroadcastAsUser-android.content.Intent-android.os.UserHandle-" title="class or interface in android.content">sendStickyBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendStickyOrderedBroadcast-android.content.Intent-android.content.BroadcastReceiver-android.os.Handler-int-java.lang.String-android.os.Bundle-" title="class or interface in android.content">sendStickyOrderedBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendStickyOrderedBroadcastAsUser-android.content.Intent-android.os.UserHandle-android.content.BroadcastReceiver-android.os.Handler-int-java.lang.String-android.os.Bundle-" title="class or interface in android.content">sendStickyOrderedBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#setWallpaper-android.graphics.Bitmap-" title="class or interface in android.content">setWallpaper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#setWallpaper-java.io.InputStream-" title="class or interface in android.content">setWallpaper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#startForegroundService-android.content.Intent-" title="class or interface in android.content">startForegroundService</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#startInstrumentation-android.content.ComponentName-java.lang.String-android.os.Bundle-" title="class or interface in android.content">startInstrumentation</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#startService-android.content.Intent-" title="class or interface in android.content">startService</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#stopService-android.content.Intent-" title="class or interface in android.content">stopService</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#unbindService-android.content.ServiceConnection-" title="class or interface in android.content">unbindService</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#unregisterReceiver-android.content.BroadcastReceiver-" title="class or interface in android.content">unregisterReceiver</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.content.Context">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.content.<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a></h3>
<code><a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getColor-int-" title="class or interface in android.content">getColor</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getColorStateList-int-" title="class or interface in android.content">getColorStateList</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getDrawable-int-" title="class or interface in android.content">getDrawable</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getString-int-" title="class or interface in android.content">getString</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getString-int-java.lang.Object...-" title="class or interface in android.content">getString</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getSystemService-java.lang.Class-" title="class or interface in android.content">getSystemService</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getText-int-" title="class or interface in android.content">getText</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#obtainStyledAttributes-android.util.AttributeSet-int:A-" title="class or interface in android.content">obtainStyledAttributes</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#obtainStyledAttributes-android.util.AttributeSet-int:A-int-int-" title="class or interface in android.content">obtainStyledAttributes</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#obtainStyledAttributes-int:A-" title="class or interface in android.content">obtainStyledAttributes</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#obtainStyledAttributes-int-int:A-" title="class or interface in android.content">obtainStyledAttributes</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#registerComponentCallbacks-android.content.ComponentCallbacks-" title="class or interface in android.content">registerComponentCallbacks</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#unregisterComponentCallbacks-android.content.ComponentCallbacks-" title="class or interface in android.content">unregisterComponentCallbacks</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.view.Window.Callback">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;android.view.<a href="https://developer.android.com/reference/android/view/Window.Callback.html?is-external=true" title="class or interface in android.view">Window.Callback</a></h3>
<code><a href="https://developer.android.com/reference/android/view/Window.Callback.html?is-external=true#onPointerCaptureChanged-boolean-" title="class or interface in android.view">onPointerCaptureChanged</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="NumbersActivity--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>NumbersActivity</h4>
<pre>public&nbsp;NumbersActivity()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="onCreate-android.os.Bundle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onCreate</h4>
<pre>protected&nbsp;void&nbsp;onCreate(<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;savedInstanceState)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onCreate-android.os.Bundle-" title="class or interface in android.support.v4.app">android.support.v4.app.FragmentActivity</a></code></span></div>
<div class="block">Perform initialization of all fragments.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onCreate-android.os.Bundle-" title="class or interface in android.support.v7.app">onCreate</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true" title="class or interface in android.support.v7.app">AppCompatActivity</a></code></dd>
</dl>
</li>
</ul>
<a name="onStop--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onStop</h4>
<pre>protected&nbsp;void&nbsp;onStop()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onStop--" title="class or interface in android.support.v4.app">android.support.v4.app.FragmentActivity</a></code></span></div>
<div class="block">Dispatch onStop() to all fragments.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onStop--" title="class or interface in android.support.v7.app">onStop</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true" title="class or interface in android.support.v7.app">AppCompatActivity</a></code></dd>
</dl>
</li>
</ul>
<a name="startActivityForResult-android.content.Intent-int-android.os.Bundle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>startActivityForResult</h4>
<pre>public&nbsp;void&nbsp;startActivityForResult(<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/support/annotation/Nullable.html?is-external=true" title="class or interface in android.support.annotation">@Nullable</a>
<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;options)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityForResult-android.content.Intent-int-android.os.Bundle-" title="class or interface in android.app">startActivityForResult</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></code></dd>
</dl>
</li>
</ul>
<a name="startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-android.os.Bundle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>startIntentSenderForResult</h4>
<pre>public&nbsp;void&nbsp;startIntentSenderForResult(<a href="https://developer.android.com/reference/android/content/IntentSender.html?is-external=true" title="class or interface in android.content">IntentSender</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/support/annotation/Nullable.html?is-external=true" title="class or interface in android.support.annotation">@Nullable</a>
<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;fillInIntent,
int&nbsp;flagsMask,
int&nbsp;flagsValues,
int&nbsp;extraFlags,
<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;options)
throws <a href="https://developer.android.com/reference/android/content/IntentSender.SendIntentException.html?is-external=true" title="class or interface in android.content">IntentSender.SendIntentException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-android.os.Bundle-" title="class or interface in android.app">startIntentSenderForResult</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/content/IntentSender.SendIntentException.html?is-external=true" title="class or interface in android.content">IntentSender.SendIntentException</a></code></dd>
</dl>
</li>
</ul>
<a name="onCreateView-android.view.View-java.lang.String-android.content.Context-android.util.AttributeSet-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onCreateView</h4>
<pre>public&nbsp;<a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a>&nbsp;onCreateView(<a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a>&nbsp;parent,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a>&nbsp;context,
<a href="https://developer.android.com/reference/android/util/AttributeSet.html?is-external=true" title="class or interface in android.util">AttributeSet</a>&nbsp;attrs)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory2.html?is-external=true#onCreateView-android.view.View-java.lang.String-android.content.Context-android.util.AttributeSet-" title="class or interface in android.view">onCreateView</a></code>&nbsp;in interface&nbsp;<code><a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory2.html?is-external=true" title="class or interface in android.view">LayoutInflater.Factory2</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateView-android.view.View-java.lang.String-android.content.Context-android.util.AttributeSet-" title="class or interface in android.app">onCreateView</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></code></dd>
</dl>
</li>
</ul>
<a name="onCreateView-java.lang.String-android.content.Context-android.util.AttributeSet-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onCreateView</h4>
<pre>public&nbsp;<a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a>&nbsp;onCreateView(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a>&nbsp;context,
<a href="https://developer.android.com/reference/android/util/AttributeSet.html?is-external=true" title="class or interface in android.util">AttributeSet</a>&nbsp;attrs)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory.html?is-external=true#onCreateView-java.lang.String-android.content.Context-android.util.AttributeSet-" title="class or interface in android.view">onCreateView</a></code>&nbsp;in interface&nbsp;<code><a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory.html?is-external=true" title="class or interface in android.view">LayoutInflater.Factory</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateView-java.lang.String-android.content.Context-android.util.AttributeSet-" title="class or interface in android.app">onCreateView</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></code></dd>
</dl>
</li>
</ul>
<a name="startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>startIntentSenderForResult</h4>
<pre>public&nbsp;void&nbsp;startIntentSenderForResult(<a href="https://developer.android.com/reference/android/content/IntentSender.html?is-external=true" title="class or interface in android.content">IntentSender</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/support/annotation/Nullable.html?is-external=true" title="class or interface in android.support.annotation">@Nullable</a>
<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;fillInIntent,
int&nbsp;flagsMask,
int&nbsp;flagsValues,
int&nbsp;extraFlags)
throws <a href="https://developer.android.com/reference/android/content/IntentSender.SendIntentException.html?is-external=true" title="class or interface in android.content">IntentSender.SendIntentException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-" title="class or interface in android.app">startIntentSenderForResult</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/content/IntentSender.SendIntentException.html?is-external=true" title="class or interface in android.content">IntentSender.SendIntentException</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../com/example/android/miwok/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/example/android/miwok/MainActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../com/example/android/miwok/NumbersFragment.html" title="class in com.example.android.miwok"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/example/android/miwok/NumbersActivity.html" target="_top">Frames</a></li>
<li><a href="NumbersActivity.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.classes.inherited.from.class.android.support.v4.app.SupportActivity">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.android.app.Activity">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jan 23 12:46:17 CET 2019 -->
<title>NumbersFragment</title>
<meta name="date" content="2019-01-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="NumbersFragment";
}
}
catch(err) {
}
//-->
var methods = {"i0":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../com/example/android/miwok/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/example/android/miwok/NumbersActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../com/example/android/miwok/PhrasesActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/example/android/miwok/NumbersFragment.html" target="_top">Frames</a></li>
<li><a href="NumbersFragment.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.classes.inherited.from.class.android.support.v4.app.Fragment">Nested</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.example.android.miwok</div>
<h2 title="Class NumbersFragment" class="title">Class NumbersFragment</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true" title="class or interface in android.support.v4.app">android.support.v4.app.Fragment</a></li>
<li>
<ul class="inheritance">
<li>com.example.android.miwok.NumbersFragment</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="https://developer.android.com/reference/android/arch.lifecycle.LifecycleOwner.html?is-external=true" title="class or interface in android">android.arch.lifecycle.LifecycleOwner</a>, <a href="https://developer.android.com/reference/android/arch.lifecycle.ViewModelStoreOwner.html?is-external=true" title="class or interface in android">android.arch.lifecycle.ViewModelStoreOwner</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks.html?is-external=true" title="class or interface in android.content">ComponentCallbacks</a>, <a href="https://developer.android.com/reference/android/view/View.OnCreateContextMenuListener.html?is-external=true" title="class or interface in android.view">View.OnCreateContextMenuListener</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">NumbersFragment</span>
extends <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true" title="class or interface in android.support.v4.app">Fragment</a></pre>
<div class="block">A simple <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true" title="class or interface in android.support.v4.app"><code>Fragment</code></a> subclass.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.android.support.v4.app.Fragment">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true" title="class or interface in android.support.v4.app">Fragment</a></h3>
<code><a href="https://developer.android.com/reference/android/support/v4/app/Fragment.InstantiationException.html?is-external=true" title="class or interface in android.support.v4.app">Fragment.InstantiationException</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.SavedState.html?is-external=true" title="class or interface in android.support.v4.app">Fragment.SavedState</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/NumbersFragment.html#NumbersFragment--">NumbersFragment</a></span>()</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/NumbersFragment.html#onCreateView-android.view.LayoutInflater-android.view.ViewGroup-android.os.Bundle-">onCreateView</a></span>(<a href="https://developer.android.com/reference/android/view/LayoutInflater.html?is-external=true" title="class or interface in android.view">LayoutInflater</a>&nbsp;inflater,
<a href="https://developer.android.com/reference/android/view/ViewGroup.html?is-external=true" title="class or interface in android.view">ViewGroup</a>&nbsp;container,
<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;savedInstanceState)</code>
<div class="block">Called to have the fragment instantiate its user interface view.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.support.v4.app.Fragment">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true" title="class or interface in android.support.v4.app">Fragment</a></h3>
<code><a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#dump-java.lang.String-java.io.FileDescriptor-java.io.PrintWriter-java.lang.String:A-" title="class or interface in android.support.v4.app">dump</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#equals-java.lang.Object-" title="class or interface in android.support.v4.app">equals</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getActivity--" title="class or interface in android.support.v4.app">getActivity</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getAllowEnterTransitionOverlap--" title="class or interface in android.support.v4.app">getAllowEnterTransitionOverlap</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getAllowReturnTransitionOverlap--" title="class or interface in android.support.v4.app">getAllowReturnTransitionOverlap</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getArguments--" title="class or interface in android.support.v4.app">getArguments</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getChildFragmentManager--" title="class or interface in android.support.v4.app">getChildFragmentManager</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getContext--" title="class or interface in android.support.v4.app">getContext</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getEnterTransition--" title="class or interface in android.support.v4.app">getEnterTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getExitTransition--" title="class or interface in android.support.v4.app">getExitTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getFragmentManager--" title="class or interface in android.support.v4.app">getFragmentManager</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getHost--" title="class or interface in android.support.v4.app">getHost</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getId--" title="class or interface in android.support.v4.app">getId</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getLayoutInflater--" title="class or interface in android.support.v4.app">getLayoutInflater</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getLayoutInflater-android.os.Bundle-" title="class or interface in android.support.v4.app">getLayoutInflater</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getLifecycle--" title="class or interface in android.support.v4.app">getLifecycle</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getLoaderManager--" title="class or interface in android.support.v4.app">getLoaderManager</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getParentFragment--" title="class or interface in android.support.v4.app">getParentFragment</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getReenterTransition--" title="class or interface in android.support.v4.app">getReenterTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getResources--" title="class or interface in android.support.v4.app">getResources</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getRetainInstance--" title="class or interface in android.support.v4.app">getRetainInstance</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getReturnTransition--" title="class or interface in android.support.v4.app">getReturnTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getSharedElementEnterTransition--" title="class or interface in android.support.v4.app">getSharedElementEnterTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getSharedElementReturnTransition--" title="class or interface in android.support.v4.app">getSharedElementReturnTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getString-int-" title="class or interface in android.support.v4.app">getString</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getString-int-java.lang.Object...-" title="class or interface in android.support.v4.app">getString</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getTag--" title="class or interface in android.support.v4.app">getTag</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getTargetFragment--" title="class or interface in android.support.v4.app">getTargetFragment</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getTargetRequestCode--" title="class or interface in android.support.v4.app">getTargetRequestCode</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getText-int-" title="class or interface in android.support.v4.app">getText</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getUserVisibleHint--" title="class or interface in android.support.v4.app">getUserVisibleHint</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getView--" title="class or interface in android.support.v4.app">getView</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#getViewModelStore--" title="class or interface in android.support.v4.app">getViewModelStore</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#hashCode--" title="class or interface in android.support.v4.app">hashCode</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#hasOptionsMenu--" title="class or interface in android.support.v4.app">hasOptionsMenu</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#instantiate-android.content.Context-java.lang.String-" title="class or interface in android.support.v4.app">instantiate</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#instantiate-android.content.Context-java.lang.String-android.os.Bundle-" title="class or interface in android.support.v4.app">instantiate</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#isAdded--" title="class or interface in android.support.v4.app">isAdded</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#isDetached--" title="class or interface in android.support.v4.app">isDetached</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#isHidden--" title="class or interface in android.support.v4.app">isHidden</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#isInLayout--" title="class or interface in android.support.v4.app">isInLayout</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#isMenuVisible--" title="class or interface in android.support.v4.app">isMenuVisible</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#isRemoving--" title="class or interface in android.support.v4.app">isRemoving</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#isResumed--" title="class or interface in android.support.v4.app">isResumed</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#isStateSaved--" title="class or interface in android.support.v4.app">isStateSaved</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#isVisible--" title="class or interface in android.support.v4.app">isVisible</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onActivityCreated-android.os.Bundle-" title="class or interface in android.support.v4.app">onActivityCreated</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onActivityResult-int-int-android.content.Intent-" title="class or interface in android.support.v4.app">onActivityResult</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onAttach-android.app.Activity-" title="class or interface in android.support.v4.app">onAttach</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onAttach-android.content.Context-" title="class or interface in android.support.v4.app">onAttach</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onAttachFragment-android.support.v4.app.Fragment-" title="class or interface in android.support.v4.app">onAttachFragment</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onConfigurationChanged-android.content.res.Configuration-" title="class or interface in android.support.v4.app">onConfigurationChanged</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onContextItemSelected-android.view.MenuItem-" title="class or interface in android.support.v4.app">onContextItemSelected</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onCreate-android.os.Bundle-" title="class or interface in android.support.v4.app">onCreate</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onCreateAnimation-int-boolean-int-" title="class or interface in android.support.v4.app">onCreateAnimation</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onCreateAnimator-int-boolean-int-" title="class or interface in android.support.v4.app">onCreateAnimator</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onCreateContextMenu-android.view.ContextMenu-android.view.View-android.view.ContextMenu.ContextMenuInfo-" title="class or interface in android.support.v4.app">onCreateContextMenu</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onCreateOptionsMenu-android.view.Menu-android.view.MenuInflater-" title="class or interface in android.support.v4.app">onCreateOptionsMenu</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onDestroy--" title="class or interface in android.support.v4.app">onDestroy</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onDestroyOptionsMenu--" title="class or interface in android.support.v4.app">onDestroyOptionsMenu</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onDestroyView--" title="class or interface in android.support.v4.app">onDestroyView</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onDetach--" title="class or interface in android.support.v4.app">onDetach</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onGetLayoutInflater-android.os.Bundle-" title="class or interface in android.support.v4.app">onGetLayoutInflater</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onHiddenChanged-boolean-" title="class or interface in android.support.v4.app">onHiddenChanged</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onInflate-android.app.Activity-android.util.AttributeSet-android.os.Bundle-" title="class or interface in android.support.v4.app">onInflate</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onInflate-android.content.Context-android.util.AttributeSet-android.os.Bundle-" title="class or interface in android.support.v4.app">onInflate</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onLowMemory--" title="class or interface in android.support.v4.app">onLowMemory</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onMultiWindowModeChanged-boolean-" title="class or interface in android.support.v4.app">onMultiWindowModeChanged</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onOptionsItemSelected-android.view.MenuItem-" title="class or interface in android.support.v4.app">onOptionsItemSelected</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onOptionsMenuClosed-android.view.Menu-" title="class or interface in android.support.v4.app">onOptionsMenuClosed</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onPause--" title="class or interface in android.support.v4.app">onPause</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onPictureInPictureModeChanged-boolean-" title="class or interface in android.support.v4.app">onPictureInPictureModeChanged</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onPrepareOptionsMenu-android.view.Menu-" title="class or interface in android.support.v4.app">onPrepareOptionsMenu</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onRequestPermissionsResult-int-java.lang.String:A-int:A-" title="class or interface in android.support.v4.app">onRequestPermissionsResult</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onResume--" title="class or interface in android.support.v4.app">onResume</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onSaveInstanceState-android.os.Bundle-" title="class or interface in android.support.v4.app">onSaveInstanceState</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onStart--" title="class or interface in android.support.v4.app">onStart</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onStop--" title="class or interface in android.support.v4.app">onStop</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onViewCreated-android.view.View-android.os.Bundle-" title="class or interface in android.support.v4.app">onViewCreated</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onViewStateRestored-android.os.Bundle-" title="class or interface in android.support.v4.app">onViewStateRestored</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#postponeEnterTransition--" title="class or interface in android.support.v4.app">postponeEnterTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#registerForContextMenu-android.view.View-" title="class or interface in android.support.v4.app">registerForContextMenu</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#requestPermissions-java.lang.String:A-int-" title="class or interface in android.support.v4.app">requestPermissions</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#requireActivity--" title="class or interface in android.support.v4.app">requireActivity</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#requireContext--" title="class or interface in android.support.v4.app">requireContext</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#requireFragmentManager--" title="class or interface in android.support.v4.app">requireFragmentManager</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#requireHost--" title="class or interface in android.support.v4.app">requireHost</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#setAllowEnterTransitionOverlap-boolean-" title="class or interface in android.support.v4.app">setAllowEnterTransitionOverlap</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#setAllowReturnTransitionOverlap-boolean-" title="class or interface in android.support.v4.app">setAllowReturnTransitionOverlap</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#setArguments-android.os.Bundle-" title="class or interface in android.support.v4.app">setArguments</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#setEnterSharedElementCallback-android.support.v4.app.SharedElementCallback-" title="class or interface in android.support.v4.app">setEnterSharedElementCallback</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#setEnterTransition-java.lang.Object-" title="class or interface in android.support.v4.app">setEnterTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#setExitSharedElementCallback-android.support.v4.app.SharedElementCallback-" title="class or interface in android.support.v4.app">setExitSharedElementCallback</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#setExitTransition-java.lang.Object-" title="class or interface in android.support.v4.app">setExitTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#setHasOptionsMenu-boolean-" title="class or interface in android.support.v4.app">setHasOptionsMenu</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#setInitialSavedState-android.support.v4.app.Fragment.SavedState-" title="class or interface in android.support.v4.app">setInitialSavedState</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#setMenuVisibility-boolean-" title="class or interface in android.support.v4.app">setMenuVisibility</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#setReenterTransition-java.lang.Object-" title="class or interface in android.support.v4.app">setReenterTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#setRetainInstance-boolean-" title="class or interface in android.support.v4.app">setRetainInstance</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#setReturnTransition-java.lang.Object-" title="class or interface in android.support.v4.app">setReturnTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#setSharedElementEnterTransition-java.lang.Object-" title="class or interface in android.support.v4.app">setSharedElementEnterTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#setSharedElementReturnTransition-java.lang.Object-" title="class or interface in android.support.v4.app">setSharedElementReturnTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#setTargetFragment-android.support.v4.app.Fragment-int-" title="class or interface in android.support.v4.app">setTargetFragment</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#setUserVisibleHint-boolean-" title="class or interface in android.support.v4.app">setUserVisibleHint</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#shouldShowRequestPermissionRationale-java.lang.String-" title="class or interface in android.support.v4.app">shouldShowRequestPermissionRationale</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#startActivity-android.content.Intent-" title="class or interface in android.support.v4.app">startActivity</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#startActivity-android.content.Intent-android.os.Bundle-" title="class or interface in android.support.v4.app">startActivity</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#startActivityForResult-android.content.Intent-int-" title="class or interface in android.support.v4.app">startActivityForResult</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#startActivityForResult-android.content.Intent-int-android.os.Bundle-" title="class or interface in android.support.v4.app">startActivityForResult</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-android.os.Bundle-" title="class or interface in android.support.v4.app">startIntentSenderForResult</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#startPostponedEnterTransition--" title="class or interface in android.support.v4.app">startPostponedEnterTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#toString--" title="class or interface in android.support.v4.app">toString</a>, <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#unregisterForContextMenu-android.view.View-" title="class or interface in android.support.v4.app">unregisterForContextMenu</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="NumbersFragment--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>NumbersFragment</h4>
<pre>public&nbsp;NumbersFragment()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="onCreateView-android.view.LayoutInflater-android.view.ViewGroup-android.os.Bundle-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>onCreateView</h4>
<pre>public&nbsp;<a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a>&nbsp;onCreateView(<a href="https://developer.android.com/reference/android/view/LayoutInflater.html?is-external=true" title="class or interface in android.view">LayoutInflater</a>&nbsp;inflater,
<a href="https://developer.android.com/reference/android/view/ViewGroup.html?is-external=true" title="class or interface in android.view">ViewGroup</a>&nbsp;container,
<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;savedInstanceState)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onCreateView-android.view.LayoutInflater-android.view.ViewGroup-android.os.Bundle-" title="class or interface in android.support.v4.app">android.support.v4.app.Fragment</a></code></span></div>
<div class="block">Called to have the fragment instantiate its user interface view.
This is optional, and non-graphical fragments can return null (which
is the default implementation). This will be called between
<a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onCreate-android.os.Bundle-" title="class or interface in android.support.v4.app"><code>Fragment.onCreate(Bundle)</code></a> and <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onActivityCreated-android.os.Bundle-" title="class or interface in android.support.v4.app"><code>Fragment.onActivityCreated(Bundle)</code></a>.
<p>If you return a View from here, you will later be called in
<a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onDestroyView--" title="class or interface in android.support.v4.app"><code>Fragment.onDestroyView()</code></a> when the view is being released.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true#onCreateView-android.view.LayoutInflater-android.view.ViewGroup-android.os.Bundle-" title="class or interface in android.support.v4.app">onCreateView</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true" title="class or interface in android.support.v4.app">Fragment</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>inflater</code> - The LayoutInflater object that can be used to inflate
any views in the fragment,</dd>
<dd><code>container</code> - If non-null, this is the parent view that the fragment's
UI should be attached to. The fragment should not add the view itself,
but this can be used to generate the LayoutParams of the view.</dd>
<dd><code>savedInstanceState</code> - If non-null, this fragment is being re-constructed
from a previous saved state as given here.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Return the View for the fragment's UI, or null.</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../com/example/android/miwok/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/example/android/miwok/NumbersActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../com/example/android/miwok/PhrasesActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/example/android/miwok/NumbersFragment.html" target="_top">Frames</a></li>
<li><a href="NumbersFragment.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.classes.inherited.from.class.android.support.v4.app.Fragment">Nested</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jan 23 12:46:17 CET 2019 -->
<title>com.example.android.miwok</title>
<meta name="date" content="2019-01-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../../com/example/android/miwok/package-summary.html" target="classFrame">com.example.android.miwok</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="ColorsActivity.html" title="class in com.example.android.miwok" target="classFrame">ColorsActivity</a></li>
<li><a href="FamilyActivity.html" title="class in com.example.android.miwok" target="classFrame">FamilyActivity</a></li>
<li><a href="MainActivity.html" title="class in com.example.android.miwok" target="classFrame">MainActivity</a></li>
<li><a href="NumbersActivity.html" title="class in com.example.android.miwok" target="classFrame">NumbersActivity</a></li>
<li><a href="NumbersFragment.html" title="class in com.example.android.miwok" target="classFrame">NumbersFragment</a></li>
<li><a href="PhrasesActivity.html" title="class in com.example.android.miwok" target="classFrame">PhrasesActivity</a></li>
<li><a href="Word.html" title="class in com.example.android.miwok" target="classFrame">Word</a></li>
<li><a href="WordAdapter.html" title="class in com.example.android.miwok" target="classFrame">WordAdapter</a></li>
</ul>
</div>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jan 23 12:46:17 CET 2019 -->
<title>com.example.android.miwok</title>
<meta name="date" content="2019-01-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.example.android.miwok";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev&nbsp;Package</li>
<li>Next&nbsp;Package</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/example/android/miwok/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package&nbsp;com.example.android.miwok</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../com/example/android/miwok/ColorsActivity.html" title="class in com.example.android.miwok">ColorsActivity</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../com/example/android/miwok/FamilyActivity.html" title="class in com.example.android.miwok">FamilyActivity</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../com/example/android/miwok/MainActivity.html" title="class in com.example.android.miwok">MainActivity</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../com/example/android/miwok/NumbersActivity.html" title="class in com.example.android.miwok">NumbersActivity</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../com/example/android/miwok/NumbersFragment.html" title="class in com.example.android.miwok">NumbersFragment</a></td>
<td class="colLast">
<div class="block">A simple <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true" title="class or interface in android.support.v4.app"><code>Fragment</code></a> subclass.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../com/example/android/miwok/PhrasesActivity.html" title="class in com.example.android.miwok">PhrasesActivity</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../com/example/android/miwok/Word.html" title="class in com.example.android.miwok">Word</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../com/example/android/miwok/WordAdapter.html" title="class in com.example.android.miwok">WordAdapter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev&nbsp;Package</li>
<li>Next&nbsp;Package</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/example/android/miwok/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jan 23 12:46:17 CET 2019 -->
<title>com.example.android.miwok Class Hierarchy</title>
<meta name="date" content="2019-01-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.example.android.miwok Class Hierarchy";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/example/android/miwok/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">Hierarchy For Package com.example.android.miwok</h1>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
<ul>
<li type="circle">android.widget.<a href="https://developer.android.com/reference/android/widget/BaseAdapter.html?is-external=true" title="class or interface in android.widget"><span class="typeNameLink">BaseAdapter</span></a> (implements android.widget.<a href="https://developer.android.com/reference/android/widget/ListAdapter.html?is-external=true" title="class or interface in android.widget">ListAdapter</a>, android.widget.<a href="https://developer.android.com/reference/android/widget/SpinnerAdapter.html?is-external=true" title="class or interface in android.widget">SpinnerAdapter</a>)
<ul>
<li type="circle">android.widget.<a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true" title="class or interface in android.widget"><span class="typeNameLink">ArrayAdapter</span></a>&lt;T&gt; (implements android.widget.<a href="https://developer.android.com/reference/android/widget/Filterable.html?is-external=true" title="class or interface in android.widget">Filterable</a>, android.widget.<a href="https://developer.android.com/reference/android/widget/ThemedSpinnerAdapter.html?is-external=true" title="class or interface in android.widget">ThemedSpinnerAdapter</a>)
<ul>
<li type="circle">com.example.android.miwok.<a href="../../../../com/example/android/miwok/WordAdapter.html" title="class in com.example.android.miwok"><span class="typeNameLink">WordAdapter</span></a></li>
</ul>
</li>
</ul>
</li>
<li type="circle">android.content.<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content"><span class="typeNameLink">Context</span></a>
<ul>
<li type="circle">android.content.<a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true" title="class or interface in android.content"><span class="typeNameLink">ContextWrapper</span></a>
<ul>
<li type="circle">android.view.<a href="https://developer.android.com/reference/android/view/ContextThemeWrapper.html?is-external=true" title="class or interface in android.view"><span class="typeNameLink">ContextThemeWrapper</span></a>
<ul>
<li type="circle">android.app.<a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app"><span class="typeNameLink">Activity</span></a> (implements android.content.<a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true" title="class or interface in android.content">ComponentCallbacks2</a>, android.view.<a href="https://developer.android.com/reference/android/view/KeyEvent.Callback.html?is-external=true" title="class or interface in android.view">KeyEvent.Callback</a>, android.view.<a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory2.html?is-external=true" title="class or interface in android.view">LayoutInflater.Factory2</a>, android.view.<a href="https://developer.android.com/reference/android/view/View.OnCreateContextMenuListener.html?is-external=true" title="class or interface in android.view">View.OnCreateContextMenuListener</a>, android.view.<a href="https://developer.android.com/reference/android/view/Window.Callback.html?is-external=true" title="class or interface in android.view">Window.Callback</a>)
<ul>
<li type="circle">android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.html?is-external=true" title="class or interface in android.support.v4.app"><span class="typeNameLink">SupportActivity</span></a> (implements android.arch.lifecycle.<a href="https://developer.android.com/reference/android/arch.lifecycle.LifecycleOwner.html?is-external=true" title="class or interface in android">LifecycleOwner</a>)
<ul>
<li type="circle">android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true" title="class or interface in android.support.v4.app"><span class="typeNameLink">FragmentActivity</span></a> (implements android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/ActivityCompat.OnRequestPermissionsResultCallback.html?is-external=true" title="class or interface in android.support.v4.app">ActivityCompat.OnRequestPermissionsResultCallback</a>, android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/ActivityCompat.RequestPermissionsRequestCodeValidator.html?is-external=true" title="class or interface in android.support.v4.app">ActivityCompat.RequestPermissionsRequestCodeValidator</a>, android.arch.lifecycle.<a href="https://developer.android.com/reference/android/arch.lifecycle.ViewModelStoreOwner.html?is-external=true" title="class or interface in android">ViewModelStoreOwner</a>)
<ul>
<li type="circle">android.support.v7.app.<a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true" title="class or interface in android.support.v7.app"><span class="typeNameLink">AppCompatActivity</span></a> (implements android.support.v7.app.<a href="https://developer.android.com/reference/android/support/v7/app/ActionBarDrawerToggle.DelegateProvider.html?is-external=true" title="class or interface in android.support.v7.app">ActionBarDrawerToggle.DelegateProvider</a>, android.support.v7.app.<a href="https://developer.android.com/reference/android/support/v7/app/AppCompatCallback.html?is-external=true" title="class or interface in android.support.v7.app">AppCompatCallback</a>, android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/TaskStackBuilder.SupportParentable.html?is-external=true" title="class or interface in android.support.v4.app">TaskStackBuilder.SupportParentable</a>)
<ul>
<li type="circle">com.example.android.miwok.<a href="../../../../com/example/android/miwok/ColorsActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">ColorsActivity</span></a></li>
<li type="circle">com.example.android.miwok.<a href="../../../../com/example/android/miwok/FamilyActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">FamilyActivity</span></a></li>
<li type="circle">com.example.android.miwok.<a href="../../../../com/example/android/miwok/MainActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">MainActivity</span></a></li>
<li type="circle">com.example.android.miwok.<a href="../../../../com/example/android/miwok/NumbersActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">NumbersActivity</span></a></li>
<li type="circle">com.example.android.miwok.<a href="../../../../com/example/android/miwok/PhrasesActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">PhrasesActivity</span></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li type="circle">android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true" title="class or interface in android.support.v4.app"><span class="typeNameLink">Fragment</span></a> (implements android.content.<a href="https://developer.android.com/reference/android/content/ComponentCallbacks.html?is-external=true" title="class or interface in android.content">ComponentCallbacks</a>, android.arch.lifecycle.<a href="https://developer.android.com/reference/android/arch.lifecycle.LifecycleOwner.html?is-external=true" title="class or interface in android">LifecycleOwner</a>, android.view.<a href="https://developer.android.com/reference/android/view/View.OnCreateContextMenuListener.html?is-external=true" title="class or interface in android.view">View.OnCreateContextMenuListener</a>, android.arch.lifecycle.<a href="https://developer.android.com/reference/android/arch.lifecycle.ViewModelStoreOwner.html?is-external=true" title="class or interface in android">ViewModelStoreOwner</a>)
<ul>
<li type="circle">com.example.android.miwok.<a href="../../../../com/example/android/miwok/NumbersFragment.html" title="class in com.example.android.miwok"><span class="typeNameLink">NumbersFragment</span></a></li>
</ul>
</li>
<li type="circle">com.example.android.miwok.<a href="../../../../com/example/android/miwok/Word.html" title="class in com.example.android.miwok"><span class="typeNameLink">Word</span></a></li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/example/android/miwok/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jan 23 12:46:17 CET 2019 -->
<title>PhrasesActivity</title>
<meta name="date" content="2019-01-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PhrasesActivity";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../com/example/android/miwok/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/example/android/miwok/NumbersFragment.html" title="class in com.example.android.miwok"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../com/example/android/miwok/Word.html" title="class in com.example.android.miwok"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/example/android/miwok/PhrasesActivity.html" target="_top">Frames</a></li>
<li><a href="PhrasesActivity.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.classes.inherited.from.class.android.support.v4.app.SupportActivity">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.android.app.Activity">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.example.android.miwok</div>
<h2 title="Class PhrasesActivity" class="title">Class PhrasesActivity</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">android.content.Context</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true" title="class or interface in android.content">android.content.ContextWrapper</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/view/ContextThemeWrapper.html?is-external=true" title="class or interface in android.view">android.view.ContextThemeWrapper</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">android.app.Activity</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.html?is-external=true" title="class or interface in android.support.v4.app">android.support.v4.app.SupportActivity</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true" title="class or interface in android.support.v4.app">android.support.v4.app.FragmentActivity</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true" title="class or interface in android.support.v7.app">android.support.v7.app.AppCompatActivity</a></li>
<li>
<ul class="inheritance">
<li>com.example.android.miwok.PhrasesActivity</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="https://developer.android.com/reference/android/arch.lifecycle.LifecycleOwner.html?is-external=true" title="class or interface in android">android.arch.lifecycle.LifecycleOwner</a>, <a href="https://developer.android.com/reference/android/arch.lifecycle.ViewModelStoreOwner.html?is-external=true" title="class or interface in android">android.arch.lifecycle.ViewModelStoreOwner</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks.html?is-external=true" title="class or interface in android.content">ComponentCallbacks</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true" title="class or interface in android.content">ComponentCallbacks2</a>, <a href="https://developer.android.com/reference/android/support/v4/app/ActivityCompat.OnRequestPermissionsResultCallback.html?is-external=true" title="class or interface in android.support.v4.app">ActivityCompat.OnRequestPermissionsResultCallback</a>, <a href="https://developer.android.com/reference/android/support/v4/app/ActivityCompat.RequestPermissionsRequestCodeValidator.html?is-external=true" title="class or interface in android.support.v4.app">ActivityCompat.RequestPermissionsRequestCodeValidator</a>, <a href="https://developer.android.com/reference/android/support/v4/app/TaskStackBuilder.SupportParentable.html?is-external=true" title="class or interface in android.support.v4.app">TaskStackBuilder.SupportParentable</a>, <a href="https://developer.android.com/reference/android/support/v7/app/ActionBarDrawerToggle.DelegateProvider.html?is-external=true" title="class or interface in android.support.v7.app">ActionBarDrawerToggle.DelegateProvider</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatCallback.html?is-external=true" title="class or interface in android.support.v7.app">AppCompatCallback</a>, <a href="https://developer.android.com/reference/android/view/KeyEvent.Callback.html?is-external=true" title="class or interface in android.view">KeyEvent.Callback</a>, <a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory.html?is-external=true" title="class or interface in android.view">LayoutInflater.Factory</a>, <a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory2.html?is-external=true" title="class or interface in android.view">LayoutInflater.Factory2</a>, <a href="https://developer.android.com/reference/android/view/View.OnCreateContextMenuListener.html?is-external=true" title="class or interface in android.view">View.OnCreateContextMenuListener</a>, <a href="https://developer.android.com/reference/android/view/Window.Callback.html?is-external=true" title="class or interface in android.view">Window.Callback</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">PhrasesActivity</span>
extends <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true" title="class or interface in android.support.v7.app">AppCompatActivity</a></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.android.support.v4.app.SupportActivity">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.html?is-external=true" title="class or interface in android.support.v4.app">SupportActivity</a></h3>
<code><a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.ExtraData.html?is-external=true" title="class or interface in android.support.v4.app">SupportActivity.ExtraData</a></code></li>
</ul>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.android.app.Activity">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;android.app.<a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></h3>
<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#DEFAULT_KEYS_DIALER" title="class or interface in android.app">DEFAULT_KEYS_DIALER</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#DEFAULT_KEYS_DISABLE" title="class or interface in android.app">DEFAULT_KEYS_DISABLE</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#DEFAULT_KEYS_SEARCH_GLOBAL" title="class or interface in android.app">DEFAULT_KEYS_SEARCH_GLOBAL</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#DEFAULT_KEYS_SEARCH_LOCAL" title="class or interface in android.app">DEFAULT_KEYS_SEARCH_LOCAL</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#DEFAULT_KEYS_SHORTCUT" title="class or interface in android.app">DEFAULT_KEYS_SHORTCUT</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#FOCUSED_STATE_SET" title="class or interface in android.app">FOCUSED_STATE_SET</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#RESULT_CANCELED" title="class or interface in android.app">RESULT_CANCELED</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#RESULT_FIRST_USER" title="class or interface in android.app">RESULT_FIRST_USER</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#RESULT_OK" title="class or interface in android.app">RESULT_OK</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.android.content.Context">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;android.content.<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a></h3>
<code><a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#ACCESSIBILITY_SERVICE" title="class or interface in android.content">ACCESSIBILITY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#ACCOUNT_SERVICE" title="class or interface in android.content">ACCOUNT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#ACTIVITY_SERVICE" title="class or interface in android.content">ACTIVITY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#ALARM_SERVICE" title="class or interface in android.content">ALARM_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#APP_OPS_SERVICE" title="class or interface in android.content">APP_OPS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#APPWIDGET_SERVICE" title="class or interface in android.content">APPWIDGET_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#AUDIO_SERVICE" title="class or interface in android.content">AUDIO_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BATTERY_SERVICE" title="class or interface in android.content">BATTERY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_ABOVE_CLIENT" title="class or interface in android.content">BIND_ABOVE_CLIENT</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_ADJUST_WITH_ACTIVITY" title="class or interface in android.content">BIND_ADJUST_WITH_ACTIVITY</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_ALLOW_OOM_MANAGEMENT" title="class or interface in android.content">BIND_ALLOW_OOM_MANAGEMENT</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_AUTO_CREATE" title="class or interface in android.content">BIND_AUTO_CREATE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_DEBUG_UNBIND" title="class or interface in android.content">BIND_DEBUG_UNBIND</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_EXTERNAL_SERVICE" title="class or interface in android.content">BIND_EXTERNAL_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_IMPORTANT" title="class or interface in android.content">BIND_IMPORTANT</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_NOT_FOREGROUND" title="class or interface in android.content">BIND_NOT_FOREGROUND</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BIND_WAIVE_PRIORITY" title="class or interface in android.content">BIND_WAIVE_PRIORITY</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#BLUETOOTH_SERVICE" title="class or interface in android.content">BLUETOOTH_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CAMERA_SERVICE" title="class or interface in android.content">CAMERA_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CAPTIONING_SERVICE" title="class or interface in android.content">CAPTIONING_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CARRIER_CONFIG_SERVICE" title="class or interface in android.content">CARRIER_CONFIG_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CLIPBOARD_SERVICE" title="class or interface in android.content">CLIPBOARD_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#COMPANION_DEVICE_SERVICE" title="class or interface in android.content">COMPANION_DEVICE_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CONNECTIVITY_SERVICE" title="class or interface in android.content">CONNECTIVITY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CONSUMER_IR_SERVICE" title="class or interface in android.content">CONSUMER_IR_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CONTEXT_IGNORE_SECURITY" title="class or interface in android.content">CONTEXT_IGNORE_SECURITY</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CONTEXT_INCLUDE_CODE" title="class or interface in android.content">CONTEXT_INCLUDE_CODE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CONTEXT_RESTRICTED" title="class or interface in android.content">CONTEXT_RESTRICTED</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#CROSS_PROFILE_APPS_SERVICE" title="class or interface in android.content">CROSS_PROFILE_APPS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#DEVICE_POLICY_SERVICE" title="class or interface in android.content">DEVICE_POLICY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#DISPLAY_SERVICE" title="class or interface in android.content">DISPLAY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#DOWNLOAD_SERVICE" title="class or interface in android.content">DOWNLOAD_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#DROPBOX_SERVICE" title="class or interface in android.content">DROPBOX_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#EUICC_SERVICE" title="class or interface in android.content">EUICC_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#FINGERPRINT_SERVICE" title="class or interface in android.content">FINGERPRINT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#HARDWARE_PROPERTIES_SERVICE" title="class or interface in android.content">HARDWARE_PROPERTIES_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#INPUT_METHOD_SERVICE" title="class or interface in android.content">INPUT_METHOD_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#INPUT_SERVICE" title="class or interface in android.content">INPUT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#IPSEC_SERVICE" title="class or interface in android.content">IPSEC_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#JOB_SCHEDULER_SERVICE" title="class or interface in android.content">JOB_SCHEDULER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#KEYGUARD_SERVICE" title="class or interface in android.content">KEYGUARD_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#LAUNCHER_APPS_SERVICE" title="class or interface in android.content">LAUNCHER_APPS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#LAYOUT_INFLATER_SERVICE" title="class or interface in android.content">LAYOUT_INFLATER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#LOCATION_SERVICE" title="class or interface in android.content">LOCATION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MEDIA_PROJECTION_SERVICE" title="class or interface in android.content">MEDIA_PROJECTION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MEDIA_ROUTER_SERVICE" title="class or interface in android.content">MEDIA_ROUTER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MEDIA_SESSION_SERVICE" title="class or interface in android.content">MEDIA_SESSION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MIDI_SERVICE" title="class or interface in android.content">MIDI_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_APPEND" title="class or interface in android.content">MODE_APPEND</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_ENABLE_WRITE_AHEAD_LOGGING" title="class or interface in android.content">MODE_ENABLE_WRITE_AHEAD_LOGGING</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_MULTI_PROCESS" title="class or interface in android.content">MODE_MULTI_PROCESS</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_NO_LOCALIZED_COLLATORS" title="class or interface in android.content">MODE_NO_LOCALIZED_COLLATORS</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_PRIVATE" title="class or interface in android.content">MODE_PRIVATE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_WORLD_READABLE" title="class or interface in android.content">MODE_WORLD_READABLE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#MODE_WORLD_WRITEABLE" title="class or interface in android.content">MODE_WORLD_WRITEABLE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#NETWORK_STATS_SERVICE" title="class or interface in android.content">NETWORK_STATS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#NFC_SERVICE" title="class or interface in android.content">NFC_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#NOTIFICATION_SERVICE" title="class or interface in android.content">NOTIFICATION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#NSD_SERVICE" title="class or interface in android.content">NSD_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#POWER_SERVICE" title="class or interface in android.content">POWER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#PRINT_SERVICE" title="class or interface in android.content">PRINT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#RECEIVER_VISIBLE_TO_INSTANT_APPS" title="class or interface in android.content">RECEIVER_VISIBLE_TO_INSTANT_APPS</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#RESTRICTIONS_SERVICE" title="class or interface in android.content">RESTRICTIONS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#SEARCH_SERVICE" title="class or interface in android.content">SEARCH_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#SENSOR_SERVICE" title="class or interface in android.content">SENSOR_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#SHORTCUT_SERVICE" title="class or interface in android.content">SHORTCUT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#STORAGE_SERVICE" title="class or interface in android.content">STORAGE_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#STORAGE_STATS_SERVICE" title="class or interface in android.content">STORAGE_STATS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#SYSTEM_HEALTH_SERVICE" title="class or interface in android.content">SYSTEM_HEALTH_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TELECOM_SERVICE" title="class or interface in android.content">TELECOM_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TELEPHONY_SERVICE" title="class or interface in android.content">TELEPHONY_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TELEPHONY_SUBSCRIPTION_SERVICE" title="class or interface in android.content">TELEPHONY_SUBSCRIPTION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TEXT_CLASSIFICATION_SERVICE" title="class or interface in android.content">TEXT_CLASSIFICATION_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TEXT_SERVICES_MANAGER_SERVICE" title="class or interface in android.content">TEXT_SERVICES_MANAGER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#TV_INPUT_SERVICE" title="class or interface in android.content">TV_INPUT_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#UI_MODE_SERVICE" title="class or interface in android.content">UI_MODE_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#USAGE_STATS_SERVICE" title="class or interface in android.content">USAGE_STATS_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#USB_SERVICE" title="class or interface in android.content">USB_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#USER_SERVICE" title="class or interface in android.content">USER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#VIBRATOR_SERVICE" title="class or interface in android.content">VIBRATOR_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WALLPAPER_SERVICE" title="class or interface in android.content">WALLPAPER_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WIFI_AWARE_SERVICE" title="class or interface in android.content">WIFI_AWARE_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WIFI_P2P_SERVICE" title="class or interface in android.content">WIFI_P2P_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WIFI_RTT_RANGING_SERVICE" title="class or interface in android.content">WIFI_RTT_RANGING_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WIFI_SERVICE" title="class or interface in android.content">WIFI_SERVICE</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#WINDOW_SERVICE" title="class or interface in android.content">WINDOW_SERVICE</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.android.content.ComponentCallbacks2">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;android.content.<a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true" title="class or interface in android.content">ComponentCallbacks2</a></h3>
<code><a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_BACKGROUND" title="class or interface in android.content">TRIM_MEMORY_BACKGROUND</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_COMPLETE" title="class or interface in android.content">TRIM_MEMORY_COMPLETE</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_MODERATE" title="class or interface in android.content">TRIM_MEMORY_MODERATE</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_RUNNING_CRITICAL" title="class or interface in android.content">TRIM_MEMORY_RUNNING_CRITICAL</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_RUNNING_LOW" title="class or interface in android.content">TRIM_MEMORY_RUNNING_LOW</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_RUNNING_MODERATE" title="class or interface in android.content">TRIM_MEMORY_RUNNING_MODERATE</a>, <a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true#TRIM_MEMORY_UI_HIDDEN" title="class or interface in android.content">TRIM_MEMORY_UI_HIDDEN</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/PhrasesActivity.html#PhrasesActivity--">PhrasesActivity</a></span>()</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/PhrasesActivity.html#onCreate-android.os.Bundle-">onCreate</a></span>(<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;savedInstanceState)</code>
<div class="block">Perform initialization of all fragments.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/PhrasesActivity.html#onCreateView-java.lang.String-android.content.Context-android.util.AttributeSet-">onCreateView</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a>&nbsp;context,
<a href="https://developer.android.com/reference/android/util/AttributeSet.html?is-external=true" title="class or interface in android.util">AttributeSet</a>&nbsp;attrs)</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/PhrasesActivity.html#onCreateView-android.view.View-java.lang.String-android.content.Context-android.util.AttributeSet-">onCreateView</a></span>(<a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a>&nbsp;parent,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a>&nbsp;context,
<a href="https://developer.android.com/reference/android/util/AttributeSet.html?is-external=true" title="class or interface in android.util">AttributeSet</a>&nbsp;attrs)</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/PhrasesActivity.html#onStop--">onStop</a></span>()</code>
<div class="block">Dispatch onStop() to all fragments.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/PhrasesActivity.html#startActivityForResult-android.content.Intent-int-android.os.Bundle-">startActivityForResult</a></span>(<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;options)</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/PhrasesActivity.html#startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-">startIntentSenderForResult</a></span>(<a href="https://developer.android.com/reference/android/content/IntentSender.html?is-external=true" title="class or interface in android.content">IntentSender</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;fillInIntent,
int&nbsp;flagsMask,
int&nbsp;flagsValues,
int&nbsp;extraFlags)</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/PhrasesActivity.html#startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-android.os.Bundle-">startIntentSenderForResult</a></span>(<a href="https://developer.android.com/reference/android/content/IntentSender.html?is-external=true" title="class or interface in android.content">IntentSender</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;fillInIntent,
int&nbsp;flagsMask,
int&nbsp;flagsValues,
int&nbsp;extraFlags,
<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;options)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.support.v7.app.AppCompatActivity">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.support.v7.app.<a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true" title="class or interface in android.support.v7.app">AppCompatActivity</a></h3>
<code><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#addContentView-android.view.View-android.view.ViewGroup.LayoutParams-" title="class or interface in android.support.v7.app">addContentView</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#closeOptionsMenu--" title="class or interface in android.support.v7.app">closeOptionsMenu</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#dispatchKeyEvent-android.view.KeyEvent-" title="class or interface in android.support.v7.app">dispatchKeyEvent</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#findViewById-int-" title="class or interface in android.support.v7.app">findViewById</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getDelegate--" title="class or interface in android.support.v7.app">getDelegate</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getDrawerToggleDelegate--" title="class or interface in android.support.v7.app">getDrawerToggleDelegate</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getMenuInflater--" title="class or interface in android.support.v7.app">getMenuInflater</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getResources--" title="class or interface in android.support.v7.app">getResources</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getSupportActionBar--" title="class or interface in android.support.v7.app">getSupportActionBar</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#getSupportParentActivityIntent--" title="class or interface in android.support.v7.app">getSupportParentActivityIntent</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#invalidateOptionsMenu--" title="class or interface in android.support.v7.app">invalidateOptionsMenu</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onConfigurationChanged-android.content.res.Configuration-" title="class or interface in android.support.v7.app">onConfigurationChanged</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onContentChanged--" title="class or interface in android.support.v7.app">onContentChanged</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onCreateSupportNavigateUpTaskStack-android.support.v4.app.TaskStackBuilder-" title="class or interface in android.support.v7.app">onCreateSupportNavigateUpTaskStack</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onDestroy--" title="class or interface in android.support.v7.app">onDestroy</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onKeyDown-int-android.view.KeyEvent-" title="class or interface in android.support.v7.app">onKeyDown</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onMenuItemSelected-int-android.view.MenuItem-" title="class or interface in android.support.v7.app">onMenuItemSelected</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onMenuOpened-int-android.view.Menu-" title="class or interface in android.support.v7.app">onMenuOpened</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onPanelClosed-int-android.view.Menu-" title="class or interface in android.support.v7.app">onPanelClosed</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onPostCreate-android.os.Bundle-" title="class or interface in android.support.v7.app">onPostCreate</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onPostResume--" title="class or interface in android.support.v7.app">onPostResume</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onPrepareSupportNavigateUpTaskStack-android.support.v4.app.TaskStackBuilder-" title="class or interface in android.support.v7.app">onPrepareSupportNavigateUpTaskStack</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onSaveInstanceState-android.os.Bundle-" title="class or interface in android.support.v7.app">onSaveInstanceState</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onStart--" title="class or interface in android.support.v7.app">onStart</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onSupportActionModeFinished-android.support.v7.view.ActionMode-" title="class or interface in android.support.v7.app">onSupportActionModeFinished</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onSupportActionModeStarted-android.support.v7.view.ActionMode-" title="class or interface in android.support.v7.app">onSupportActionModeStarted</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onSupportContentChanged--" title="class or interface in android.support.v7.app">onSupportContentChanged</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onSupportNavigateUp--" title="class or interface in android.support.v7.app">onSupportNavigateUp</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onTitleChanged-java.lang.CharSequence-int-" title="class or interface in android.support.v7.app">onTitleChanged</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onWindowStartingSupportActionMode-android.support.v7.view.ActionMode.Callback-" title="class or interface in android.support.v7.app">onWindowStartingSupportActionMode</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#openOptionsMenu--" title="class or interface in android.support.v7.app">openOptionsMenu</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setContentView-int-" title="class or interface in android.support.v7.app">setContentView</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setContentView-android.view.View-" title="class or interface in android.support.v7.app">setContentView</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setContentView-android.view.View-android.view.ViewGroup.LayoutParams-" title="class or interface in android.support.v7.app">setContentView</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setSupportActionBar-android.support.v7.widget.Toolbar-" title="class or interface in android.support.v7.app">setSupportActionBar</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setSupportProgress-int-" title="class or interface in android.support.v7.app">setSupportProgress</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setSupportProgressBarIndeterminate-boolean-" title="class or interface in android.support.v7.app">setSupportProgressBarIndeterminate</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setSupportProgressBarIndeterminateVisibility-boolean-" title="class or interface in android.support.v7.app">setSupportProgressBarIndeterminateVisibility</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setSupportProgressBarVisibility-boolean-" title="class or interface in android.support.v7.app">setSupportProgressBarVisibility</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#setTheme-int-" title="class or interface in android.support.v7.app">setTheme</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#startSupportActionMode-android.support.v7.view.ActionMode.Callback-" title="class or interface in android.support.v7.app">startSupportActionMode</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#supportInvalidateOptionsMenu--" title="class or interface in android.support.v7.app">supportInvalidateOptionsMenu</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#supportNavigateUpTo-android.content.Intent-" title="class or interface in android.support.v7.app">supportNavigateUpTo</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#supportRequestWindowFeature-int-" title="class or interface in android.support.v7.app">supportRequestWindowFeature</a>, <a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#supportShouldUpRecreateTask-android.content.Intent-" title="class or interface in android.support.v7.app">supportShouldUpRecreateTask</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.support.v4.app.FragmentActivity">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true" title="class or interface in android.support.v4.app">FragmentActivity</a></h3>
<code><a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#dump-java.lang.String-java.io.FileDescriptor-java.io.PrintWriter-java.lang.String:A-" title="class or interface in android.support.v4.app">dump</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#getLastCustomNonConfigurationInstance--" title="class or interface in android.support.v4.app">getLastCustomNonConfigurationInstance</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#getLifecycle--" title="class or interface in android.support.v4.app">getLifecycle</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#getSupportFragmentManager--" title="class or interface in android.support.v4.app">getSupportFragmentManager</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#getSupportLoaderManager--" title="class or interface in android.support.v4.app">getSupportLoaderManager</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#getViewModelStore--" title="class or interface in android.support.v4.app">getViewModelStore</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onActivityResult-int-int-android.content.Intent-" title="class or interface in android.support.v4.app">onActivityResult</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onAttachFragment-android.support.v4.app.Fragment-" title="class or interface in android.support.v4.app">onAttachFragment</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onBackPressed--" title="class or interface in android.support.v4.app">onBackPressed</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onCreatePanelMenu-int-android.view.Menu-" title="class or interface in android.support.v4.app">onCreatePanelMenu</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onLowMemory--" title="class or interface in android.support.v4.app">onLowMemory</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onMultiWindowModeChanged-boolean-" title="class or interface in android.support.v4.app">onMultiWindowModeChanged</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onNewIntent-android.content.Intent-" title="class or interface in android.support.v4.app">onNewIntent</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onPause--" title="class or interface in android.support.v4.app">onPause</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onPictureInPictureModeChanged-boolean-" title="class or interface in android.support.v4.app">onPictureInPictureModeChanged</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onPrepareOptionsPanel-android.view.View-android.view.Menu-" title="class or interface in android.support.v4.app">onPrepareOptionsPanel</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onPreparePanel-int-android.view.View-android.view.Menu-" title="class or interface in android.support.v4.app">onPreparePanel</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onRequestPermissionsResult-int-java.lang.String:A-int:A-" title="class or interface in android.support.v4.app">onRequestPermissionsResult</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onResume--" title="class or interface in android.support.v4.app">onResume</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onResumeFragments--" title="class or interface in android.support.v4.app">onResumeFragments</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onRetainCustomNonConfigurationInstance--" title="class or interface in android.support.v4.app">onRetainCustomNonConfigurationInstance</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onRetainNonConfigurationInstance--" title="class or interface in android.support.v4.app">onRetainNonConfigurationInstance</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onStateNotSaved--" title="class or interface in android.support.v4.app">onStateNotSaved</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#setEnterSharedElementCallback-android.support.v4.app.SharedElementCallback-" title="class or interface in android.support.v4.app">setEnterSharedElementCallback</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#setExitSharedElementCallback-android.support.v4.app.SharedElementCallback-" title="class or interface in android.support.v4.app">setExitSharedElementCallback</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#startActivityForResult-android.content.Intent-int-" title="class or interface in android.support.v4.app">startActivityForResult</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#startActivityFromFragment-android.support.v4.app.Fragment-android.content.Intent-int-" title="class or interface in android.support.v4.app">startActivityFromFragment</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#startActivityFromFragment-android.support.v4.app.Fragment-android.content.Intent-int-android.os.Bundle-" title="class or interface in android.support.v4.app">startActivityFromFragment</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#startIntentSenderFromFragment-android.support.v4.app.Fragment-android.content.IntentSender-int-android.content.Intent-int-int-int-android.os.Bundle-" title="class or interface in android.support.v4.app">startIntentSenderFromFragment</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#supportFinishAfterTransition--" title="class or interface in android.support.v4.app">supportFinishAfterTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#supportPostponeEnterTransition--" title="class or interface in android.support.v4.app">supportPostponeEnterTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#supportStartPostponedEnterTransition--" title="class or interface in android.support.v4.app">supportStartPostponedEnterTransition</a>, <a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#validateRequestPermissionsRequestCode-int-" title="class or interface in android.support.v4.app">validateRequestPermissionsRequestCode</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.support.v4.app.SupportActivity">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.html?is-external=true" title="class or interface in android.support.v4.app">SupportActivity</a></h3>
<code><a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.html?is-external=true#getExtraData-java.lang.Class-" title="class or interface in android.support.v4.app">getExtraData</a>, <a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.html?is-external=true#putExtraData-android.support.v4.app.SupportActivity.ExtraData-" title="class or interface in android.support.v4.app">putExtraData</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.app.Activity">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.app.<a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></h3>
<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#attachBaseContext-android.content.Context-" title="class or interface in android.app">attachBaseContext</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#closeContextMenu--" title="class or interface in android.app">closeContextMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#createPendingResult-int-android.content.Intent-int-" title="class or interface in android.app">createPendingResult</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dismissDialog-int-" title="class or interface in android.app">dismissDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dismissKeyboardShortcutsHelper--" title="class or interface in android.app">dismissKeyboardShortcutsHelper</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dispatchGenericMotionEvent-android.view.MotionEvent-" title="class or interface in android.app">dispatchGenericMotionEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dispatchKeyShortcutEvent-android.view.KeyEvent-" title="class or interface in android.app">dispatchKeyShortcutEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dispatchPopulateAccessibilityEvent-android.view.accessibility.AccessibilityEvent-" title="class or interface in android.app">dispatchPopulateAccessibilityEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dispatchTouchEvent-android.view.MotionEvent-" title="class or interface in android.app">dispatchTouchEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#dispatchTrackballEvent-android.view.MotionEvent-" title="class or interface in android.app">dispatchTrackballEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#enterPictureInPictureMode--" title="class or interface in android.app">enterPictureInPictureMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#enterPictureInPictureMode-android.app.PictureInPictureParams-" title="class or interface in android.app">enterPictureInPictureMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finish--" title="class or interface in android.app">finish</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishActivity-int-" title="class or interface in android.app">finishActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishActivityFromChild-android.app.Activity-int-" title="class or interface in android.app">finishActivityFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishAffinity--" title="class or interface in android.app">finishAffinity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishAfterTransition--" title="class or interface in android.app">finishAfterTransition</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishAndRemoveTask--" title="class or interface in android.app">finishAndRemoveTask</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#finishFromChild-android.app.Activity-" title="class or interface in android.app">finishFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getActionBar--" title="class or interface in android.app">getActionBar</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getApplication--" title="class or interface in android.app">getApplication</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getCallingActivity--" title="class or interface in android.app">getCallingActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getCallingPackage--" title="class or interface in android.app">getCallingPackage</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getChangingConfigurations--" title="class or interface in android.app">getChangingConfigurations</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getComponentName--" title="class or interface in android.app">getComponentName</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getContentScene--" title="class or interface in android.app">getContentScene</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getContentTransitionManager--" title="class or interface in android.app">getContentTransitionManager</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getCurrentFocus--" title="class or interface in android.app">getCurrentFocus</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getFragmentManager--" title="class or interface in android.app">getFragmentManager</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getIntent--" title="class or interface in android.app">getIntent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getLastNonConfigurationInstance--" title="class or interface in android.app">getLastNonConfigurationInstance</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getLayoutInflater--" title="class or interface in android.app">getLayoutInflater</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getLoaderManager--" title="class or interface in android.app">getLoaderManager</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getLocalClassName--" title="class or interface in android.app">getLocalClassName</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getMaxNumPictureInPictureActions--" title="class or interface in android.app">getMaxNumPictureInPictureActions</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getMediaController--" title="class or interface in android.app">getMediaController</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getParent--" title="class or interface in android.app">getParent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getParentActivityIntent--" title="class or interface in android.app">getParentActivityIntent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getPreferences-int-" title="class or interface in android.app">getPreferences</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getReferrer--" title="class or interface in android.app">getReferrer</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getRequestedOrientation--" title="class or interface in android.app">getRequestedOrientation</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getSearchEvent--" title="class or interface in android.app">getSearchEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getSystemService-java.lang.String-" title="class or interface in android.app">getSystemService</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getTaskId--" title="class or interface in android.app">getTaskId</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getTitle--" title="class or interface in android.app">getTitle</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getTitleColor--" title="class or interface in android.app">getTitleColor</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getVoiceInteractor--" title="class or interface in android.app">getVoiceInteractor</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getVolumeControlStream--" title="class or interface in android.app">getVolumeControlStream</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getWindow--" title="class or interface in android.app">getWindow</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#getWindowManager--" title="class or interface in android.app">getWindowManager</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#hasWindowFocus--" title="class or interface in android.app">hasWindowFocus</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isActivityTransitionRunning--" title="class or interface in android.app">isActivityTransitionRunning</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isChangingConfigurations--" title="class or interface in android.app">isChangingConfigurations</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isChild--" title="class or interface in android.app">isChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isDestroyed--" title="class or interface in android.app">isDestroyed</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isFinishing--" title="class or interface in android.app">isFinishing</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isImmersive--" title="class or interface in android.app">isImmersive</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isInMultiWindowMode--" title="class or interface in android.app">isInMultiWindowMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isInPictureInPictureMode--" title="class or interface in android.app">isInPictureInPictureMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isLocalVoiceInteractionSupported--" title="class or interface in android.app">isLocalVoiceInteractionSupported</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isTaskRoot--" title="class or interface in android.app">isTaskRoot</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isVoiceInteraction--" title="class or interface in android.app">isVoiceInteraction</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#isVoiceInteractionRoot--" title="class or interface in android.app">isVoiceInteractionRoot</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#managedQuery-android.net.Uri-java.lang.String:A-java.lang.String-java.lang.String:A-java.lang.String-" title="class or interface in android.app">managedQuery</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#moveTaskToBack-boolean-" title="class or interface in android.app">moveTaskToBack</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#navigateUpTo-android.content.Intent-" title="class or interface in android.app">navigateUpTo</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#navigateUpToFromChild-android.app.Activity-android.content.Intent-" title="class or interface in android.app">navigateUpToFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onActionModeFinished-android.view.ActionMode-" title="class or interface in android.app">onActionModeFinished</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onActionModeStarted-android.view.ActionMode-" title="class or interface in android.app">onActionModeStarted</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onActivityReenter-int-android.content.Intent-" title="class or interface in android.app">onActivityReenter</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onApplyThemeResource-android.content.res.Resources.Theme-int-boolean-" title="class or interface in android.app">onApplyThemeResource</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onAttachedToWindow--" title="class or interface in android.app">onAttachedToWindow</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onAttachFragment-android.app.Fragment-" title="class or interface in android.app">onAttachFragment</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onChildTitleChanged-android.app.Activity-java.lang.CharSequence-" title="class or interface in android.app">onChildTitleChanged</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onContextItemSelected-android.view.MenuItem-" title="class or interface in android.app">onContextItemSelected</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onContextMenuClosed-android.view.Menu-" title="class or interface in android.app">onContextMenuClosed</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreate-android.os.Bundle-android.os.PersistableBundle-" title="class or interface in android.app">onCreate</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateContextMenu-android.view.ContextMenu-android.view.View-android.view.ContextMenu.ContextMenuInfo-" title="class or interface in android.app">onCreateContextMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateDescription--" title="class or interface in android.app">onCreateDescription</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateDialog-int-" title="class or interface in android.app">onCreateDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateDialog-int-android.os.Bundle-" title="class or interface in android.app">onCreateDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateNavigateUpTaskStack-android.app.TaskStackBuilder-" title="class or interface in android.app">onCreateNavigateUpTaskStack</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateOptionsMenu-android.view.Menu-" title="class or interface in android.app">onCreateOptionsMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreatePanelView-int-" title="class or interface in android.app">onCreatePanelView</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateThumbnail-android.graphics.Bitmap-android.graphics.Canvas-" title="class or interface in android.app">onCreateThumbnail</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onDetachedFromWindow--" title="class or interface in android.app">onDetachedFromWindow</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onEnterAnimationComplete--" title="class or interface in android.app">onEnterAnimationComplete</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onGenericMotionEvent-android.view.MotionEvent-" title="class or interface in android.app">onGenericMotionEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onKeyLongPress-int-android.view.KeyEvent-" title="class or interface in android.app">onKeyLongPress</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onKeyMultiple-int-int-android.view.KeyEvent-" title="class or interface in android.app">onKeyMultiple</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onKeyShortcut-int-android.view.KeyEvent-" title="class or interface in android.app">onKeyShortcut</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onKeyUp-int-android.view.KeyEvent-" title="class or interface in android.app">onKeyUp</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onLocalVoiceInteractionStarted--" title="class or interface in android.app">onLocalVoiceInteractionStarted</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onLocalVoiceInteractionStopped--" title="class or interface in android.app">onLocalVoiceInteractionStopped</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onMultiWindowModeChanged-boolean-android.content.res.Configuration-" title="class or interface in android.app">onMultiWindowModeChanged</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onNavigateUp--" title="class or interface in android.app">onNavigateUp</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onNavigateUpFromChild-android.app.Activity-" title="class or interface in android.app">onNavigateUpFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onOptionsItemSelected-android.view.MenuItem-" title="class or interface in android.app">onOptionsItemSelected</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onOptionsMenuClosed-android.view.Menu-" title="class or interface in android.app">onOptionsMenuClosed</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPictureInPictureModeChanged-boolean-android.content.res.Configuration-" title="class or interface in android.app">onPictureInPictureModeChanged</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPostCreate-android.os.Bundle-android.os.PersistableBundle-" title="class or interface in android.app">onPostCreate</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPrepareDialog-int-android.app.Dialog-" title="class or interface in android.app">onPrepareDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPrepareDialog-int-android.app.Dialog-android.os.Bundle-" title="class or interface in android.app">onPrepareDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPrepareNavigateUpTaskStack-android.app.TaskStackBuilder-" title="class or interface in android.app">onPrepareNavigateUpTaskStack</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onPrepareOptionsMenu-android.view.Menu-" title="class or interface in android.app">onPrepareOptionsMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onProvideAssistContent-android.app.assist.AssistContent-" title="class or interface in android.app">onProvideAssistContent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onProvideAssistData-android.os.Bundle-" title="class or interface in android.app">onProvideAssistData</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onProvideKeyboardShortcuts-java.util.List-android.view.Menu-int-" title="class or interface in android.app">onProvideKeyboardShortcuts</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onProvideReferrer--" title="class or interface in android.app">onProvideReferrer</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onRestart--" title="class or interface in android.app">onRestart</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onRestoreInstanceState-android.os.Bundle-" title="class or interface in android.app">onRestoreInstanceState</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onRestoreInstanceState-android.os.Bundle-android.os.PersistableBundle-" title="class or interface in android.app">onRestoreInstanceState</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onSaveInstanceState-android.os.Bundle-android.os.PersistableBundle-" title="class or interface in android.app">onSaveInstanceState</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onSearchRequested--" title="class or interface in android.app">onSearchRequested</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onSearchRequested-android.view.SearchEvent-" title="class or interface in android.app">onSearchRequested</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onTouchEvent-android.view.MotionEvent-" title="class or interface in android.app">onTouchEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onTrackballEvent-android.view.MotionEvent-" title="class or interface in android.app">onTrackballEvent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onTrimMemory-int-" title="class or interface in android.app">onTrimMemory</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onUserInteraction--" title="class or interface in android.app">onUserInteraction</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onUserLeaveHint--" title="class or interface in android.app">onUserLeaveHint</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onVisibleBehindCanceled--" title="class or interface in android.app">onVisibleBehindCanceled</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onWindowAttributesChanged-android.view.WindowManager.LayoutParams-" title="class or interface in android.app">onWindowAttributesChanged</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onWindowFocusChanged-boolean-" title="class or interface in android.app">onWindowFocusChanged</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onWindowStartingActionMode-android.view.ActionMode.Callback-" title="class or interface in android.app">onWindowStartingActionMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onWindowStartingActionMode-android.view.ActionMode.Callback-int-" title="class or interface in android.app">onWindowStartingActionMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#openContextMenu-android.view.View-" title="class or interface in android.app">openContextMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#overridePendingTransition-int-int-" title="class or interface in android.app">overridePendingTransition</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#postponeEnterTransition--" title="class or interface in android.app">postponeEnterTransition</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#recreate--" title="class or interface in android.app">recreate</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#registerForContextMenu-android.view.View-" title="class or interface in android.app">registerForContextMenu</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#releaseInstance--" title="class or interface in android.app">releaseInstance</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#removeDialog-int-" title="class or interface in android.app">removeDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#reportFullyDrawn--" title="class or interface in android.app">reportFullyDrawn</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requestDragAndDropPermissions-android.view.DragEvent-" title="class or interface in android.app">requestDragAndDropPermissions</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requestPermissions-java.lang.String:A-int-" title="class or interface in android.app">requestPermissions</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requestShowKeyboardShortcuts--" title="class or interface in android.app">requestShowKeyboardShortcuts</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requestVisibleBehind-boolean-" title="class or interface in android.app">requestVisibleBehind</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requestWindowFeature-int-" title="class or interface in android.app">requestWindowFeature</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#requireViewById-int-" title="class or interface in android.app">requireViewById</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#runOnUiThread-java.lang.Runnable-" title="class or interface in android.app">runOnUiThread</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setActionBar-android.widget.Toolbar-" title="class or interface in android.app">setActionBar</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setContentTransitionManager-android.transition.TransitionManager-" title="class or interface in android.app">setContentTransitionManager</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setDefaultKeyMode-int-" title="class or interface in android.app">setDefaultKeyMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setEnterSharedElementCallback-android.app.SharedElementCallback-" title="class or interface in android.app">setEnterSharedElementCallback</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setExitSharedElementCallback-android.app.SharedElementCallback-" title="class or interface in android.app">setExitSharedElementCallback</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setFeatureDrawable-int-android.graphics.drawable.Drawable-" title="class or interface in android.app">setFeatureDrawable</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setFeatureDrawableAlpha-int-int-" title="class or interface in android.app">setFeatureDrawableAlpha</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setFeatureDrawableResource-int-int-" title="class or interface in android.app">setFeatureDrawableResource</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setFeatureDrawableUri-int-android.net.Uri-" title="class or interface in android.app">setFeatureDrawableUri</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setFinishOnTouchOutside-boolean-" title="class or interface in android.app">setFinishOnTouchOutside</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setImmersive-boolean-" title="class or interface in android.app">setImmersive</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setIntent-android.content.Intent-" title="class or interface in android.app">setIntent</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setMediaController-android.media.session.MediaController-" title="class or interface in android.app">setMediaController</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setPictureInPictureParams-android.app.PictureInPictureParams-" title="class or interface in android.app">setPictureInPictureParams</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setProgress-int-" title="class or interface in android.app">setProgress</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setProgressBarIndeterminate-boolean-" title="class or interface in android.app">setProgressBarIndeterminate</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setProgressBarIndeterminateVisibility-boolean-" title="class or interface in android.app">setProgressBarIndeterminateVisibility</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setProgressBarVisibility-boolean-" title="class or interface in android.app">setProgressBarVisibility</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setRequestedOrientation-int-" title="class or interface in android.app">setRequestedOrientation</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setResult-int-" title="class or interface in android.app">setResult</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setResult-int-android.content.Intent-" title="class or interface in android.app">setResult</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setSecondaryProgress-int-" title="class or interface in android.app">setSecondaryProgress</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setShowWhenLocked-boolean-" title="class or interface in android.app">setShowWhenLocked</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setTaskDescription-android.app.ActivityManager.TaskDescription-" title="class or interface in android.app">setTaskDescription</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setTitle-java.lang.CharSequence-" title="class or interface in android.app">setTitle</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setTitle-int-" title="class or interface in android.app">setTitle</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setTitleColor-int-" title="class or interface in android.app">setTitleColor</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setTurnScreenOn-boolean-" title="class or interface in android.app">setTurnScreenOn</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setVisible-boolean-" title="class or interface in android.app">setVisible</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setVolumeControlStream-int-" title="class or interface in android.app">setVolumeControlStream</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#setVrModeEnabled-boolean-android.content.ComponentName-" title="class or interface in android.app">setVrModeEnabled</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#shouldShowRequestPermissionRationale-java.lang.String-" title="class or interface in android.app">shouldShowRequestPermissionRationale</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#shouldUpRecreateTask-android.content.Intent-" title="class or interface in android.app">shouldUpRecreateTask</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#showAssist-android.os.Bundle-" title="class or interface in android.app">showAssist</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#showDialog-int-" title="class or interface in android.app">showDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#showDialog-int-android.os.Bundle-" title="class or interface in android.app">showDialog</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#showLockTaskEscapeMessage--" title="class or interface in android.app">showLockTaskEscapeMessage</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActionMode-android.view.ActionMode.Callback-" title="class or interface in android.app">startActionMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActionMode-android.view.ActionMode.Callback-int-" title="class or interface in android.app">startActionMode</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivities-android.content.Intent:A-" title="class or interface in android.app">startActivities</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivities-android.content.Intent:A-android.os.Bundle-" title="class or interface in android.app">startActivities</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivity-android.content.Intent-" title="class or interface in android.app">startActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivity-android.content.Intent-android.os.Bundle-" title="class or interface in android.app">startActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityFromChild-android.app.Activity-android.content.Intent-int-" title="class or interface in android.app">startActivityFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityFromChild-android.app.Activity-android.content.Intent-int-android.os.Bundle-" title="class or interface in android.app">startActivityFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityFromFragment-android.app.Fragment-android.content.Intent-int-" title="class or interface in android.app">startActivityFromFragment</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityFromFragment-android.app.Fragment-android.content.Intent-int-android.os.Bundle-" title="class or interface in android.app">startActivityFromFragment</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityIfNeeded-android.content.Intent-int-" title="class or interface in android.app">startActivityIfNeeded</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityIfNeeded-android.content.Intent-int-android.os.Bundle-" title="class or interface in android.app">startActivityIfNeeded</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSender-android.content.IntentSender-android.content.Intent-int-int-int-" title="class or interface in android.app">startIntentSender</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSender-android.content.IntentSender-android.content.Intent-int-int-int-android.os.Bundle-" title="class or interface in android.app">startIntentSender</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSenderFromChild-android.app.Activity-android.content.IntentSender-int-android.content.Intent-int-int-int-" title="class or interface in android.app">startIntentSenderFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSenderFromChild-android.app.Activity-android.content.IntentSender-int-android.content.Intent-int-int-int-android.os.Bundle-" title="class or interface in android.app">startIntentSenderFromChild</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startLocalVoiceInteraction-android.os.Bundle-" title="class or interface in android.app">startLocalVoiceInteraction</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startLockTask--" title="class or interface in android.app">startLockTask</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startManagingCursor-android.database.Cursor-" title="class or interface in android.app">startManagingCursor</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startNextMatchingActivity-android.content.Intent-" title="class or interface in android.app">startNextMatchingActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startNextMatchingActivity-android.content.Intent-android.os.Bundle-" title="class or interface in android.app">startNextMatchingActivity</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startPostponedEnterTransition--" title="class or interface in android.app">startPostponedEnterTransition</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startSearch-java.lang.String-boolean-android.os.Bundle-boolean-" title="class or interface in android.app">startSearch</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#stopLocalVoiceInteraction--" title="class or interface in android.app">stopLocalVoiceInteraction</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#stopLockTask--" title="class or interface in android.app">stopLockTask</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#stopManagingCursor-android.database.Cursor-" title="class or interface in android.app">stopManagingCursor</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#takeKeyEvents-boolean-" title="class or interface in android.app">takeKeyEvents</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#triggerSearch-java.lang.String-android.os.Bundle-" title="class or interface in android.app">triggerSearch</a>, <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#unregisterForContextMenu-android.view.View-" title="class or interface in android.app">unregisterForContextMenu</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.view.ContextThemeWrapper">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.view.<a href="https://developer.android.com/reference/android/view/ContextThemeWrapper.html?is-external=true" title="class or interface in android.view">ContextThemeWrapper</a></h3>
<code><a href="https://developer.android.com/reference/android/view/ContextThemeWrapper.html?is-external=true#applyOverrideConfiguration-android.content.res.Configuration-" title="class or interface in android.view">applyOverrideConfiguration</a>, <a href="https://developer.android.com/reference/android/view/ContextThemeWrapper.html?is-external=true#getAssets--" title="class or interface in android.view">getAssets</a>, <a href="https://developer.android.com/reference/android/view/ContextThemeWrapper.html?is-external=true#getTheme--" title="class or interface in android.view">getTheme</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.content.ContextWrapper">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.content.<a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true" title="class or interface in android.content">ContextWrapper</a></h3>
<code><a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#bindService-android.content.Intent-android.content.ServiceConnection-int-" title="class or interface in android.content">bindService</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkCallingOrSelfPermission-java.lang.String-" title="class or interface in android.content">checkCallingOrSelfPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkCallingOrSelfUriPermission-android.net.Uri-int-" title="class or interface in android.content">checkCallingOrSelfUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkCallingPermission-java.lang.String-" title="class or interface in android.content">checkCallingPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkCallingUriPermission-android.net.Uri-int-" title="class or interface in android.content">checkCallingUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkPermission-java.lang.String-int-int-" title="class or interface in android.content">checkPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkSelfPermission-java.lang.String-" title="class or interface in android.content">checkSelfPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkUriPermission-android.net.Uri-int-int-int-" title="class or interface in android.content">checkUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#checkUriPermission-android.net.Uri-java.lang.String-java.lang.String-int-int-int-" title="class or interface in android.content">checkUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#clearWallpaper--" title="class or interface in android.content">clearWallpaper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#createConfigurationContext-android.content.res.Configuration-" title="class or interface in android.content">createConfigurationContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#createContextForSplit-java.lang.String-" title="class or interface in android.content">createContextForSplit</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#createDeviceProtectedStorageContext--" title="class or interface in android.content">createDeviceProtectedStorageContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#createDisplayContext-android.view.Display-" title="class or interface in android.content">createDisplayContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#createPackageContext-java.lang.String-int-" title="class or interface in android.content">createPackageContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#databaseList--" title="class or interface in android.content">databaseList</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#deleteDatabase-java.lang.String-" title="class or interface in android.content">deleteDatabase</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#deleteFile-java.lang.String-" title="class or interface in android.content">deleteFile</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#deleteSharedPreferences-java.lang.String-" title="class or interface in android.content">deleteSharedPreferences</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceCallingOrSelfPermission-java.lang.String-java.lang.String-" title="class or interface in android.content">enforceCallingOrSelfPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceCallingOrSelfUriPermission-android.net.Uri-int-java.lang.String-" title="class or interface in android.content">enforceCallingOrSelfUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceCallingPermission-java.lang.String-java.lang.String-" title="class or interface in android.content">enforceCallingPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceCallingUriPermission-android.net.Uri-int-java.lang.String-" title="class or interface in android.content">enforceCallingUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforcePermission-java.lang.String-int-int-java.lang.String-" title="class or interface in android.content">enforcePermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceUriPermission-android.net.Uri-int-int-int-java.lang.String-" title="class or interface in android.content">enforceUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#enforceUriPermission-android.net.Uri-java.lang.String-java.lang.String-int-int-int-java.lang.String-" title="class or interface in android.content">enforceUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#fileList--" title="class or interface in android.content">fileList</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getApplicationContext--" title="class or interface in android.content">getApplicationContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getApplicationInfo--" title="class or interface in android.content">getApplicationInfo</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getBaseContext--" title="class or interface in android.content">getBaseContext</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getCacheDir--" title="class or interface in android.content">getCacheDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getClassLoader--" title="class or interface in android.content">getClassLoader</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getCodeCacheDir--" title="class or interface in android.content">getCodeCacheDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getContentResolver--" title="class or interface in android.content">getContentResolver</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getDatabasePath-java.lang.String-" title="class or interface in android.content">getDatabasePath</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getDataDir--" title="class or interface in android.content">getDataDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getDir-java.lang.String-int-" title="class or interface in android.content">getDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getExternalCacheDir--" title="class or interface in android.content">getExternalCacheDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getExternalCacheDirs--" title="class or interface in android.content">getExternalCacheDirs</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getExternalFilesDir-java.lang.String-" title="class or interface in android.content">getExternalFilesDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getExternalFilesDirs-java.lang.String-" title="class or interface in android.content">getExternalFilesDirs</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getExternalMediaDirs--" title="class or interface in android.content">getExternalMediaDirs</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getFilesDir--" title="class or interface in android.content">getFilesDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getFileStreamPath-java.lang.String-" title="class or interface in android.content">getFileStreamPath</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getMainExecutor--" title="class or interface in android.content">getMainExecutor</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getMainLooper--" title="class or interface in android.content">getMainLooper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getNoBackupFilesDir--" title="class or interface in android.content">getNoBackupFilesDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getObbDir--" title="class or interface in android.content">getObbDir</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getObbDirs--" title="class or interface in android.content">getObbDirs</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getPackageCodePath--" title="class or interface in android.content">getPackageCodePath</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getPackageManager--" title="class or interface in android.content">getPackageManager</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getPackageName--" title="class or interface in android.content">getPackageName</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getPackageResourcePath--" title="class or interface in android.content">getPackageResourcePath</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getSharedPreferences-java.lang.String-int-" title="class or interface in android.content">getSharedPreferences</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getSystemServiceName-java.lang.Class-" title="class or interface in android.content">getSystemServiceName</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getWallpaper--" title="class or interface in android.content">getWallpaper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getWallpaperDesiredMinimumHeight--" title="class or interface in android.content">getWallpaperDesiredMinimumHeight</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#getWallpaperDesiredMinimumWidth--" title="class or interface in android.content">getWallpaperDesiredMinimumWidth</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#grantUriPermission-java.lang.String-android.net.Uri-int-" title="class or interface in android.content">grantUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#isDeviceProtectedStorage--" title="class or interface in android.content">isDeviceProtectedStorage</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#isRestricted--" title="class or interface in android.content">isRestricted</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#moveDatabaseFrom-android.content.Context-java.lang.String-" title="class or interface in android.content">moveDatabaseFrom</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#moveSharedPreferencesFrom-android.content.Context-java.lang.String-" title="class or interface in android.content">moveSharedPreferencesFrom</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#openFileInput-java.lang.String-" title="class or interface in android.content">openFileInput</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#openFileOutput-java.lang.String-int-" title="class or interface in android.content">openFileOutput</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#openOrCreateDatabase-java.lang.String-int-android.database.sqlite.SQLiteDatabase.CursorFactory-" title="class or interface in android.content">openOrCreateDatabase</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#openOrCreateDatabase-java.lang.String-int-android.database.sqlite.SQLiteDatabase.CursorFactory-android.database.DatabaseErrorHandler-" title="class or interface in android.content">openOrCreateDatabase</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#peekWallpaper--" title="class or interface in android.content">peekWallpaper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#registerReceiver-android.content.BroadcastReceiver-android.content.IntentFilter-" title="class or interface in android.content">registerReceiver</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#registerReceiver-android.content.BroadcastReceiver-android.content.IntentFilter-int-" title="class or interface in android.content">registerReceiver</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#registerReceiver-android.content.BroadcastReceiver-android.content.IntentFilter-java.lang.String-android.os.Handler-" title="class or interface in android.content">registerReceiver</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#registerReceiver-android.content.BroadcastReceiver-android.content.IntentFilter-java.lang.String-android.os.Handler-int-" title="class or interface in android.content">registerReceiver</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#removeStickyBroadcast-android.content.Intent-" title="class or interface in android.content">removeStickyBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#removeStickyBroadcastAsUser-android.content.Intent-android.os.UserHandle-" title="class or interface in android.content">removeStickyBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#revokeUriPermission-java.lang.String-android.net.Uri-int-" title="class or interface in android.content">revokeUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#revokeUriPermission-android.net.Uri-int-" title="class or interface in android.content">revokeUriPermission</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendBroadcast-android.content.Intent-" title="class or interface in android.content">sendBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendBroadcast-android.content.Intent-java.lang.String-" title="class or interface in android.content">sendBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendBroadcastAsUser-android.content.Intent-android.os.UserHandle-" title="class or interface in android.content">sendBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendBroadcastAsUser-android.content.Intent-android.os.UserHandle-java.lang.String-" title="class or interface in android.content">sendBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendOrderedBroadcast-android.content.Intent-java.lang.String-" title="class or interface in android.content">sendOrderedBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendOrderedBroadcast-android.content.Intent-java.lang.String-android.content.BroadcastReceiver-android.os.Handler-int-java.lang.String-android.os.Bundle-" title="class or interface in android.content">sendOrderedBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendOrderedBroadcastAsUser-android.content.Intent-android.os.UserHandle-java.lang.String-android.content.BroadcastReceiver-android.os.Handler-int-java.lang.String-android.os.Bundle-" title="class or interface in android.content">sendOrderedBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendStickyBroadcast-android.content.Intent-" title="class or interface in android.content">sendStickyBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendStickyBroadcastAsUser-android.content.Intent-android.os.UserHandle-" title="class or interface in android.content">sendStickyBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendStickyOrderedBroadcast-android.content.Intent-android.content.BroadcastReceiver-android.os.Handler-int-java.lang.String-android.os.Bundle-" title="class or interface in android.content">sendStickyOrderedBroadcast</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#sendStickyOrderedBroadcastAsUser-android.content.Intent-android.os.UserHandle-android.content.BroadcastReceiver-android.os.Handler-int-java.lang.String-android.os.Bundle-" title="class or interface in android.content">sendStickyOrderedBroadcastAsUser</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#setWallpaper-android.graphics.Bitmap-" title="class or interface in android.content">setWallpaper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#setWallpaper-java.io.InputStream-" title="class or interface in android.content">setWallpaper</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#startForegroundService-android.content.Intent-" title="class or interface in android.content">startForegroundService</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#startInstrumentation-android.content.ComponentName-java.lang.String-android.os.Bundle-" title="class or interface in android.content">startInstrumentation</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#startService-android.content.Intent-" title="class or interface in android.content">startService</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#stopService-android.content.Intent-" title="class or interface in android.content">stopService</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#unbindService-android.content.ServiceConnection-" title="class or interface in android.content">unbindService</a>, <a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true#unregisterReceiver-android.content.BroadcastReceiver-" title="class or interface in android.content">unregisterReceiver</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.content.Context">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.content.<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a></h3>
<code><a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getColor-int-" title="class or interface in android.content">getColor</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getColorStateList-int-" title="class or interface in android.content">getColorStateList</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getDrawable-int-" title="class or interface in android.content">getDrawable</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getString-int-" title="class or interface in android.content">getString</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getString-int-java.lang.Object...-" title="class or interface in android.content">getString</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getSystemService-java.lang.Class-" title="class or interface in android.content">getSystemService</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#getText-int-" title="class or interface in android.content">getText</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#obtainStyledAttributes-android.util.AttributeSet-int:A-" title="class or interface in android.content">obtainStyledAttributes</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#obtainStyledAttributes-android.util.AttributeSet-int:A-int-int-" title="class or interface in android.content">obtainStyledAttributes</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#obtainStyledAttributes-int:A-" title="class or interface in android.content">obtainStyledAttributes</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#obtainStyledAttributes-int-int:A-" title="class or interface in android.content">obtainStyledAttributes</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#registerComponentCallbacks-android.content.ComponentCallbacks-" title="class or interface in android.content">registerComponentCallbacks</a>, <a href="https://developer.android.com/reference/android/content/Context.html?is-external=true#unregisterComponentCallbacks-android.content.ComponentCallbacks-" title="class or interface in android.content">unregisterComponentCallbacks</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.view.Window.Callback">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;android.view.<a href="https://developer.android.com/reference/android/view/Window.Callback.html?is-external=true" title="class or interface in android.view">Window.Callback</a></h3>
<code><a href="https://developer.android.com/reference/android/view/Window.Callback.html?is-external=true#onPointerCaptureChanged-boolean-" title="class or interface in android.view">onPointerCaptureChanged</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="PhrasesActivity--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PhrasesActivity</h4>
<pre>public&nbsp;PhrasesActivity()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="onCreate-android.os.Bundle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onCreate</h4>
<pre>protected&nbsp;void&nbsp;onCreate(<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;savedInstanceState)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onCreate-android.os.Bundle-" title="class or interface in android.support.v4.app">android.support.v4.app.FragmentActivity</a></code></span></div>
<div class="block">Perform initialization of all fragments.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onCreate-android.os.Bundle-" title="class or interface in android.support.v7.app">onCreate</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true" title="class or interface in android.support.v7.app">AppCompatActivity</a></code></dd>
</dl>
</li>
</ul>
<a name="onStop--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onStop</h4>
<pre>protected&nbsp;void&nbsp;onStop()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true#onStop--" title="class or interface in android.support.v4.app">android.support.v4.app.FragmentActivity</a></code></span></div>
<div class="block">Dispatch onStop() to all fragments.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true#onStop--" title="class or interface in android.support.v7.app">onStop</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true" title="class or interface in android.support.v7.app">AppCompatActivity</a></code></dd>
</dl>
</li>
</ul>
<a name="startActivityForResult-android.content.Intent-int-android.os.Bundle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>startActivityForResult</h4>
<pre>public&nbsp;void&nbsp;startActivityForResult(<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/support/annotation/Nullable.html?is-external=true" title="class or interface in android.support.annotation">@Nullable</a>
<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;options)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startActivityForResult-android.content.Intent-int-android.os.Bundle-" title="class or interface in android.app">startActivityForResult</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></code></dd>
</dl>
</li>
</ul>
<a name="startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-android.os.Bundle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>startIntentSenderForResult</h4>
<pre>public&nbsp;void&nbsp;startIntentSenderForResult(<a href="https://developer.android.com/reference/android/content/IntentSender.html?is-external=true" title="class or interface in android.content">IntentSender</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/support/annotation/Nullable.html?is-external=true" title="class or interface in android.support.annotation">@Nullable</a>
<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;fillInIntent,
int&nbsp;flagsMask,
int&nbsp;flagsValues,
int&nbsp;extraFlags,
<a href="https://developer.android.com/reference/android/os/Bundle.html?is-external=true" title="class or interface in android.os">Bundle</a>&nbsp;options)
throws <a href="https://developer.android.com/reference/android/content/IntentSender.SendIntentException.html?is-external=true" title="class or interface in android.content">IntentSender.SendIntentException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-android.os.Bundle-" title="class or interface in android.app">startIntentSenderForResult</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/content/IntentSender.SendIntentException.html?is-external=true" title="class or interface in android.content">IntentSender.SendIntentException</a></code></dd>
</dl>
</li>
</ul>
<a name="onCreateView-android.view.View-java.lang.String-android.content.Context-android.util.AttributeSet-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onCreateView</h4>
<pre>public&nbsp;<a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a>&nbsp;onCreateView(<a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a>&nbsp;parent,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a>&nbsp;context,
<a href="https://developer.android.com/reference/android/util/AttributeSet.html?is-external=true" title="class or interface in android.util">AttributeSet</a>&nbsp;attrs)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory2.html?is-external=true#onCreateView-android.view.View-java.lang.String-android.content.Context-android.util.AttributeSet-" title="class or interface in android.view">onCreateView</a></code>&nbsp;in interface&nbsp;<code><a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory2.html?is-external=true" title="class or interface in android.view">LayoutInflater.Factory2</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateView-android.view.View-java.lang.String-android.content.Context-android.util.AttributeSet-" title="class or interface in android.app">onCreateView</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></code></dd>
</dl>
</li>
</ul>
<a name="onCreateView-java.lang.String-android.content.Context-android.util.AttributeSet-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onCreateView</h4>
<pre>public&nbsp;<a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a>&nbsp;onCreateView(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content">Context</a>&nbsp;context,
<a href="https://developer.android.com/reference/android/util/AttributeSet.html?is-external=true" title="class or interface in android.util">AttributeSet</a>&nbsp;attrs)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory.html?is-external=true#onCreateView-java.lang.String-android.content.Context-android.util.AttributeSet-" title="class or interface in android.view">onCreateView</a></code>&nbsp;in interface&nbsp;<code><a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory.html?is-external=true" title="class or interface in android.view">LayoutInflater.Factory</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#onCreateView-java.lang.String-android.content.Context-android.util.AttributeSet-" title="class or interface in android.app">onCreateView</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></code></dd>
</dl>
</li>
</ul>
<a name="startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>startIntentSenderForResult</h4>
<pre>public&nbsp;void&nbsp;startIntentSenderForResult(<a href="https://developer.android.com/reference/android/content/IntentSender.html?is-external=true" title="class or interface in android.content">IntentSender</a>&nbsp;intent,
int&nbsp;requestCode,
<a href="https://developer.android.com/reference/android/support/annotation/Nullable.html?is-external=true" title="class or interface in android.support.annotation">@Nullable</a>
<a href="https://developer.android.com/reference/android/content/Intent.html?is-external=true" title="class or interface in android.content">Intent</a>&nbsp;fillInIntent,
int&nbsp;flagsMask,
int&nbsp;flagsValues,
int&nbsp;extraFlags)
throws <a href="https://developer.android.com/reference/android/content/IntentSender.SendIntentException.html?is-external=true" title="class or interface in android.content">IntentSender.SendIntentException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true#startIntentSenderForResult-android.content.IntentSender-int-android.content.Intent-int-int-int-" title="class or interface in android.app">startIntentSenderForResult</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/content/IntentSender.SendIntentException.html?is-external=true" title="class or interface in android.content">IntentSender.SendIntentException</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../com/example/android/miwok/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/example/android/miwok/NumbersFragment.html" title="class in com.example.android.miwok"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../com/example/android/miwok/Word.html" title="class in com.example.android.miwok"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/example/android/miwok/PhrasesActivity.html" target="_top">Frames</a></li>
<li><a href="PhrasesActivity.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.classes.inherited.from.class.android.support.v4.app.SupportActivity">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.android.app.Activity">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jan 23 12:46:17 CET 2019 -->
<title>Word</title>
<meta name="date" content="2019-01-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Word";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../com/example/android/miwok/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/example/android/miwok/PhrasesActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../com/example/android/miwok/WordAdapter.html" title="class in com.example.android.miwok"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/example/android/miwok/Word.html" target="_top">Frames</a></li>
<li><a href="Word.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.example.android.miwok</div>
<h2 title="Class Word" class="title">Class Word</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>com.example.android.miwok.Word</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">Word</span>
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/Word.html#Word-java.lang.String-java.lang.String-int-">Word</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultTranslation,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;miwokTranslation,
int&nbsp;audioResourceId)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/Word.html#Word-java.lang.String-java.lang.String-int-int-">Word</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultTranslation,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;miwokTranslation,
int&nbsp;getImageResourceId,
int&nbsp;audioResourceId)</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/Word.html#getAudioResourceId--">getAudioResourceId</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/Word.html#getDefaultTranslation--">getDefaultTranslation</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/Word.html#getImageResourceId--">getImageResourceId</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/Word.html#getMiwokTranslation--">getMiwokTranslation</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/Word.html#hasImage--">hasImage</a></span>()</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="Word-java.lang.String-java.lang.String-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Word</h4>
<pre>public&nbsp;Word(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultTranslation,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;miwokTranslation,
int&nbsp;audioResourceId)</pre>
</li>
</ul>
<a name="Word-java.lang.String-java.lang.String-int-int-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Word</h4>
<pre>public&nbsp;Word(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultTranslation,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;miwokTranslation,
int&nbsp;getImageResourceId,
int&nbsp;audioResourceId)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getDefaultTranslation--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDefaultTranslation</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getDefaultTranslation()</pre>
</li>
</ul>
<a name="getMiwokTranslation--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMiwokTranslation</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getMiwokTranslation()</pre>
</li>
</ul>
<a name="getImageResourceId--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getImageResourceId</h4>
<pre>public&nbsp;int&nbsp;getImageResourceId()</pre>
</li>
</ul>
<a name="hasImage--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasImage</h4>
<pre>public&nbsp;boolean&nbsp;hasImage()</pre>
</li>
</ul>
<a name="getAudioResourceId--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getAudioResourceId</h4>
<pre>public&nbsp;int&nbsp;getAudioResourceId()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../com/example/android/miwok/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/example/android/miwok/PhrasesActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../com/example/android/miwok/WordAdapter.html" title="class in com.example.android.miwok"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/example/android/miwok/Word.html" target="_top">Frames</a></li>
<li><a href="Word.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jan 23 12:46:17 CET 2019 -->
<title>WordAdapter</title>
<meta name="date" content="2019-01-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="WordAdapter";
}
}
catch(err) {
}
//-->
var methods = {"i0":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../com/example/android/miwok/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/example/android/miwok/Word.html" title="class in com.example.android.miwok"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li>Next&nbsp;Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/example/android/miwok/WordAdapter.html" target="_top">Frames</a></li>
<li><a href="WordAdapter.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.example.android.miwok</div>
<h2 title="Class WordAdapter" class="title">Class WordAdapter</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/widget/BaseAdapter.html?is-external=true" title="class or interface in android.widget">android.widget.BaseAdapter</a></li>
<li>
<ul class="inheritance">
<li><a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true" title="class or interface in android.widget">android.widget.ArrayAdapter</a>&lt;<a href="../../../../com/example/android/miwok/Word.html" title="class in com.example.android.miwok">Word</a>&gt;</li>
<li>
<ul class="inheritance">
<li>com.example.android.miwok.WordAdapter</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="https://developer.android.com/reference/android/widget/Adapter.html?is-external=true" title="class or interface in android.widget">Adapter</a>, <a href="https://developer.android.com/reference/android/widget/Filterable.html?is-external=true" title="class or interface in android.widget">Filterable</a>, <a href="https://developer.android.com/reference/android/widget/ListAdapter.html?is-external=true" title="class or interface in android.widget">ListAdapter</a>, <a href="https://developer.android.com/reference/android/widget/SpinnerAdapter.html?is-external=true" title="class or interface in android.widget">SpinnerAdapter</a>, <a href="https://developer.android.com/reference/android/widget/ThemedSpinnerAdapter.html?is-external=true" title="class or interface in android.widget">ThemedSpinnerAdapter</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">WordAdapter</span>
extends <a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true" title="class or interface in android.widget">ArrayAdapter</a>&lt;<a href="../../../../com/example/android/miwok/Word.html" title="class in com.example.android.miwok">Word</a>&gt;</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.android.widget.Adapter">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;android.widget.<a href="https://developer.android.com/reference/android/widget/Adapter.html?is-external=true" title="class or interface in android.widget">Adapter</a></h3>
<code><a href="https://developer.android.com/reference/android/widget/Adapter.html?is-external=true#IGNORE_ITEM_VIEW_TYPE" title="class or interface in android.widget">IGNORE_ITEM_VIEW_TYPE</a>, <a href="https://developer.android.com/reference/android/widget/Adapter.html?is-external=true#NO_SELECTION" title="class or interface in android.widget">NO_SELECTION</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/WordAdapter.html#WordAdapter-android.app.Activity-java.util.ArrayList-int-">WordAdapter</a></span>(<a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a>&nbsp;context,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../../com/example/android/miwok/Word.html" title="class in com.example.android.miwok">Word</a>&gt;&nbsp;words,
int&nbsp;colorResourceId)</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/android/miwok/WordAdapter.html#getView-int-android.view.View-android.view.ViewGroup-">getView</a></span>(int&nbsp;position,
<a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a>&nbsp;convertView,
<a href="https://developer.android.com/reference/android/view/ViewGroup.html?is-external=true" title="class or interface in android.view">ViewGroup</a>&nbsp;parent)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.widget.ArrayAdapter">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.widget.<a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true" title="class or interface in android.widget">ArrayAdapter</a></h3>
<code><a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true#add-T-" title="class or interface in android.widget">add</a>, <a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true#addAll-java.util.Collection-" title="class or interface in android.widget">addAll</a>, <a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true#addAll-T...-" title="class or interface in android.widget">addAll</a>, <a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true#clear--" title="class or interface in android.widget">clear</a>, <a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true#createFromResource-android.content.Context-int-int-" title="class or interface in android.widget">createFromResource</a>, <a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true#getAutofillOptions--" title="class or interface in android.widget">getAutofillOptions</a>, <a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true#getContext--" title="class or interface in android.widget">getContext</a>, <a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true#getCount--" title="class or interface in android.widget">getCount</a>, <a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true#getDropDownView-int-android.view.View-android.view.ViewGroup-" title="class or interface in android.widget">getDropDownView</a>, <a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true#getDropDownViewTheme--" title="class or interface in android.widget">getDropDownViewTheme</a>, <a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true#getFilter--" title="class or interface in android.widget">getFilter</a>, <a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true#getItem-int-" title="class or interface in android.widget">getItem</a>, <a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true#getItemId-int-" title="class or interface in android.widget">getItemId</a>, <a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true#getPosition-T-" title="class or interface in android.widget">getPosition</a>, <a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true#insert-T-int-" title="class or interface in android.widget">insert</a>, <a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true#notifyDataSetChanged--" title="class or interface in android.widget">notifyDataSetChanged</a>, <a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true#remove-T-" title="class or interface in android.widget">remove</a>, <a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true#setDropDownViewResource-int-" title="class or interface in android.widget">setDropDownViewResource</a>, <a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true#setDropDownViewTheme-android.content.res.Resources.Theme-" title="class or interface in android.widget">setDropDownViewTheme</a>, <a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true#setNotifyOnChange-boolean-" title="class or interface in android.widget">setNotifyOnChange</a>, <a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true#sort-java.util.Comparator-" title="class or interface in android.widget">sort</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.widget.BaseAdapter">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;android.widget.<a href="https://developer.android.com/reference/android/widget/BaseAdapter.html?is-external=true" title="class or interface in android.widget">BaseAdapter</a></h3>
<code><a href="https://developer.android.com/reference/android/widget/BaseAdapter.html?is-external=true#areAllItemsEnabled--" title="class or interface in android.widget">areAllItemsEnabled</a>, <a href="https://developer.android.com/reference/android/widget/BaseAdapter.html?is-external=true#getItemViewType-int-" title="class or interface in android.widget">getItemViewType</a>, <a href="https://developer.android.com/reference/android/widget/BaseAdapter.html?is-external=true#getViewTypeCount--" title="class or interface in android.widget">getViewTypeCount</a>, <a href="https://developer.android.com/reference/android/widget/BaseAdapter.html?is-external=true#hasStableIds--" title="class or interface in android.widget">hasStableIds</a>, <a href="https://developer.android.com/reference/android/widget/BaseAdapter.html?is-external=true#isEmpty--" title="class or interface in android.widget">isEmpty</a>, <a href="https://developer.android.com/reference/android/widget/BaseAdapter.html?is-external=true#isEnabled-int-" title="class or interface in android.widget">isEnabled</a>, <a href="https://developer.android.com/reference/android/widget/BaseAdapter.html?is-external=true#notifyDataSetInvalidated--" title="class or interface in android.widget">notifyDataSetInvalidated</a>, <a href="https://developer.android.com/reference/android/widget/BaseAdapter.html?is-external=true#registerDataSetObserver-android.database.DataSetObserver-" title="class or interface in android.widget">registerDataSetObserver</a>, <a href="https://developer.android.com/reference/android/widget/BaseAdapter.html?is-external=true#setAutofillOptions-java.lang.CharSequence...-" title="class or interface in android.widget">setAutofillOptions</a>, <a href="https://developer.android.com/reference/android/widget/BaseAdapter.html?is-external=true#unregisterDataSetObserver-android.database.DataSetObserver-" title="class or interface in android.widget">unregisterDataSetObserver</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.android.widget.Adapter">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;android.widget.<a href="https://developer.android.com/reference/android/widget/Adapter.html?is-external=true" title="class or interface in android.widget">Adapter</a></h3>
<code><a href="https://developer.android.com/reference/android/widget/Adapter.html?is-external=true#getItemViewType-int-" title="class or interface in android.widget">getItemViewType</a>, <a href="https://developer.android.com/reference/android/widget/Adapter.html?is-external=true#getViewTypeCount--" title="class or interface in android.widget">getViewTypeCount</a>, <a href="https://developer.android.com/reference/android/widget/Adapter.html?is-external=true#hasStableIds--" title="class or interface in android.widget">hasStableIds</a>, <a href="https://developer.android.com/reference/android/widget/Adapter.html?is-external=true#isEmpty--" title="class or interface in android.widget">isEmpty</a>, <a href="https://developer.android.com/reference/android/widget/Adapter.html?is-external=true#registerDataSetObserver-android.database.DataSetObserver-" title="class or interface in android.widget">registerDataSetObserver</a>, <a href="https://developer.android.com/reference/android/widget/Adapter.html?is-external=true#unregisterDataSetObserver-android.database.DataSetObserver-" title="class or interface in android.widget">unregisterDataSetObserver</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="WordAdapter-android.app.Activity-java.util.ArrayList-int-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>WordAdapter</h4>
<pre>public&nbsp;WordAdapter(<a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a>&nbsp;context,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../../com/example/android/miwok/Word.html" title="class in com.example.android.miwok">Word</a>&gt;&nbsp;words,
int&nbsp;colorResourceId)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getView-int-android.view.View-android.view.ViewGroup-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getView</h4>
<pre>public&nbsp;<a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a>&nbsp;getView(int&nbsp;position,
<a href="https://developer.android.com/reference/android/support/annotation/Nullable.html?is-external=true" title="class or interface in android.support.annotation">@Nullable</a>
<a href="https://developer.android.com/reference/android/view/View.html?is-external=true" title="class or interface in android.view">View</a>&nbsp;convertView,
<a href="https://developer.android.com/reference/android/support/annotation/NonNull.html?is-external=true" title="class or interface in android.support.annotation">@NonNull</a>
<a href="https://developer.android.com/reference/android/view/ViewGroup.html?is-external=true" title="class or interface in android.view">ViewGroup</a>&nbsp;parent)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/widget/Adapter.html?is-external=true#getView-int-android.view.View-android.view.ViewGroup-" title="class or interface in android.widget">getView</a></code>&nbsp;in interface&nbsp;<code><a href="https://developer.android.com/reference/android/widget/Adapter.html?is-external=true" title="class or interface in android.widget">Adapter</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true#getView-int-android.view.View-android.view.ViewGroup-" title="class or interface in android.widget">getView</a></code>&nbsp;in class&nbsp;<code><a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true" title="class or interface in android.widget">ArrayAdapter</a>&lt;<a href="../../../../com/example/android/miwok/Word.html" title="class in com.example.android.miwok">Word</a>&gt;</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../com/example/android/miwok/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/example/android/miwok/Word.html" title="class in com.example.android.miwok"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li>Next&nbsp;Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/example/android/miwok/WordAdapter.html" target="_top">Frames</a></li>
<li><a href="WordAdapter.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jan 23 12:46:17 CET 2019 -->
<title>Constant Field Values</title>
<meta name="date" content="2019-01-23">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
<li><a href="constant-values.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
<h2 title="Contents">Contents</h2>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
<li><a href="constant-values.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jan 23 12:46:17 CET 2019 -->
<title>Deprecated List</title>
<meta name="date" content="2019-01-23">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</li>
<li><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Deprecated API" class="title">Deprecated API</h1>
<h2 title="Contents">Contents</h2>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</li>
<li><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jan 23 12:46:17 CET 2019 -->
<title>API Help</title>
<meta name="date" content="2019-01-23">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-files/index-1.html">Index</a></li>
<li class="navBarCell1Rev">Help</li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
<li><a href="help-doc.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">How This API Document Is Organized</h1>
<div class="subTitle">This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.</div>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<h2>Package</h2>
<p>Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:</p>
<ul>
<li>Interfaces (italic)</li>
<li>Classes</li>
<li>Enums</li>
<li>Exceptions</li>
<li>Errors</li>
<li>Annotation Types</li>
</ul>
</li>
<li class="blockList">
<h2>Class/Interface</h2>
<p>Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:</p>
<ul>
<li>Class inheritance diagram</li>
<li>Direct Subclasses</li>
<li>All Known Subinterfaces</li>
<li>All Known Implementing Classes</li>
<li>Class/interface declaration</li>
<li>Class/interface description</li>
</ul>
<ul>
<li>Nested Class Summary</li>
<li>Field Summary</li>
<li>Constructor Summary</li>
<li>Method Summary</li>
</ul>
<ul>
<li>Field Detail</li>
<li>Constructor Detail</li>
<li>Method Detail</li>
</ul>
<p>Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</p>
</li>
<li class="blockList">
<h2>Annotation Type</h2>
<p>Each annotation type has its own separate page with the following sections:</p>
<ul>
<li>Annotation Type declaration</li>
<li>Annotation Type description</li>
<li>Required Element Summary</li>
<li>Optional Element Summary</li>
<li>Element Detail</li>
</ul>
</li>
<li class="blockList">
<h2>Enum</h2>
<p>Each enum has its own separate page with the following sections:</p>
<ul>
<li>Enum declaration</li>
<li>Enum description</li>
<li>Enum Constant Summary</li>
<li>Enum Constant Detail</li>
</ul>
</li>
<li class="blockList">
<h2>Tree (Class Hierarchy)</h2>
<p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.</p>
<ul>
<li>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.</li>
<li>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</li>
</ul>
</li>
<li class="blockList">
<h2>Deprecated API</h2>
<p>The <a href="deprecated-list.html">Deprecated API</a> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</p>
</li>
<li class="blockList">
<h2>Index</h2>
<p>The <a href="index-files/index-1.html">Index</a> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</p>
</li>
<li class="blockList">
<h2>Prev/Next</h2>
<p>These links take you to the next or previous class, interface, package, or related page.</p>
</li>
<li class="blockList">
<h2>Frames/No Frames</h2>
<p>These links show and hide the HTML frames. All pages are available with or without frames.</p>
</li>
<li class="blockList">
<h2>All Classes</h2>
<p>The <a href="allclasses-noframe.html">All Classes</a> link shows all classes and interfaces except non-static nested types.</p>
</li>
<li class="blockList">
<h2>Serialized Form</h2>
<p>Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.</p>
</li>
<li class="blockList">
<h2>Constant Field Values</h2>
<p>The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.</p>
</li>
</ul>
<span class="emphasizedPhrase">This help file applies to API documentation generated using the standard doclet.</span></div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-files/index-1.html">Index</a></li>
<li class="navBarCell1Rev">Help</li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
<li><a href="help-doc.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jan 23 12:46:17 CET 2019 -->
<title>C-Index</title>
<meta name="date" content="2019-01-23">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="C-Index";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Letter</li>
<li><a href="index-2.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-1.html" target="_top">Frames</a></li>
<li><a href="index-1.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">C</a>&nbsp;<a href="index-2.html">F</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">H</a>&nbsp;<a href="index-5.html">M</a>&nbsp;<a href="index-6.html">N</a>&nbsp;<a href="index-7.html">O</a>&nbsp;<a href="index-8.html">P</a>&nbsp;<a href="index-9.html">W</a>&nbsp;<a name="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><a href="../com/example/android/miwok/ColorsActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">ColorsActivity</span></a> - Class in <a href="../com/example/android/miwok/package-summary.html">com.example.android.miwok</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../com/example/android/miwok/ColorsActivity.html#ColorsActivity--">ColorsActivity()</a></span> - Constructor for class com.example.android.miwok.<a href="../com/example/android/miwok/ColorsActivity.html" title="class in com.example.android.miwok">ColorsActivity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../com/example/android/miwok/package-summary.html">com.example.android.miwok</a> - package com.example.android.miwok</dt>
<dd>&nbsp;</dd>
</dl>
<a href="index-1.html">C</a>&nbsp;<a href="index-2.html">F</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">H</a>&nbsp;<a href="index-5.html">M</a>&nbsp;<a href="index-6.html">N</a>&nbsp;<a href="index-7.html">O</a>&nbsp;<a href="index-8.html">P</a>&nbsp;<a href="index-9.html">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Letter</li>
<li><a href="index-2.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-1.html" target="_top">Frames</a></li>
<li><a href="index-1.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jan 23 12:46:17 CET 2019 -->
<title>F-Index</title>
<meta name="date" content="2019-01-23">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="F-Index";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-1.html">Prev Letter</a></li>
<li><a href="index-3.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-2.html" target="_top">Frames</a></li>
<li><a href="index-2.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">C</a>&nbsp;<a href="index-2.html">F</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">H</a>&nbsp;<a href="index-5.html">M</a>&nbsp;<a href="index-6.html">N</a>&nbsp;<a href="index-7.html">O</a>&nbsp;<a href="index-8.html">P</a>&nbsp;<a href="index-9.html">W</a>&nbsp;<a name="I:F">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><a href="../com/example/android/miwok/FamilyActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">FamilyActivity</span></a> - Class in <a href="../com/example/android/miwok/package-summary.html">com.example.android.miwok</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../com/example/android/miwok/FamilyActivity.html#FamilyActivity--">FamilyActivity()</a></span> - Constructor for class com.example.android.miwok.<a href="../com/example/android/miwok/FamilyActivity.html" title="class in com.example.android.miwok">FamilyActivity</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="index-1.html">C</a>&nbsp;<a href="index-2.html">F</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">H</a>&nbsp;<a href="index-5.html">M</a>&nbsp;<a href="index-6.html">N</a>&nbsp;<a href="index-7.html">O</a>&nbsp;<a href="index-8.html">P</a>&nbsp;<a href="index-9.html">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-1.html">Prev Letter</a></li>
<li><a href="index-3.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-2.html" target="_top">Frames</a></li>
<li><a href="index-2.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jan 23 12:46:17 CET 2019 -->
<title>G-Index</title>
<meta name="date" content="2019-01-23">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="G-Index";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-2.html">Prev Letter</a></li>
<li><a href="index-4.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-3.html" target="_top">Frames</a></li>
<li><a href="index-3.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">C</a>&nbsp;<a href="index-2.html">F</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">H</a>&nbsp;<a href="index-5.html">M</a>&nbsp;<a href="index-6.html">N</a>&nbsp;<a href="index-7.html">O</a>&nbsp;<a href="index-8.html">P</a>&nbsp;<a href="index-9.html">W</a>&nbsp;<a name="I:G">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="../com/example/android/miwok/Word.html#getAudioResourceId--">getAudioResourceId()</a></span> - Method in class com.example.android.miwok.<a href="../com/example/android/miwok/Word.html" title="class in com.example.android.miwok">Word</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../com/example/android/miwok/Word.html#getDefaultTranslation--">getDefaultTranslation()</a></span> - Method in class com.example.android.miwok.<a href="../com/example/android/miwok/Word.html" title="class in com.example.android.miwok">Word</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../com/example/android/miwok/Word.html#getImageResourceId--">getImageResourceId()</a></span> - Method in class com.example.android.miwok.<a href="../com/example/android/miwok/Word.html" title="class in com.example.android.miwok">Word</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../com/example/android/miwok/Word.html#getMiwokTranslation--">getMiwokTranslation()</a></span> - Method in class com.example.android.miwok.<a href="../com/example/android/miwok/Word.html" title="class in com.example.android.miwok">Word</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../com/example/android/miwok/WordAdapter.html#getView-int-android.view.View-android.view.ViewGroup-">getView(int, View, ViewGroup)</a></span> - Method in class com.example.android.miwok.<a href="../com/example/android/miwok/WordAdapter.html" title="class in com.example.android.miwok">WordAdapter</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="index-1.html">C</a>&nbsp;<a href="index-2.html">F</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">H</a>&nbsp;<a href="index-5.html">M</a>&nbsp;<a href="index-6.html">N</a>&nbsp;<a href="index-7.html">O</a>&nbsp;<a href="index-8.html">P</a>&nbsp;<a href="index-9.html">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-2.html">Prev Letter</a></li>
<li><a href="index-4.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-3.html" target="_top">Frames</a></li>
<li><a href="index-3.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jan 23 12:46:17 CET 2019 -->
<title>H-Index</title>
<meta name="date" content="2019-01-23">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="H-Index";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-3.html">Prev Letter</a></li>
<li><a href="index-5.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-4.html" target="_top">Frames</a></li>
<li><a href="index-4.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">C</a>&nbsp;<a href="index-2.html">F</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">H</a>&nbsp;<a href="index-5.html">M</a>&nbsp;<a href="index-6.html">N</a>&nbsp;<a href="index-7.html">O</a>&nbsp;<a href="index-8.html">P</a>&nbsp;<a href="index-9.html">W</a>&nbsp;<a name="I:H">
<!-- -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="memberNameLink"><a href="../com/example/android/miwok/Word.html#hasImage--">hasImage()</a></span> - Method in class com.example.android.miwok.<a href="../com/example/android/miwok/Word.html" title="class in com.example.android.miwok">Word</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="index-1.html">C</a>&nbsp;<a href="index-2.html">F</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">H</a>&nbsp;<a href="index-5.html">M</a>&nbsp;<a href="index-6.html">N</a>&nbsp;<a href="index-7.html">O</a>&nbsp;<a href="index-8.html">P</a>&nbsp;<a href="index-9.html">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-3.html">Prev Letter</a></li>
<li><a href="index-5.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-4.html" target="_top">Frames</a></li>
<li><a href="index-4.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jan 23 12:46:17 CET 2019 -->
<title>M-Index</title>
<meta name="date" content="2019-01-23">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="M-Index";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-4.html">Prev Letter</a></li>
<li><a href="index-6.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-5.html" target="_top">Frames</a></li>
<li><a href="index-5.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">C</a>&nbsp;<a href="index-2.html">F</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">H</a>&nbsp;<a href="index-5.html">M</a>&nbsp;<a href="index-6.html">N</a>&nbsp;<a href="index-7.html">O</a>&nbsp;<a href="index-8.html">P</a>&nbsp;<a href="index-9.html">W</a>&nbsp;<a name="I:M">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><a href="../com/example/android/miwok/MainActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">MainActivity</span></a> - Class in <a href="../com/example/android/miwok/package-summary.html">com.example.android.miwok</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../com/example/android/miwok/MainActivity.html#MainActivity--">MainActivity()</a></span> - Constructor for class com.example.android.miwok.<a href="../com/example/android/miwok/MainActivity.html" title="class in com.example.android.miwok">MainActivity</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="index-1.html">C</a>&nbsp;<a href="index-2.html">F</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">H</a>&nbsp;<a href="index-5.html">M</a>&nbsp;<a href="index-6.html">N</a>&nbsp;<a href="index-7.html">O</a>&nbsp;<a href="index-8.html">P</a>&nbsp;<a href="index-9.html">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-4.html">Prev Letter</a></li>
<li><a href="index-6.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-5.html" target="_top">Frames</a></li>
<li><a href="index-5.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jan 23 12:46:17 CET 2019 -->
<title>N-Index</title>
<meta name="date" content="2019-01-23">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="N-Index";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-5.html">Prev Letter</a></li>
<li><a href="index-7.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-6.html" target="_top">Frames</a></li>
<li><a href="index-6.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">C</a>&nbsp;<a href="index-2.html">F</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">H</a>&nbsp;<a href="index-5.html">M</a>&nbsp;<a href="index-6.html">N</a>&nbsp;<a href="index-7.html">O</a>&nbsp;<a href="index-8.html">P</a>&nbsp;<a href="index-9.html">W</a>&nbsp;<a name="I:N">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><a href="../com/example/android/miwok/NumbersActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">NumbersActivity</span></a> - Class in <a href="../com/example/android/miwok/package-summary.html">com.example.android.miwok</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../com/example/android/miwok/NumbersActivity.html#NumbersActivity--">NumbersActivity()</a></span> - Constructor for class com.example.android.miwok.<a href="../com/example/android/miwok/NumbersActivity.html" title="class in com.example.android.miwok">NumbersActivity</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../com/example/android/miwok/NumbersFragment.html" title="class in com.example.android.miwok"><span class="typeNameLink">NumbersFragment</span></a> - Class in <a href="../com/example/android/miwok/package-summary.html">com.example.android.miwok</a></dt>
<dd>
<div class="block">A simple <a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true" title="class or interface in android.support.v4.app"><code>Fragment</code></a> subclass.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/example/android/miwok/NumbersFragment.html#NumbersFragment--">NumbersFragment()</a></span> - Constructor for class com.example.android.miwok.<a href="../com/example/android/miwok/NumbersFragment.html" title="class in com.example.android.miwok">NumbersFragment</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="index-1.html">C</a>&nbsp;<a href="index-2.html">F</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">H</a>&nbsp;<a href="index-5.html">M</a>&nbsp;<a href="index-6.html">N</a>&nbsp;<a href="index-7.html">O</a>&nbsp;<a href="index-8.html">P</a>&nbsp;<a href="index-9.html">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-5.html">Prev Letter</a></li>
<li><a href="index-7.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-6.html" target="_top">Frames</a></li>
<li><a href="index-6.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jan 23 12:46:17 CET 2019 -->
<title>O-Index</title>
<meta name="date" content="2019-01-23">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="O-Index";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-6.html">Prev Letter</a></li>
<li><a href="index-8.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-7.html" target="_top">Frames</a></li>
<li><a href="index-7.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">C</a>&nbsp;<a href="index-2.html">F</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">H</a>&nbsp;<a href="index-5.html">M</a>&nbsp;<a href="index-6.html">N</a>&nbsp;<a href="index-7.html">O</a>&nbsp;<a href="index-8.html">P</a>&nbsp;<a href="index-9.html">W</a>&nbsp;<a name="I:O">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="memberNameLink"><a href="../com/example/android/miwok/ColorsActivity.html#onCreate-android.os.Bundle-">onCreate(Bundle)</a></span> - Method in class com.example.android.miwok.<a href="../com/example/android/miwok/ColorsActivity.html" title="class in com.example.android.miwok">ColorsActivity</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../com/example/android/miwok/FamilyActivity.html#onCreate-android.os.Bundle-">onCreate(Bundle)</a></span> - Method in class com.example.android.miwok.<a href="../com/example/android/miwok/FamilyActivity.html" title="class in com.example.android.miwok">FamilyActivity</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../com/example/android/miwok/MainActivity.html#onCreate-android.os.Bundle-">onCreate(Bundle)</a></span> - Method in class com.example.android.miwok.<a href="../com/example/android/miwok/MainActivity.html" title="class in com.example.android.miwok">MainActivity</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../com/example/android/miwok/NumbersActivity.html#onCreate-android.os.Bundle-">onCreate(Bundle)</a></span> - Method in class com.example.android.miwok.<a href="../com/example/android/miwok/NumbersActivity.html" title="class in com.example.android.miwok">NumbersActivity</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../com/example/android/miwok/PhrasesActivity.html#onCreate-android.os.Bundle-">onCreate(Bundle)</a></span> - Method in class com.example.android.miwok.<a href="../com/example/android/miwok/PhrasesActivity.html" title="class in com.example.android.miwok">PhrasesActivity</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../com/example/android/miwok/NumbersFragment.html#onCreateView-android.view.LayoutInflater-android.view.ViewGroup-android.os.Bundle-">onCreateView(LayoutInflater, ViewGroup, Bundle)</a></span> - Method in class com.example.android.miwok.<a href="../com/example/android/miwok/NumbersFragment.html" title="class in com.example.android.miwok">NumbersFragment</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../com/example/android/miwok/ColorsActivity.html#onStop--">onStop()</a></span> - Method in class com.example.android.miwok.<a href="../com/example/android/miwok/ColorsActivity.html" title="class in com.example.android.miwok">ColorsActivity</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../com/example/android/miwok/FamilyActivity.html#onStop--">onStop()</a></span> - Method in class com.example.android.miwok.<a href="../com/example/android/miwok/FamilyActivity.html" title="class in com.example.android.miwok">FamilyActivity</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../com/example/android/miwok/NumbersActivity.html#onStop--">onStop()</a></span> - Method in class com.example.android.miwok.<a href="../com/example/android/miwok/NumbersActivity.html" title="class in com.example.android.miwok">NumbersActivity</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../com/example/android/miwok/PhrasesActivity.html#onStop--">onStop()</a></span> - Method in class com.example.android.miwok.<a href="../com/example/android/miwok/PhrasesActivity.html" title="class in com.example.android.miwok">PhrasesActivity</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="index-1.html">C</a>&nbsp;<a href="index-2.html">F</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">H</a>&nbsp;<a href="index-5.html">M</a>&nbsp;<a href="index-6.html">N</a>&nbsp;<a href="index-7.html">O</a>&nbsp;<a href="index-8.html">P</a>&nbsp;<a href="index-9.html">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-6.html">Prev Letter</a></li>
<li><a href="index-8.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-7.html" target="_top">Frames</a></li>
<li><a href="index-7.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jan 23 12:46:17 CET 2019 -->
<title>P-Index</title>
<meta name="date" content="2019-01-23">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="P-Index";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-7.html">Prev Letter</a></li>
<li><a href="index-9.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-8.html" target="_top">Frames</a></li>
<li><a href="index-8.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">C</a>&nbsp;<a href="index-2.html">F</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">H</a>&nbsp;<a href="index-5.html">M</a>&nbsp;<a href="index-6.html">N</a>&nbsp;<a href="index-7.html">O</a>&nbsp;<a href="index-8.html">P</a>&nbsp;<a href="index-9.html">W</a>&nbsp;<a name="I:P">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><a href="../com/example/android/miwok/PhrasesActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">PhrasesActivity</span></a> - Class in <a href="../com/example/android/miwok/package-summary.html">com.example.android.miwok</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../com/example/android/miwok/PhrasesActivity.html#PhrasesActivity--">PhrasesActivity()</a></span> - Constructor for class com.example.android.miwok.<a href="../com/example/android/miwok/PhrasesActivity.html" title="class in com.example.android.miwok">PhrasesActivity</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="index-1.html">C</a>&nbsp;<a href="index-2.html">F</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">H</a>&nbsp;<a href="index-5.html">M</a>&nbsp;<a href="index-6.html">N</a>&nbsp;<a href="index-7.html">O</a>&nbsp;<a href="index-8.html">P</a>&nbsp;<a href="index-9.html">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-7.html">Prev Letter</a></li>
<li><a href="index-9.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-8.html" target="_top">Frames</a></li>
<li><a href="index-8.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jan 23 12:46:17 CET 2019 -->
<title>W-Index</title>
<meta name="date" content="2019-01-23">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="W-Index";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-8.html">Prev Letter</a></li>
<li>Next Letter</li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-9.html" target="_top">Frames</a></li>
<li><a href="index-9.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">C</a>&nbsp;<a href="index-2.html">F</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">H</a>&nbsp;<a href="index-5.html">M</a>&nbsp;<a href="index-6.html">N</a>&nbsp;<a href="index-7.html">O</a>&nbsp;<a href="index-8.html">P</a>&nbsp;<a href="index-9.html">W</a>&nbsp;<a name="I:W">
<!-- -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><a href="../com/example/android/miwok/Word.html" title="class in com.example.android.miwok"><span class="typeNameLink">Word</span></a> - Class in <a href="../com/example/android/miwok/package-summary.html">com.example.android.miwok</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../com/example/android/miwok/Word.html#Word-java.lang.String-java.lang.String-int-">Word(String, String, int)</a></span> - Constructor for class com.example.android.miwok.<a href="../com/example/android/miwok/Word.html" title="class in com.example.android.miwok">Word</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../com/example/android/miwok/Word.html#Word-java.lang.String-java.lang.String-int-int-">Word(String, String, int, int)</a></span> - Constructor for class com.example.android.miwok.<a href="../com/example/android/miwok/Word.html" title="class in com.example.android.miwok">Word</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../com/example/android/miwok/WordAdapter.html" title="class in com.example.android.miwok"><span class="typeNameLink">WordAdapter</span></a> - Class in <a href="../com/example/android/miwok/package-summary.html">com.example.android.miwok</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../com/example/android/miwok/WordAdapter.html#WordAdapter-android.app.Activity-java.util.ArrayList-int-">WordAdapter(Activity, ArrayList&lt;Word&gt;, int)</a></span> - Constructor for class com.example.android.miwok.<a href="../com/example/android/miwok/WordAdapter.html" title="class in com.example.android.miwok">WordAdapter</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="index-1.html">C</a>&nbsp;<a href="index-2.html">F</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">H</a>&nbsp;<a href="index-5.html">M</a>&nbsp;<a href="index-6.html">N</a>&nbsp;<a href="index-7.html">O</a>&nbsp;<a href="index-8.html">P</a>&nbsp;<a href="index-9.html">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-8.html">Prev Letter</a></li>
<li>Next Letter</li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-9.html" target="_top">Frames</a></li>
<li><a href="index-9.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jan 23 12:46:17 CET 2019 -->
<title>Generated Documentation (Untitled)</title>
<script type="text/javascript">
tmpTargetPage = "" + window.location.search;
if (tmpTargetPage != "" && tmpTargetPage != "undefined")
tmpTargetPage = tmpTargetPage.substring(1);
if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
tmpTargetPage = "undefined";
targetPage = tmpTargetPage;
function validURL(url) {
try {
url = decodeURIComponent(url);
}
catch (error) {
return false;
}
var pos = url.indexOf(".html");
if (pos == -1 || pos != url.length - 5)
return false;
var allowNumber = false;
var allowSep = false;
var seenDot = false;
for (var i = 0; i < url.length - 5; i++) {
var ch = url.charAt(i);
if ('a' <= ch && ch <= 'z' ||
'A' <= ch && ch <= 'Z' ||
ch == '$' ||
ch == '_' ||
ch.charCodeAt(0) > 127) {
allowNumber = true;
allowSep = true;
} else if ('0' <= ch && ch <= '9'
|| ch == '-') {
if (!allowNumber)
return false;
} else if (ch == '/' || ch == '.') {
if (!allowSep)
return false;
allowNumber = false;
allowSep = false;
if (ch == '.')
seenDot = true;
if (ch == '/' && seenDot)
return false;
} else {
return false;
}
}
return true;
}
function loadFrames() {
if (targetPage != "" && targetPage != "undefined")
top.classFrame.location = top.targetPage;
}
</script>
</head>
<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
<frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
<frame src="com/example/android/miwok/package-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
<noframes>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<h2>Frame Alert</h2>
<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="com/example/android/miwok/package-summary.html">Non-frame version</a>.</p>
</noframes>
</frameset>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Jan 23 12:46:17 CET 2019 -->
<title>Class Hierarchy</title>
<meta name="date" content="2019-01-23">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Class Hierarchy";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?overview-tree.html" target="_top">Frames</a></li>
<li><a href="overview-tree.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">Hierarchy For All Packages</h1>
<span class="packageHierarchyLabel">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="com/example/android/miwok/package-tree.html">com.example.android.miwok</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
<ul>
<li type="circle">android.widget.<a href="https://developer.android.com/reference/android/widget/BaseAdapter.html?is-external=true" title="class or interface in android.widget"><span class="typeNameLink">BaseAdapter</span></a> (implements android.widget.<a href="https://developer.android.com/reference/android/widget/ListAdapter.html?is-external=true" title="class or interface in android.widget">ListAdapter</a>, android.widget.<a href="https://developer.android.com/reference/android/widget/SpinnerAdapter.html?is-external=true" title="class or interface in android.widget">SpinnerAdapter</a>)
<ul>
<li type="circle">android.widget.<a href="https://developer.android.com/reference/android/widget/ArrayAdapter.html?is-external=true" title="class or interface in android.widget"><span class="typeNameLink">ArrayAdapter</span></a>&lt;T&gt; (implements android.widget.<a href="https://developer.android.com/reference/android/widget/Filterable.html?is-external=true" title="class or interface in android.widget">Filterable</a>, android.widget.<a href="https://developer.android.com/reference/android/widget/ThemedSpinnerAdapter.html?is-external=true" title="class or interface in android.widget">ThemedSpinnerAdapter</a>)
<ul>
<li type="circle">com.example.android.miwok.<a href="com/example/android/miwok/WordAdapter.html" title="class in com.example.android.miwok"><span class="typeNameLink">WordAdapter</span></a></li>
</ul>
</li>
</ul>
</li>
<li type="circle">android.content.<a href="https://developer.android.com/reference/android/content/Context.html?is-external=true" title="class or interface in android.content"><span class="typeNameLink">Context</span></a>
<ul>
<li type="circle">android.content.<a href="https://developer.android.com/reference/android/content/ContextWrapper.html?is-external=true" title="class or interface in android.content"><span class="typeNameLink">ContextWrapper</span></a>
<ul>
<li type="circle">android.view.<a href="https://developer.android.com/reference/android/view/ContextThemeWrapper.html?is-external=true" title="class or interface in android.view"><span class="typeNameLink">ContextThemeWrapper</span></a>
<ul>
<li type="circle">android.app.<a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app"><span class="typeNameLink">Activity</span></a> (implements android.content.<a href="https://developer.android.com/reference/android/content/ComponentCallbacks2.html?is-external=true" title="class or interface in android.content">ComponentCallbacks2</a>, android.view.<a href="https://developer.android.com/reference/android/view/KeyEvent.Callback.html?is-external=true" title="class or interface in android.view">KeyEvent.Callback</a>, android.view.<a href="https://developer.android.com/reference/android/view/LayoutInflater.Factory2.html?is-external=true" title="class or interface in android.view">LayoutInflater.Factory2</a>, android.view.<a href="https://developer.android.com/reference/android/view/View.OnCreateContextMenuListener.html?is-external=true" title="class or interface in android.view">View.OnCreateContextMenuListener</a>, android.view.<a href="https://developer.android.com/reference/android/view/Window.Callback.html?is-external=true" title="class or interface in android.view">Window.Callback</a>)
<ul>
<li type="circle">android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/SupportActivity.html?is-external=true" title="class or interface in android.support.v4.app"><span class="typeNameLink">SupportActivity</span></a> (implements android.arch.lifecycle.<a href="https://developer.android.com/reference/android/arch.lifecycle.LifecycleOwner.html?is-external=true" title="class or interface in android">LifecycleOwner</a>)
<ul>
<li type="circle">android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/FragmentActivity.html?is-external=true" title="class or interface in android.support.v4.app"><span class="typeNameLink">FragmentActivity</span></a> (implements android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/ActivityCompat.OnRequestPermissionsResultCallback.html?is-external=true" title="class or interface in android.support.v4.app">ActivityCompat.OnRequestPermissionsResultCallback</a>, android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/ActivityCompat.RequestPermissionsRequestCodeValidator.html?is-external=true" title="class or interface in android.support.v4.app">ActivityCompat.RequestPermissionsRequestCodeValidator</a>, android.arch.lifecycle.<a href="https://developer.android.com/reference/android/arch.lifecycle.ViewModelStoreOwner.html?is-external=true" title="class or interface in android">ViewModelStoreOwner</a>)
<ul>
<li type="circle">android.support.v7.app.<a href="https://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?is-external=true" title="class or interface in android.support.v7.app"><span class="typeNameLink">AppCompatActivity</span></a> (implements android.support.v7.app.<a href="https://developer.android.com/reference/android/support/v7/app/ActionBarDrawerToggle.DelegateProvider.html?is-external=true" title="class or interface in android.support.v7.app">ActionBarDrawerToggle.DelegateProvider</a>, android.support.v7.app.<a href="https://developer.android.com/reference/android/support/v7/app/AppCompatCallback.html?is-external=true" title="class or interface in android.support.v7.app">AppCompatCallback</a>, android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/TaskStackBuilder.SupportParentable.html?is-external=true" title="class or interface in android.support.v4.app">TaskStackBuilder.SupportParentable</a>)
<ul>
<li type="circle">com.example.android.miwok.<a href="com/example/android/miwok/ColorsActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">ColorsActivity</span></a></li>
<li type="circle">com.example.android.miwok.<a href="com/example/android/miwok/FamilyActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">FamilyActivity</span></a></li>
<li type="circle">com.example.android.miwok.<a href="com/example/android/miwok/MainActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">MainActivity</span></a></li>
<li type="circle">com.example.android.miwok.<a href="com/example/android/miwok/NumbersActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">NumbersActivity</span></a></li>
<li type="circle">com.example.android.miwok.<a href="com/example/android/miwok/PhrasesActivity.html" title="class in com.example.android.miwok"><span class="typeNameLink">PhrasesActivity</span></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li type="circle">android.support.v4.app.<a href="https://developer.android.com/reference/android/support/v4/app/Fragment.html?is-external=true" title="class or interface in android.support.v4.app"><span class="typeNameLink">Fragment</span></a> (implements android.content.<a href="https://developer.android.com/reference/android/content/ComponentCallbacks.html?is-external=true" title="class or interface in android.content">ComponentCallbacks</a>, android.arch.lifecycle.<a href="https://developer.android.com/reference/android/arch.lifecycle.LifecycleOwner.html?is-external=true" title="class or interface in android">LifecycleOwner</a>, android.view.<a href="https://developer.android.com/reference/android/view/View.OnCreateContextMenuListener.html?is-external=true" title="class or interface in android.view">View.OnCreateContextMenuListener</a>, android.arch.lifecycle.<a href="https://developer.android.com/reference/android/arch.lifecycle.ViewModelStoreOwner.html?is-external=true" title="class or interface in android">ViewModelStoreOwner</a>)
<ul>
<li type="circle">com.example.android.miwok.<a href="com/example/android/miwok/NumbersFragment.html" title="class in com.example.android.miwok"><span class="typeNameLink">NumbersFragment</span></a></li>
</ul>
</li>
<li type="circle">com.example.android.miwok.<a href="com/example/android/miwok/Word.html" title="class in com.example.android.miwok"><span class="typeNameLink">Word</span></a></li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="com/example/android/miwok/package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?overview-tree.html" target="_top">Frames</a></li>
<li><a href="overview-tree.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
function show(type)
{
count = 0;
for (var key in methods) {
var row = document.getElementById(key);
if ((methods[key] & type) != 0) {
row.style.display = '';
row.className = (count++ % 2) ? rowColor : altColor;
}
else
row.style.display = 'none';
}
updateTabs(type);
}
function updateTabs(type)
{
for (var value in tabs) {
var sNode = document.getElementById(tabs[value][0]);
var spanNode = sNode.firstChild;
if (value == type) {
sNode.className = activeTableTab;
spanNode.innerHTML = tabs[value][1];
}
else {
sNode.className = tableTab;
spanNode.innerHTML = "<a href=\"javascript:show("+ value + ");\">" + tabs[value][1] + "</a>";
}
}
}
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

This file has been truncated, but you can view the full file.
/* Javadoc style sheet */
/*
Overall document style
*/
@import url('resources/fonts/dejavu.css');
body {
background-color:#ffffff;
color:#353833;
font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
font-size:14px;
margin:0;
}
a:link, a:visited {
text-decoration:none;
color:#4A6782;
}
a:hover, a:focus {
text-decoration:none;
color:#bb7a2a;
}
a:active {
text-decoration:none;
color:#4A6782;
}
a[name] {
color:#353833;
}
a[name]:hover {
text-decoration:none;
color:#353833;
}
pre {
font-family:'DejaVu Sans Mono', monospace;
font-size:14px;
}
h1 {
font-size:20px;
}
h2 {
font-size:18px;
}
h3 {
font-size:16px;
font-style:italic;
}
h4 {
font-size:13px;
}
h5 {
font-size:12px;
}
h6 {
font-size:11px;
}
ul {
list-style-type:disc;
}
code, tt {
font-family:'DejaVu Sans Mono', monospace;
font-size:14px;
padding-top:4px;
margin-top:8px;
line-height:1.4em;
}
dt code {
font-family:'DejaVu Sans Mono', monospace;
font-size:14px;
padding-top:4px;
}
table tr td dt code {
font-family:'DejaVu Sans Mono', monospace;
font-size:14px;
vertical-align:top;
padding-top:4px;
}
sup {
font-size:8px;
}
/*
Document title and Copyright styles
*/
.clear {
clear:both;
height:0px;
overflow:hidden;
}
.aboutLanguage {
float:right;
padding:0px 21px;
font-size:11px;
z-index:200;
margin-top:-9px;
}
.legalCopy {
margin-left:.5em;
}
.bar a, .bar a:link, .bar a:visited, .bar a:active {
color:#FFFFFF;
text-decoration:none;
}
.bar a:hover, .bar a:focus {
color:#bb7a2a;
}
.tab {
background-color:#0066FF;
color:#ffffff;
padding:8px;
width:5em;
font-weight:bold;
}
/*
Navigation bar styles
*/
.bar {
background-color:#4D7A97;
color:#FFFFFF;
padding:.8em .5em .4em .8em;
height:auto;/*height:1.8em;*/
font-size:11px;
margin:0;
}
.topNav {
background-color:#4D7A97;
color:#FFFFFF;
float:left;
padding:0;
width:100%;
clear:right;
height:2.8em;
padding-top:10px;
overflow:hidden;
font-size:12px;
}
.bottomNav {
margin-top:10px;
background-color:#4D7A97;
color:#FFFFFF;
float:left;
padding:0;
width:100%;
clear:right;
height:2.8em;
padding-top:10px;
overflow:hidden;
font-size:12px;
}
.subNav {
background-color:#dee3e9;
float:left;
width:100%;
overflow:hidden;
font-size:12px;
}
.subNav div {
clear:left;
float:left;
padding:0 0 5px 6px;
text-transform:uppercase;
}
ul.navList, ul.subNavList {
float:left;
margin:0 25px 0 0;
padding:0;
}
ul.navList li{
list-style:none;
float:left;
padding: 5px 6px;
text-transform:uppercase;
}
ul.subNavList li{
list-style:none;
float:left;
}
.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
color:#FFFFFF;
text-decoration:none;
text-transform:uppercase;
}
.topNav a:hover, .bottomNav a:hover {
text-decoration:none;
color:#bb7a2a;
text-transform:uppercase;
}
.navBarCell1Rev {
background-color:#F8981D;
color:#253441;
margin: auto 5px;
}
.skipNav {
position:absolute;
top:auto;
left:-9999px;
overflow:hidden;
}
/*
Page header and footer styles
*/
.header, .footer {
clear:both;
margin:0 20px;
padding:5px 0 0 0;
}
.indexHeader {
margin:10px;
position:relative;
}
.indexHeader span{
margin-right:15px;
}
.indexHeader h1 {
font-size:13px;
}
.title {
color:#2c4557;
margin:10px 0;
}
.subTitle {
margin:5px 0 0 0;
}
.header ul {
margin:0 0 15px 0;
padding:0;
}
.footer ul {
margin:20px 0 5px 0;
}
.header ul li, .footer ul li {
list-style:none;
font-size:13px;
}
/*
Heading styles
*/
div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
background-color:#dee3e9;
border:1px solid #d0d9e0;
margin:0 0 6px -8px;
padding:7px 5px;
}
ul.blockList ul.blockList ul.blockList li.blockList h3 {
background-color:#dee3e9;
border:1px solid #d0d9e0;
margin:0 0 6px -8px;
padding:7px 5px;
}
ul.blockList ul.blockList li.blockList h3 {
padding:0;
margin:15px 0;
}
ul.blockList li.blockList h2 {
padding:0px 0 20px 0;
}
/*
Page layout container styles
*/
.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
clear:both;
padding:10px 20px;
position:relative;
}
.indexContainer {
margin:10px;
position:relative;
font-size:12px;
}
.indexContainer h2 {
font-size:13px;
padding:0 0 3px 0;
}
.indexContainer ul {
margin:0;
padding:0;
}
.indexContainer ul li {
list-style:none;
padding-top:2px;
}
.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
font-size:12px;
font-weight:bold;
margin:10px 0 0 0;
color:#4E4E4E;
}
.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
margin:5px 0 10px 0px;
font-size:14px;
font-family:'DejaVu Sans Mono',monospace;
}
.serializedFormContainer dl.nameValue dt {
margin-left:1px;
font-size:1.1em;
display:inline;
font-weight:bold;
}
.serializedFormContainer dl.nameValue dd {
margin:0 0 0 1px;
font-size:1.1em;
display:inline;
}
/*
List styles
*/
ul.horizontal li {
display:inline;
font-size:0.9em;
}
ul.inheritance {
margin:0;
padding:0;
}
ul.inheritance li {
display:inline;
list-style:none;
}
ul.inheritance li ul.inheritance {
margin-left:15px;
padding-left:15px
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment