Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DPathEffects.java40 private static PathEffect makeDash(float phase) { in makeDash()
44 private static void makeEffects(PathEffect[] e, float phase) { in makeEffects()
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
DSawOscillatorDPW.java43 float phase = incrementWrapPhase(); in render() local
DSineOscillator.java50 float phase = incrementWrapPhase(); in render() local
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
DSawOscillatorDPW.java43 float phase = incrementWrapPhase(); in render() local
DSineOscillator.java50 float phase = incrementWrapPhase(); in render() local
/development/tools/checkcolor/src/main/java/com/google/checkcolor/lint/
DHardcodedColorDetector.java144 final int phase = context.getPhase(); in visitElement() local