HomeSort by relevance Sort by last modified time
    Searched refs:mPhase (Results 1 - 6 of 6) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DashPathEffect_Delegate.java 47 private final float mPhase;
59 mPhase);
86 mPhase = phase;
  /frameworks/av/cmds/stagefright/
SineSource.cpp 16 mPhase(0),
33 mPhase = 0;
78 double x = mPhase * k;
91 kKeyTime, ((int64_t)mPhase * 1000000) / mSampleRate);
93 mPhase += numFramesPerBuffer;
SineSource.h 32 size_t mPhase;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PathEffects.java 38 private float mPhase;
79 makeEffects(mEffects, mPhase);
80 mPhase += 1;
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /prebuilts/sdk/tools/lib/
lint_api.jar 

Completed in 148 milliseconds