Home
last modified time | relevance | path

Searched defs:prototype (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DEventDispatcher.java91 MotionEvent prototype, in sendMotionEvent()
267 void sendDownForAllNotInjectedPointers(MotionEvent prototype, int policyFlags) { in sendDownForAllNotInjectedPointers()
297 void sendDownForAllNotInjectedPointersWithOriginalDown(MotionEvent prototype, int policyFlags) { in sendDownForAllNotInjectedPointersWithOriginalDown()
318 private MotionEvent computeInjectionDownEvent(MotionEvent prototype) { in computeInjectionDownEvent()
368 void sendUpForInjectedDownPointers(MotionEvent prototype, int policyFlags) { in sendUpForInjectedDownPointers()
470 MotionEvent prototype, in sendActionDownAndUp()
DTouchExplorer.java1369 MotionEvent prototype, MotionEvent rawEvent, int pointerIdBits, int policyFlags) { in post()
/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp46 Stub* prototype = findPrototype(pReloc, pReloc.place(), pTargetSymValue); in create() local
83 Stub* prototype = findPrototype(pFragRef); in create() local
/frameworks/base/startop/view_compiler/
Ddex_builder.cc298 MethodBuilder ClassBuilder::CreateMethod(const std::string& name, Prototype prototype) { in CreateMethod()
483 const auto& prototype = dex_->GetPrototypeByMethodId(instruction.index_argument()); in EncodeInvoke() local
659 Prototype prototype) { in GetOrDeclareMethod()
695 ir::Proto* DexBuilder::GetOrEncodeProto(Prototype prototype) { in GetOrEncodeProto()
Ddex_builder.h588 Prototype prototype; member
/frameworks/compile/mclinker/include/mcld/LD/
DBranchIsland.h113 const Stub* prototype() const { return m_pPrototype; } in prototype() function
/frameworks/base/core/java/android/print/
DPrintDocumentInfo.java140 private PrintDocumentInfo(@NonNull PrintDocumentInfo prototype) { in PrintDocumentInfo()
DPrinterCapabilitiesInfo.java81 public PrinterCapabilitiesInfo(PrinterCapabilitiesInfo prototype) { in PrinterCapabilitiesInfo() method in PrinterCapabilitiesInfo
DPrintJobInfo.java791 public Builder(@Nullable PrintJobInfo prototype) { in Builder()
/frameworks/base/libs/hwui/
DWebViewFunctorManager.cpp71 int WebViewFunctor_create(void* data, const WebViewFunctorCallbacks& prototype, in WebViewFunctor_create()