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

  /cts/tools/signature-tools/src/signature/compare/
Main.java 94 String toType = args[++at];
143 IApi toApi = getApi(toType, nameTo, toFiles, packages);
  /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() {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLength.h 106 SVGLengthType toType = unitType();
110 || toType == LengthTypeUnknown
111 || (!from.isZero() && fromType != LengthTypePercentage && toType == LengthTypePercentage)
112 || (!isZero() && fromType == LengthTypePercentage && toType != LengthTypePercentage)
113 || (!from.isZero() && !isZero() && (fromType == LengthTypeEMS || fromType == LengthTypeEXS) && fromType != toType))
119 if (fromType == LengthTypePercentage || toType == LengthTypePercentage) {
128 if (fromType == toType || from.isZero() || isZero() || fromType == LengthTypeEMS || fromType == LengthTypeEXS) {
134 length.newValueSpecifiedUnits(toType, WebCore::blend(fromValue, toValue, progress), es);
148 float fromValue = nonRelativeLengthContext.convertValueFromUserUnits(fromValueInUserUnits, unitMode(), toType, es);
153 length.newValueSpecifiedUnits(toType, WebCore::blend(fromValue, toValue, progress), es)
    [all...]
  /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...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /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 579 milliseconds