HomeSort by relevance Sort by last modified time
    Searched refs:toType (Results 1 - 14 of 14) sorted by null

  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 210 int toType = hasTo ? tvTo.type : 0;
214 (hasTo && (toType >= TypedValue.TYPE_FIRST_COLOR_INT) &&
215 (toType <= TypedValue.TYPE_LAST_COLOR_INT))) {
231 if (toType == TypedValue.TYPE_DIMENSION) {
241 if (toType == TypedValue.TYPE_DIMENSION) {
261 if (toType == TypedValue.TYPE_DIMENSION) {
263 } else if ((toType >= TypedValue.TYPE_FIRST_COLOR_INT) &&
264 (toType <= TypedValue.TYPE_LAST_COLOR_INT)) {
275 if (toType == TypedValue.TYPE_DIMENSION) {
277 } else if ((toType >= TypedValue.TYPE_FIRST_COLOR_INT) &
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieEffect.java 62 mType = toType(effect);
147 private static int toType(Effect effect) {
MovieTransition.java 80 mType = toType();
102 mType = toType();
126 mType = toType();
152 mType = toType();
285 private int toType() {
  /cts/tools/signature-tools/src/signature/compare/
Main.java 94 String toType = args[++at];
143 IApi toApi = getApi(toType, nameTo, toFiles, packages);
  /external/webkit/Source/WebCore/svg/
SVGPathBlender.cpp 262 static inline bool isSegmentEqual(const SVGPathSegType& fromType, const SVGPathSegType& toType, const PathCoordinateMode& fromMode, const PathCoordinateMode& toMode)
264 if (fromType == toType && (fromType == PathSegUnknown || fromType == PathSegClosePath))
268 unsigned short to = toType;
  /external/skia/src/animator/
SkScript.cpp 343 bool SkScriptEngine::convertTo(SkDisplayTypes toType, SkScriptValue* value ) {
345 if (type == toType)
349 if (ToOpType(toType) == kString) {
364 return convertTo(toType, value);
366 return ConvertTo(this, toType, value);
    [all...]
SkScriptTokenizer.cpp 155 SkOperand2::OpType toType, SkScriptEngine2::TypeOp op) {
156 if (value->fIsConstant == SkScriptValue2::kConstant && convertTo(toType, value))
161 value->fType = toType;
346 bool SkScriptEngine2::convertTo(SkOperand2::OpType toType, SkScriptValue2* value ) {
348 if (type == toType)
353 return convertTo(toType, value);
355 return ConvertTo(this, toType, value);
    [all...]
SkScript.h 91 static bool ConvertTo(SkScriptEngine* , SkDisplayTypes toType, SkScriptValue* value);
SkScript2.h 53 static bool ConvertTo(SkScriptEngine2* , SkOperand2::OpType toType, SkScriptValue2* value);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
  /libcore/luni/src/main/java/java/sql/
DatabaseMetaData.java     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
VertexDataManager.cpp 385 template <GLenum fromType, bool normalized, unsigned int toType>
386 struct ConversionRule : gl::Cast<typename GLToCType<fromType>::type, typename D3DToCType<toType>::type>
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 168 public boolean supportsConvert(int fromType, int toType)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 

Completed in 249 milliseconds