Searched defs:props (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DTweener.java64 ArrayList<PropertyValuesHolder> props = new ArrayList<PropertyValuesHolder>(vars.length/2);
84 props.add(PropertyValuesHolder.ofFloat(key,
87 props.add(PropertyValuesHolder.ofInt(key,
91 props.add(PropertyValuesHolder.ofFloat(key, floatValue));
103 props.toArray(new PropertyValuesHolder[props.size()]));
109 replace(props, object); // Cancel all animators for given object
163 private static void replace(ArrayList<PropertyValuesHolder> props, Object... args) { argument
168 if (props != null) {
170 props
[all...]
/frameworks/native/cmds/dumpstate/
H A Dutils.c245 static char* props[2000]; variable
249 if (num_props < sizeof(props) / sizeof(props[0])) {
252 props[num_props++] = strdup(buf);
265 qsort(&props, num_props, sizeof(props[0]), compare_prop);
269 fputs(props[i], stdout);
270 free(props[i]);
/frameworks/support/renderscript/v8/rs_support/
H A DrsContext.h130 } props; member in class:android::renderscript::Context
/frameworks/av/media/mtp/
H A DMtpDevice.cpp254 MtpObjectPropertyList* props = getObjectPropsSupported(format); local
255 if (props) {
256 for (int j = 0; j < props->size(); j++) {
257 MtpObjectProperty prop = (*props)[j];
/frameworks/rs/
H A DrsContext.h190 } props; member in class:android::renderscript::Context

Completed in 313 milliseconds