Home
last modified time | relevance | path

Searched refs:phase (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DDashPathEffect_Delegate.java76 /*package*/ static int nativeCreate(float intervals[], float phase) { in nativeCreate() argument
77 DashPathEffect_Delegate newDelegate = new DashPathEffect_Delegate(intervals, phase); in nativeCreate()
83 private DashPathEffect_Delegate(float intervals[], float phase) { in DashPathEffect_Delegate() argument
86 mPhase = phase; in DashPathEffect_Delegate()
DPathDashPathEffect_Delegate.java65 /*package*/ static int nativeCreate(int native_path, float advance, float phase, in nativeCreate() argument
/frameworks/base/graphics/java/android/graphics/
DDashPathEffect.java34 public DashPathEffect(float intervals[], float phase) { in DashPathEffect() argument
38 native_instance = nativeCreate(intervals, phase); in DashPathEffect()
41 private static native int nativeCreate(float intervals[], float phase); in nativeCreate() argument
DPathDashPathEffect.java42 public PathDashPathEffect(Path shape, float advance, float phase, in PathDashPathEffect() argument
44 native_instance = nativeCreate(shape.ni(), advance, phase, in PathDashPathEffect()
49 float phase, int native_style); in nativeCreate() argument
/frameworks/native/services/surfaceflinger/
DDispSync.cpp72 void updateModel(nsecs_t period, nsecs_t phase) { in updateModel() argument
75 mPhase = phase; in updateModel()
155 status_t addEventListener(nsecs_t phase, const sp<DispSync::Callback>& callback) { in addEventListener() argument
165 listener.mPhase = phase; in addEventListener()
258 nsecs_t phase = mPhase + listener.mPhase; in computeListenerNextEventTimeLocked() local
259 nsecs_t t = (((ref - phase) / mPeriod) + 1) * mPeriod + phase; in computeListenerNextEventTimeLocked()
391 status_t DispSync::addEventListener(nsecs_t phase, in addEventListener() argument
395 return mThread->addEventListener(phase, callback); in addEventListener()
DDispSync.h95 status_t addEventListener(nsecs_t phase, const sp<Callback>& callback);
/frameworks/base/core/jni/android/graphics/
DPathEffect.cpp29 jfloatArray intervalArray, float phase) { in Dash_constructor() argument
39 return new SkDashPathEffect(intervals, count, SkFloatToScalar(phase)); in Dash_constructor()
43 const SkPath* shape, float advance, float phase, int style) { in OneD_constructor() argument
46 SkFloatToScalar(phase), (SkPath1DPathEffect::Style)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() argument
649 uint32_t indexP = ( phase & c.cMask) >> c.cShift; in filterCoefficient()
650 uint32_t lerpP = ( phase & c.pMask) >> c.pShift; in filterCoefficient()
651 uint32_t indexN = ((ONE-phase) & c.cMask) >> c.cShift; in filterCoefficient()
652 uint32_t lerpN = ((ONE-phase) & c.pMask) >> c.pShift; in filterCoefficient()
DAudioResamplerSinc.h55 int32_t* out, uint32_t phase, const int16_t *samples, uint32_t vRL);
/frameworks/base/docs/html/tools/
Dworkflow.jd28 <p>During this phase you install and set up your development environment. You also create
36 <p>During this phase you set up and develop your Android project, which contains all of the
41 <p>During this phase you build your project into a debuggable <code>.apk</code> package that you
57 <p>During this phase you configure and build your application for release and distribute your
/frameworks/base/docs/html/tools/workflow/
Dindex.jd28 <p>During this phase you install and set up your development environment. You also create
36 <p>During this phase you set up and develop your Android project, which contains all of the
41 <p>During this phase you build your project into a debuggable <code>.apk</code> package that you
57 <p>During this phase you configure and build your application for release and distribute your
/frameworks/av/media/libstagefright/chromium_http/
Dsupport.h46 EventPhase phase,
Dsupport.cpp219 EventPhase phase, in AddEntry() argument
227 EventPhaseToString(phase)).c_str()); in AddEntry()
/frameworks/base/docs/html/training/efficient-downloads/
Dregular_updates.jd55 <p>When scheduling updates, use inexact repeating alarms that allow the system to "phase shift" the…
63 <p>If several alarms are scheduled to trigger at similar times, this phase-shifting will cause them…
Defficient-network-access.jd118 … and create a pending transfer queue. Done correctly, you can effectively phase-shift transfers th…
/frameworks/base/docs/html/training/gestures/
Dscroll.jd164 // Initiates the decay phase of any active edge effects.
182 // Initiates the decay phase of any active edge effects.
/frameworks/base/docs/html/training/articles/
Dperf-anr.jd190 <li>If your application has a time-consuming initial setup phase, consider
/frameworks/base/tools/aapt/
DResourceTable.cpp1685 for (size_t phase=0; phase<2; phase++) { in addIncludedResources() local
1692 if (phase != 0) { in addIncludedResources()
/frameworks/base/docs/html/tools/publishing/
Dpublishing_overview.jd51 <strong>Figure 1.</strong> Publishing is the last phase of the Android <a
/frameworks/base/docs/html/distribute/googleplay/publish/
Dlocalizing.jd308 the key phase of localization, and it's the one that requires the most care and