Home
last modified time | relevance | path

Searched refs:implementation (Results 1 – 25 of 43) sorted by relevance

12

/packages/apps/TV/
Dbuild.gradle80 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/
Dbuild.gradle76 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/
Dbuild.gradle92 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/
Dbuild.gradle81 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/
Dbuild.gradle81 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/
Dbuild.gradle90 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/
Dbuild.gradle150 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/
Dbuild.gradle65 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/
Dinternals.md3 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.
Dstream.md276 …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/
Dbuild.gradle99 implementation 'androidx.legacy:legacy-support-v4:+'
100 implementation 'com.google.code.findbugs:jsr305:3.0.2'
/packages/services/Car/evs/sampleDriver/
DbufferCopy.h28 namespace implementation {
Dservice.cpp39 using namespace android::hardware::automotive::evs::V1_0::implementation;
DEvsGlDisplay.h31 namespace implementation {
DEvsEnumerator.h32 namespace implementation {
DEvsV4lCamera.h35 namespace implementation {
/packages/apps/Launcher3/iconloaderlib/
Dbuild.gradle38 implementation "androidx.core:core:${ANDROID_X_VERSION}"
/packages/apps/TV/partner_support/g3doc/
DTurnOffEmbeddedTuner.md9 Indicate Live Channels should not use it's embedded tuner implementation.
/packages/services/Car/evs/manager/
DHalDisplay.cpp24 namespace implementation { namespace
DHalDisplay.h32 namespace implementation {
DEnumerator.h36 namespace implementation {
DHalCamera.h36 namespace implementation {
Dservice.cpp37 using namespace android::automotive::evs::V1_0::implementation;
DVirtualCamera.h37 namespace implementation {
DVirtualCamera.cpp29 namespace implementation { namespace

12