Home
last modified time | relevance | path

Searched refs:phase (Results 1 – 13 of 13) 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/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/base/services/audioflinger/
DAudioResamplerSinc.cpp305 int32_t& l, int32_t& r, uint32_t phase, int16_t const *samples) in filterCoefficient() argument
309 uint32_t indexP = (phase & cMask) >> cShift; in filterCoefficient()
310 uint16_t lerpP = (phase & pMask) >> pShift; in filterCoefficient()
311 uint32_t indexN = (-phase & cMask) >> cShift; in filterCoefficient()
312 uint16_t lerpN = (-phase & pMask) >> pShift; in filterCoefficient()
DAudioResamplerSinc.h47 int32_t& l, int32_t& r, uint32_t phase, int16_t const *samples);
/frameworks/base/docs/html/guide/developing/
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/base/media/libstagefright/chromium_http/
Dsupport.h41 EventPhase phase,
Dsupport.cpp136 EventPhase phase, in AddEntry() argument
144 EventPhaseToString(phase)).c_str()); in AddEntry()
/frameworks/base/docs/html/guide/practices/design/
Dresponsiveness.jd135 <li>If your application has a time-consuming initial setup phase, consider
/frameworks/base/tools/aapt/
DResourceTable.cpp1579 for (size_t phase=0; phase<2; phase++) { in addIncludedResources() local
1586 if (phase != 0) { in addIncludedResources()
/frameworks/base/docs/html/guide/publishing/
Dpublishing_overview.jd58 <strong>Figure 1.</strong> Publishing is the last phase of the Android <a