/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
D | EventDispatcher.java | 91 MotionEvent prototype, in sendMotionEvent() argument 96 prototype.setAction(action); in sendMotionEvent() 100 event = prototype; in sendMotionEvent() 103 event = prototype.split(pointerIdBits); in sendMotionEvent() 161 if (event != prototype) { in sendMotionEvent() 286 void sendDownForAllNotInjectedPointers(MotionEvent prototype, int policyFlags) { in sendDownForAllNotInjectedPointers() argument 290 final int pointerCount = prototype.getPointerCount(); in sendDownForAllNotInjectedPointers() 292 final int pointerId = prototype.getPointerId(i); in sendDownForAllNotInjectedPointers() 298 prototype, in sendDownForAllNotInjectedPointers() 316 void sendDownForAllNotInjectedPointersWithOriginalDown(MotionEvent prototype, int policyFlags) { in sendDownForAllNotInjectedPointersWithOriginalDown() argument [all …]
|
D | TouchExplorer.java | 1666 MotionEvent prototype, MotionEvent rawEvent, int pointerIdBits, int policyFlags) { in post() argument 1668 mPrototype = MotionEvent.obtain(prototype); in post()
|
/frameworks/compile/mclinker/lib/LD/ |
D | StubFactory.cpp | 46 Stub* prototype = findPrototype(pReloc, pReloc.place(), pTargetSymValue); in create() local 47 if (prototype != NULL) { in create() 59 stub = islands.second->findStub(prototype, pReloc); in create() 64 stub = islands.first->findStub(prototype, pReloc); in create() 67 stub = prototype->clone(); in create() 73 islands.first->addStub(prototype, pReloc, *stub); in create() 83 Stub* prototype = findPrototype(pFragRef); in create() local 84 if (prototype == NULL) { in create() 94 Stub* stub = prototype->clone(); in create()
|
/frameworks/base/core/java/android/print/ |
D | PrintDocumentInfo.java | 140 private PrintDocumentInfo(@NonNull PrintDocumentInfo prototype) { in PrintDocumentInfo() argument 141 mName = prototype.mName; in PrintDocumentInfo() 142 mPageCount = prototype.mPageCount; in PrintDocumentInfo() 143 mContentType = prototype.mContentType; in PrintDocumentInfo() 144 mDataSize = prototype.mDataSize; in PrintDocumentInfo()
|
D | PrintJobInfo.java | 791 public Builder(@Nullable PrintJobInfo prototype) { in Builder() argument 792 mPrototype = (prototype != null) in Builder() 793 ? new PrintJobInfo(prototype) in Builder()
|
D | PrinterCapabilitiesInfo.java | 81 public PrinterCapabilitiesInfo(PrinterCapabilitiesInfo prototype) { in PrinterCapabilitiesInfo() argument 82 copyFrom(prototype); in PrinterCapabilitiesInfo()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | BranchIsland.h | 113 const Stub* prototype() const { return m_pPrototype; } in prototype() function 123 return (size_t((uintptr_t)KEY.prototype())) ^ str_hasher(sym_name) ^ in operator() 131 if ((KEY1.prototype() == KEY2.prototype()) && in operator()
|
/frameworks/base/tools/hoststubgen/hoststubgen/ |
D | Android.bp | 10 // Visibility only for ravenwood prototype uses. 20 // Visibility only for ravenwood prototype uses. 30 // Visibility only for ravenwood prototype uses. 41 // This is only for the prototype. The productionized version is "ravenwood-annotations". 132 // This is only for the prototype. The productionized version is "ravenwood-standard-options".
|
/frameworks/hardware/interfaces/vr/composer/1.0/ |
D | IVrComposerClient.hal | 62 * SET_LAYER_INFO has this pseudo prototype 84 * SET_CLIENT_TARGET_METADATA has this pseudo prototype 97 * SET_LAYER_BUFFER_METADATA has this pseudo prototype
|
/frameworks/hardware/interfaces/vr/composer/2.0/ |
D | IVrComposerClient.hal | 62 * SET_LAYER_INFO has this pseudo prototype 84 * SET_CLIENT_TARGET_METADATA has this pseudo prototype 97 * SET_LAYER_BUFFER_METADATA has this pseudo prototype
|
/frameworks/base/libs/hwui/private/hwui/ |
D | WebViewFunctor.h | 102 ANDROID_API int WebViewFunctor_create(void* data, const WebViewFunctorCallbacks& prototype, RenderM…
|
/frameworks/base/libs/hwui/ |
D | WebViewFunctorManager.cpp | 72 int WebViewFunctor_create(void* data, const WebViewFunctorCallbacks& prototype, in WebViewFunctor_create() argument 83 return WebViewFunctorManager::instance().createFunctor(data, prototype, functorMode); in WebViewFunctor_create()
|
/frameworks/base/tools/preload/ |
D | sorttable.js | 457 Function.prototype.forEach = function(object, block, context) { 459 if (typeof this.prototype[key] == "undefined") {
|
/frameworks/base/packages/SystemUI/docs/ |
D | plugins.md | 4 Plugins provide an easy way to rapidly prototype SystemUI features. Plugins are APKs that will be … 6 …master and only on the devices which need to use the prototype. You can distribute early prototyp…
|
/frameworks/compile/libbcc/ |
D | README.rst | 190 argument in the function prototype, float2.x will go into r0, and float2.y,
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 570 # the prototype and the implementation of a member function even if there is 573 # accept a match between prototype and implementation in such cases. 940 # source code will show a tooltip with additional information such as prototype,
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 605 # the prototype and the implementation of a member function even if there is 608 # accept a match between prototype and implementation in such cases. 984 # source code will show a tooltip with additional information such as prototype,
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile | 614 # the prototype and the implementation of a member function even if there is 617 # accept a match between prototype and implementation in such cases. 1034 # source code will show a tooltip with additional information such as prototype,
|
/frameworks/native/docs/ |
D | Doxyfile | 525 # match between the prototype and the implementation of a member function even 528 # will still accept a match between prototype and implementation in such cases.
|