Searched refs:implementation (Results 1 – 25 of 43) sorted by relevance
12
/packages/apps/TV/ |
D | build.gradle | 80 implementation 'androidx.appcompat:appcompat:1.0.2' 81 implementation 'androidx.palette:palette:1.0.0' 82 implementation 'androidx.leanback:leanback:1.0.0' 83 implementation "androidx.tvprovider:tvprovider:1.0.0" 84 implementation "androidx.recyclerview:recyclerview:1.0.0" 85 implementation "androidx.recyclerview:recyclerview-selection:1.0.0" 86 implementation "androidx.palette:palette:1.0.0" 88 implementation 'com.google.dagger:dagger:2.18' 89 implementation 'com.google.dagger:dagger-android:2.18' 95 implementation 'com.google.auto.value:auto-value:1.5.4' [all …]
|
/packages/apps/WallpaperPicker2/ |
D | build.gradle | 76 implementation "androidx.recyclerview:recyclerview:${ANDROID_X_VERSION}" 77 implementation "androidx.cardview:cardview:${ANDROID_X_VERSION}" 78 implementation "androidx.appcompat:appcompat:${ANDROID_X_VERSION}" 79 implementation "androidx.exifinterface:exifinterface:${ANDROID_X_VERSION}" 80 implementation "com.google.android.material:material:${ANDROID_X_VERSION}" 82 implementation 'com.android.volley:volley:1.1.0' 84 implementation 'com.github.bumptech.glide:glide:SNAPSHOT' 85 implementation 'com.github.bumptech.glide:disklrucache:SNAPSHOT' 86 implementation 'com.github.bumptech.glide:gifdecoder:SNAPSHOT' 87 implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.9.0'
|
/packages/apps/TV/common/ |
D | build.gradle | 92 implementation 'androidx.appcompat:appcompat:1.0.2' 93 implementation 'androidx.palette:palette:1.0.0' 94 implementation 'androidx.leanback:leanback:1.0.0' 95 implementation "androidx.tvprovider:tvprovider:1.0.0" 96 implementation "androidx.recyclerview:recyclerview:1.0.0" 97 implementation "androidx.recyclerview:recyclerview-selection:1.0.0" 98 implementation "androidx.palette:palette:1.0.0" 99 implementation 'com.google.guava:guava:26.0-android' 100 implementation 'com.google.protobuf:protobuf-java:3.0.0' 101 implementation 'com.google.dagger:dagger:2.18' [all …]
|
/packages/apps/TV/tuner/SampleNetworkTuner/ |
D | build.gradle | 81 implementation 'com.google.android.exoplayer:exoplayer-core:2.9.0' 82 implementation 'com.google.android.exoplayer:exoplayer:r1.5.16' 83 implementation "com.android.support:palette-v7:${SUPPORT_LIBS_VERSION}" 84 implementation "com.android.support:leanback-v17:${SUPPORT_LIBS_VERSION}" 85 implementation "com.android.support:support-tv-provider:${SUPPORT_LIBS_VERSION}" 88 implementation 'com.google.auto.value:auto-value:1.5.4' 89 implementation project(':common') 90 implementation project(':tuner')
|
/packages/apps/TV/tuner/SampleDvbTuner/ |
D | build.gradle | 81 implementation 'com.google.android.exoplayer:exoplayer-core:2.9.0' 82 implementation 'com.google.android.exoplayer:exoplayer:r1.5.16' 83 implementation "com.android.support:palette-v7:${SUPPORT_LIBS_VERSION}" 84 implementation "com.android.support:leanback-v17:${SUPPORT_LIBS_VERSION}" 85 implementation "com.android.support:support-tv-provider:${SUPPORT_LIBS_VERSION}" 88 implementation 'com.google.auto.value:auto-value:1.5.4' 89 implementation project(':common') 90 implementation project(':tuner')
|
/packages/apps/TV/tuner/ |
D | build.gradle | 90 implementation 'com.google.android.exoplayer:exoplayer-core:2.9.0' 91 implementation 'com.google.android.exoplayer:exoplayer:r1.5.16' 92 implementation "com.android.support:support-tv-provider:${SUPPORT_LIBS_VERSION}" 93 implementation "com.android.support:appcompat-v7:${SUPPORT_LIBS_VERSION}" 94 implementation "com.android.support:leanback-v17:${SUPPORT_LIBS_VERSION}" 95 implementation 'com.google.guava:guava:26.0-android' 96 implementation 'com.google.protobuf.nano:protobuf-javanano:3.2.0rc2' 97 implementation project(':common')
|
/packages/apps/Launcher3/ |
D | build.gradle | 150 implementation "androidx.dynamicanimation:dynamicanimation:${ANDROID_X_VERSION}" 151 implementation "androidx.recyclerview:recyclerview:${ANDROID_X_VERSION}" 152 implementation "androidx.preference:preference:${ANDROID_X_VERSION}" 153 implementation project(':IconLoader') 154 implementation fileTree(dir: "${FRAMEWORK_PREBUILTS_DIR}/libs", include: 'launcher_protos.jar')
|
/packages/apps/UniversalMediaPlayer/ |
D | build.gradle | 65 implementation 'androidx.constraintlayout:constraintlayout:1.1.3' 66 implementation 'androidx.media2:media2-widget:1.0.0-alpha07' 67 implementation 'com.google.android.material:material:1.0.0'
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | internals.md | 3 This section records some design and implementation details. 176 A simple implementation will be simply: 204 …ner-loop can improve performance. For example, the actual (non-SIMD) implementation of `SkipWhites… 225 2. Custom DIY-FP implementation as in [double-conversion](https://github.com/floitsch/double-conver… 236 …ing to the first running-up `branchlut`. And `branchlut` is pure C++ implementation so we adopt `b… 332 Based on the parsing table, a direct(or conventional) implementation 336 …dJSON, several modifications(or adaptations to current design) are made to a direct implementation. 343 rather than several pop/push operations in the direct implementation. 351 in its internal stack, which may be different from a conventional implementation.
|
D | stream.md | 276 …e is not needed for a particular stream, it is still need to a dummy implementation, otherwise wil… 326 Note that, this implementation may not be as efficient as RapidJSON's memory or file streams, due t… 370 Note that, this implementation may not be as efficient as RapidJSON's memory or file streams, due t…
|
/packages/inputmethods/LatinIME/ |
D | build.gradle | 99 implementation 'androidx.legacy:legacy-support-v4:+' 100 implementation 'com.google.code.findbugs:jsr305:3.0.2'
|
/packages/services/Car/evs/sampleDriver/ |
D | bufferCopy.h | 28 namespace implementation {
|
D | service.cpp | 39 using namespace android::hardware::automotive::evs::V1_0::implementation;
|
D | EvsGlDisplay.h | 31 namespace implementation {
|
D | EvsEnumerator.h | 32 namespace implementation {
|
D | EvsV4lCamera.h | 35 namespace implementation {
|
/packages/apps/Launcher3/iconloaderlib/ |
D | build.gradle | 38 implementation "androidx.core:core:${ANDROID_X_VERSION}"
|
/packages/apps/TV/partner_support/g3doc/ |
D | TurnOffEmbeddedTuner.md | 9 Indicate Live Channels should not use it's embedded tuner implementation.
|
/packages/services/Car/evs/manager/ |
D | HalDisplay.cpp | 24 namespace implementation { namespace
|
D | HalDisplay.h | 32 namespace implementation {
|
D | Enumerator.h | 36 namespace implementation {
|
D | HalCamera.h | 36 namespace implementation {
|
D | service.cpp | 37 using namespace android::automotive::evs::V1_0::implementation;
|
D | VirtualCamera.h | 37 namespace implementation {
|
D | VirtualCamera.cpp | 29 namespace implementation { namespace
|
12