HomeSort by relevance Sort by last modified time
    Searched full:support (Results 601 - 625 of 36054) sorted by null

<<21222324252627282930>>

  /frameworks/opt/photoviewer/
build.gradle 14 compile findDependency(':support-v4', 'com.android.support:support-v4:23.3.+')
15 compile findDependency(':support-appcompat-v7', 'com.android.support:appcompat-v7:23.3.+')
  /frameworks/base/docs/html/reference/android/support/test/
lists.js 2 { id:0, label:"android.support.test", link:"reference/android/support/test/package-summary.html", type:"package", deprecated:"false" },
3 { id:1, label:"android.support.test.InstrumentationRegistry", link:"reference/android/support/test/InstrumentationRegistry.html", type:"class", deprecated:"false" },
4 { id:2, label:"android.support.test.annotation", link:"reference/android/support/test/annotation/package-summary.html", type:"package", deprecated:"false" },
5 { id:3, label:"android.support.test.annotation.Beta", link:"reference/android/support/test/annotation/Beta.html", type:"class", deprecated:"false" },
6 { id:4, label:"android.support.test.annotation.UiThreadTest", link:"reference/android/support/test/annotation/UiThreadTest.html", type:"class", deprecated:"false" }
    [all...]
  /external/mesa3d/src/gallium/docs/
llvm-todo.txt 4 Goal: GL3.0 support in llvmpipe
7 TXQ opcode support - airlied WIP
8 TXF opcode support.
9 Integer texture fetch support
10 Integer renderbuffer support
11 Vertex ID support.
12 EXT_transform_feedback support - airlied WIP
13 clip distance support - airlied WIP
14 vertex clip support - airlied WIP
15 EXT_texture_array support - Jakob WI
    [all...]
  /frameworks/support/v4/
build.gradle 3 archivesBaseName = 'support-v4'
5 compile project(':support-compat')
6 compile project(':support-media-compat')
7 compile project(':support-core-utils')
8 compile project(':support-core-ui')
9 compile project(':support-fragment')
17 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
43 name 'Android Support Library v4'
44 description "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 4 or later."
45 url 'http://developer.android.com/tools/extras/support-library.html
    [all...]
  /developers/build/prebuilts/gradle/CommitContentSampleApp/app/
build.gradle 12 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
24 androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
25 exclude group: 'com.android.support', module: 'support-annotations'
27 compile 'com.android.support:appcompat-v7:25.0.0'
28 compile 'com.android.support:support-v13:25.0.0'
  /developers/build/prebuilts/gradle/CommitContentSampleIME/app/
build.gradle 12 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
24 androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
25 exclude group: 'com.android.support', module: 'support-annotations'
27 compile 'com.android.support:appcompat-v7:25.0.0'
28 compile 'com.android.support:support-v13:25.0.0'
  /developers/samples/android/input/keyboard/CommitContentSampleApp/app/
build.gradle 12 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
24 androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
25 exclude group: 'com.android.support', module: 'support-annotations'
27 compile 'com.android.support:appcompat-v7:25.0.0'
28 compile 'com.android.support:support-v13:25.0.0'
  /developers/samples/android/input/keyboard/CommitContentSampleIME/app/
build.gradle 12 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
24 androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
25 exclude group: 'com.android.support', module: 'support-annotations'
27 compile 'com.android.support:appcompat-v7:25.0.0'
28 compile 'com.android.support:support-v13:25.0.0'
  /packages/services/Car/car-support-lib/
Android.mk 22 #Build prebuilt android.support.car library
26 --extra-packages android.support.v7.appcompat \
27 --extra-packages android.support.v7.recyclerview \
28 --extra-packages android.support.v7.cardview
30 LOCAL_MODULE := android.support.car-prebuilt
33 LOCAL_RESOURCE_DIR += frameworks/support/v7/appcompat/res
34 LOCAL_RESOURCE_DIR += frameworks/support/v7/recyclerview/res
35 LOCAL_RESOURCE_DIR += frameworks/support/v7/cardview/res
42 LOCAL_STATIC_JAVA_LIBRARIES += android-support-v4 \
43 android-support-v7-appcompat
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 
  /frameworks/opt/setupwizard/library/
common-full-support.mk 12 # include frameworks/opt/setupwizard/library/common-full-support.mk
26 ifeq (,$(findstring setup-wizard-lib-full-support,$(LOCAL_STATIC_JAVA_LIBRARIES)))
30 $(call my-dir)/full-support/res
32 LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-lib-full-support
37 # Include support-v7-appcompat, if not already included
38 ifeq (,$(findstring android-support-v7-appcompat,$(LOCAL_STATIC_JAVA_LIBRARIES)))
39 LOCAL_RESOURCE_DIR += frameworks/support/v7/appcompat/res
40 LOCAL_AAPT_FLAGS += --extra-packages android.support.v7.appcompat
41 LOCAL_STATIC_JAVA_LIBRARIES += android-support-v7-appcompat
44 # Include support-v7-recyclerview, if not already include
    [all...]
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/
Android.mk 29 android-support-v4 \
30 android-support-v7-recyclerview \
31 android-support-v7-preference \
32 android-support-v7-appcompat \
33 android-support-v14-preference \
34 android-support-v17-preference-leanback \
35 android-support-v17-leanback \
40 frameworks/support/v17/preference-leanback/res \
41 frameworks/support/v7/preference/res \
42 frameworks/support/v7/appcompat/res
    [all...]
  /frameworks/support/samples/SupportPreferenceDemos/
Android.mk 32 android-support-v4 \
33 android-support-v7-appcompat \
34 android-support-v7-preference \
35 android-support-v7-recyclerview \
36 android-support-v14-preference \
37 android-support-v17-leanback \
38 android-support-v17-preference-leanback \
42 frameworks/support/v7/appcompat/res \
43 frameworks/support/v7/preference/res \
44 frameworks/support/v7/recyclerview/res
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /prebuilts/misc/common/android-support-test/espresso/
espresso-intents-2.2.2-release.jar 
  /prebuilts/sdk/current/support/v7/preference/libs/
android-support-v7-preference.jar 
  /prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar 
  /frameworks/base/docs/html/sdk/support_api_diff/23/changes/
packages_index_all.html 53 <A HREF="changes-summary.html#android.support.app.recommendation" class="hiddenlink" target="rightframe"><b>android.support.app.recommendation</b></A><br>
54 <A HREF="changes-summary.html#android.support.customtabs" class="hiddenlink" target="rightframe"><b>android.support.customtabs</b></A><br>
55 <A HREF="pkg_android.support.design.widget.html" class="hiddenlink" target="rightframe">android.support.design.widget</A><br>
56 <A HREF="changes-summary.html#android.support.percent" class="hiddenlink" target="rightframe"><b>android.support.percent</b></A><br>
57 <A HREF="pkg_android.support.v13.app.html" class="hiddenlink" target="rightframe">android.support.v13.app</A><br
    [all...]
  /frameworks/base/docs/html/sdk/support_api_diff/24.2.0/changes/
packages_index_all.html 53 <A HREF="pkg_android.support.customtabs.html" class="hiddenlink" target="rightframe">android.support.customtabs</A><br>
54 <A HREF="pkg_android.support.design.widget.html" class="hiddenlink" target="rightframe">android.support.design.widget</A><br>
55 <A HREF="changes-summary.html#android.support.transition" class="hiddenlink" target="rightframe"><b>android.support.transition</b></A><br>
56 <A HREF="pkg_android.support.v14.preference.html" class="hiddenlink" target="rightframe">android.support.v14.preference</A><br>
57 <A HREF="pkg_android.support.v17.leanback.widget.html" class="hiddenlink" target="rightframe">android.support.v17.leanback.widget</A><br
    [all...]
  /prebuilts/sdk/current/support/customtabs/libs/
android-support-customtabs.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /external/robolectric/v3/
shadows-support-v4-3.1-SNAPSHOT.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-fragment/24.2.0/
support-fragment-24.2.0.pom 5 <groupId>com.android.support</groupId>
6 <artifactId>support-fragment</artifactId>
11 <groupId>com.android.support</groupId>
12 <artifactId>support-compat</artifactId>
18 <groupId>com.android.support</groupId>
19 <artifactId>support-core-utils</artifactId>
25 <groupId>com.android.support</groupId>
26 <artifactId>support-media-compat</artifactId>
32 <groupId>com.android.support</groupId>
33 <artifactId>support-core-ui</artifactId
    [all...]
  /prebuilts/maven_repo/android/com/android/support/support-fragment/24.2.1/
support-fragment-24.2.1.pom 5 <groupId>com.android.support</groupId>
6 <artifactId>support-fragment</artifactId>
11 <groupId>com.android.support</groupId>
12 <artifactId>support-compat</artifactId>
18 <groupId>com.android.support</groupId>
19 <artifactId>support-media-compat</artifactId>
25 <groupId>com.android.support</groupId>
26 <artifactId>support-core-ui</artifactId>
32 <groupId>com.android.support</groupId>
33 <artifactId>support-core-utils</artifactId
    [all...]

Completed in 1860 milliseconds

<<21222324252627282930>>