Home
last modified time | relevance | path

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

12345

/frameworks/support/samples/SupportPreferenceDemos/
Dbuild.gradle4 implementation project(':appcompat-v7')
5 implementation project(':recyclerview-v7')
6 implementation project(':preference-v7')
7 implementation project(':preference-v14')
8 implementation project(':leanback-v17')
9 implementation project(':preference-leanback-v17')
/frameworks/support/samples/Support7Demos/
Dbuild.gradle4 implementation project(':appcompat-v7')
5 implementation project(':cardview-v7')
6 implementation project(':gridlayout-v7')
7 implementation project(':mediarouter-v7')
8 implementation project(':palette-v7')
9 implementation project(':recyclerview-v7')
/frameworks/base/tests/utils/testutils/java/android/app/test/
DMockAnswerUtil.java41 Method implementation = getClass().getMethod("answer", method.getParameterTypes()); in answer() local
42 if (!implementation.getReturnType().equals(method.getReturnType())) { in answer()
45 + implementation.getReturnType()); in answer()
49 return implementation.invoke(this, args); in answer()
/frameworks/support/room/integration-tests/kotlintestapp/
Dbuild.gradle52 implementation project(":room:common")
53 implementation project(":persistence:db")
54 implementation project(":persistence:db-framework")
55 implementation project(':room:runtime')
56 implementation project(':arch:runtime')
58 implementation libs.support.app_compat, libs.support_exclude_config
/frameworks/support/samples/SupportLeanbackDemos/
Dbuild.gradle4 implementation project(':leanback-v17')
5 implementation project(':preference-leanback-v17')
6 implementation 'com.google.code.gson:gson:2.6.2'
/frameworks/support/samples/SupportLeanbackJank/
Dbuild.gradle4 implementation 'com.github.bumptech.glide:glide:3.6.1'
5 implementation project(':leanback-v17')
6 implementation project(':preference-leanback-v17')
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DRefocusFilter.java31 public void logTiming(String implementation, String phase, long time) { in logTiming() argument
32 logTiming(implementation, phase, time, "ns"); in logTiming()
35 public void logTiming(String implementation, String phase, long time, String unit) { in logTiming() argument
37 Log.d(implementation, phase + ":" + time + " " + unit); in logTiming()
/frameworks/support/samples/SupportContentDemos/
Dbuild.gradle20 implementation project(':design')
21 implementation project(':appcompat-v7')
22 implementation project(':support-content')
/frameworks/hardware/interfaces/sensorservice/1.0/
DREADME22 ASensorManager_configureDirectReport). The implementation must also call
63 * kernel calls decStrong() on server side implementation of IDirectChannel,
74 The implementation must free all resources related to this IEventQueue instance
80 IEventQueueCallback. The implementation of IEventQueue must either use a global
82 server implementation must use this looper to constantly poll for events, then
120 /* Server side implementation of IEventQueue holds a strong reference to
137 * kernel calls decStrong() on server side implementation of IEventQueue,
/frameworks/support/samples/SupportVectorDrawableDemos/
Dbuild.gradle20 implementation project(':support-vector-drawable')
21 implementation project(':animated-vector-drawable')
22 implementation project(':appcompat-v7')
/frameworks/av/include/media/
DOMXFenceParcelable.h30 namespace implementation {
61 friend void (::android::hardware::media::omx::V1_0::implementation::
64 friend bool (::android::hardware::media::omx::V1_0::implementation::
DOMXBuffer.h33 namespace implementation {
96 friend inline bool (::android::hardware::media::omx::V1_0::implementation::
99 friend inline bool (::android::hardware::media::omx::V1_0::implementation::
/frameworks/support/samples/SupportEmojiDemos/
Dbuild.gradle24 implementation project(':support-emoji')
25 implementation project(':support-emoji-bundled')
26 implementation project(':support-emoji-appcompat')
/frameworks/av/media/libmedia/include/media/
DOMXFenceParcelable.h30 namespace implementation {
61 friend void (::android::hardware::media::omx::V1_0::implementation::
64 friend bool (::android::hardware::media::omx::V1_0::implementation::
DOMXBuffer.h33 namespace implementation {
96 friend inline bool (::android::hardware::media::omx::V1_0::implementation::
99 friend inline bool (::android::hardware::media::omx::V1_0::implementation::
/frameworks/native/opengl/specs/
DEGL_ANDROID_blob_cache.txt61 device-specific EGL implementation.
74 * client API implementation may use to insert a key/value pair into the
82 * client API implementation may use to retrieve a cached value from the
138 key, a client API implementation can call the application-provided callback
153 guarantees, the cache implementation should attempt to cache the most
157 client API implementation can call the application-provided callback
179 implementation. The cache implementation can simply drop a value if it
191 requested again. If needed, the cache implementation can handle those
197 RESPONSE: This is entirely dependent upon the cache implementation.
/frameworks/support/samples/SupportTransitionDemos/
Dbuild.gradle4 implementation project(':transition')
5 implementation project(':appcompat-v7')
/frameworks/layoutlib/create/
DREADME.txt46 provides all the necessary missing implementation for rendering graphics in Eclipse.
73 The analyzer is also given a list of classes to exclude. A fake implementation of these classes is
124 modified to update all references to these non-desktop classes. An alternate implementation of
136 changes the calls to a method in each class instead of changing the implementation of the method.
177 injected. The implementation for these classes has been taken from Android's libcore
180 added to the Dalvik VM for performance reasons. An implementation that is very close to the
190 bridge then registers a listener on the method signature and can provide an implementation.
200 original class name. This allows the bridge to literally replace an implementation.
209 native code in Eclipse, we need to provide a full alternate implementation. Sub-classing doesn't
219 not present in the Desktop VM. An implementation for these classes is also injected.
[all …]
/frameworks/av/services/mediacodec/
Dmain_codecservice.cpp64 sp<IOmxStore> omxStore = new implementation::OmxStore(); in main()
70 sp<IOmx> omx = new implementation::Omx(); in main()
/frameworks/base/services/core/jni/
Dcom_android_server_SystemServer.cpp44 using ::android::frameworks::schedulerservice::V1_0::implementation::SchedulingPolicyService; in android_server_SystemServer_startHidlServices()
46 using ::android::frameworks::sensorservice::V1_0::implementation::SensorManager; in android_server_SystemServer_startHidlServices()
/frameworks/native/services/sensorservice/hidl/
Dutils.cpp25 namespace implementation { namespace
79 ::android::hardware::sensors::V1_0::implementation::convertFromSensorEvent( in convertEvent()
/frameworks/native/services/displayservice/
DDisplayService.cpp24 namespace implementation { namespace
/frameworks/av/include/private/
DREADME3 These include files are part of the private implementation details of
/frameworks/base/libs/hwui/private/
DREADME3 These include files are part of the private implementation details of
/frameworks/native/services/displayservice/include/displayservice/
DDisplayService.h27 namespace implementation {

12345