Searched refs:phase (Results 1 - 3 of 3) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DPathEffects.java40 private static PathEffect makeDash(float phase) { argument
41 return new DashPathEffect(new float[] { 15, 5, 8, 5 }, phase);
44 private static void makeEffects(PathEffect[] e, float phase) { argument
47 e[2] = new DashPathEffect(new float[] {10, 5, 5, 5}, phase);
48 e[3] = new PathDashPathEffect(makePathDash(), 12, phase,
/development/tools/emulator/system/qemud/
H A Dqemud.c568 int phase = 0; local
571 for (phase = 0; phase < 2; phase++) {
572 if (phase != 0) {
581 if (phase != 0) {
589 if (phase != 0)
597 if (phase != 0) {
604 if (phase != 0) {
611 if (phase !
[all...]
/development/ndk/platforms/android-3/include/linux/
H A Dinput.h661 __u16 phase; member in struct:ff_periodic_effect

Completed in 122 milliseconds