Home
last modified time | relevance | path

Searched defs:phase (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DDashPathEffect.java34 public DashPathEffect(float intervals[], float phase) { in DashPathEffect()
41 private static native int nativeCreate(float intervals[], float phase); in nativeCreate()
DPathDashPathEffect.java42 public PathDashPathEffect(Path shape, float advance, float phase, in PathDashPathEffect()
49 float phase, int native_style); in nativeCreate()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DDashPathEffect_Delegate.java76 /*package*/ static int nativeCreate(float intervals[], float phase) { in nativeCreate()
83 private DashPathEffect_Delegate(float intervals[], float phase) { in DashPathEffect_Delegate()
DPathDashPathEffect_Delegate.java65 /*package*/ static int nativeCreate(int native_path, float advance, float phase, in nativeCreate()
/frameworks/native/services/surfaceflinger/
DDispSync.cpp72 void updateModel(nsecs_t period, nsecs_t phase) { in updateModel()
155 status_t addEventListener(nsecs_t phase, const sp<DispSync::Callback>& callback) { in addEventListener()
258 nsecs_t phase = mPhase + listener.mPhase; in computeListenerNextEventTimeLocked() local
391 status_t DispSync::addEventListener(nsecs_t phase, in addEventListener()
/frameworks/base/core/jni/android/graphics/
DPathEffect.cpp29 jfloatArray intervalArray, float phase) { in Dash_constructor()
43 const SkPath* shape, float advance, float phase, int style) { in OneD_constructor()
/frameworks/av/services/audioflinger/
DAudioResamplerSinc.cpp638 int32_t* out, uint32_t phase, const int16_t *samples, uint32_t vRL) in filterCoefficient()
/frameworks/av/media/libstagefright/chromium_http/
Dsupport.cpp219 EventPhase phase, in AddEntry()
/frameworks/base/tools/aapt/
DResourceTable.cpp1685 for (size_t phase=0; phase<2; phase++) { in addIncludedResources() local