Searched refs:typedValue (Results 1 - 2 of 2) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTypedValue.java23 @RealObject TypedValue typedValue; field in class:ShadowTypedValue
27 return Float.intBitsToFloat(typedValue.data);
118 return complexToDimension(typedValue.data, metrics);
136 return complexToFraction(typedValue.data, base, pbase);
142 int t = typedValue.type;
144 return typedValue.string;
146 return coerceToString(t, typedValue.data);
192 typedValue.type = other.type;
193 typedValue.string = other.string;
194 typedValue
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 337 milliseconds