Searched refs:stuff (Results 1 - 4 of 4) sorted by relevance

/packages/screensavers/WebView/src/com/android/dreams/web/
H A DSetURL.java31 public void onCreate(Bundle stuff) { argument
32 super.onCreate(stuff);
H A DSetURLInteractive.java31 public void onCreate(Bundle stuff) { argument
32 super.onCreate(stuff);
/packages/apps/Gallery2/jni/filters/
H A DredEyeMath.c104 void stuff(int r, int g, int b, unsigned char *img, int off) { function
155 stuff(r / 2, g / 2, b / 2, dest, p);
157 stuff((2 * r) / 3, (2 * g) / 3, (2 * b) / 3, dest, p);
161 stuff(r, g, b, dest, p);
/packages/apps/Email/
H A DAndroid.mk72 # only include rules to build other stuff for the original package, not the derived package.

Completed in 123 milliseconds