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

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
ChromaFormat.java 44 public static ChromaFormat fromId(int id) {
  /external/srec/tools/grxmlcompile/
netw_arc.h 53 fromId= from;
67 fromId= arcsrc->fromId;
81 if (arcsrc->fromId == startId && newStartId >= 0)
82 fromId= newStartId;
84 fromId= arcsrc->fromId + offset;
99 fromId= Id;
142 int GetFromId() { return fromId; };
174 if (fromId > test->fromId
    [all...]
sub_base.cpp 293 int ii, fromId, toId;
296 fromId= arc[ii]->GetFromId();
297 if (fromId >= 0)
298 if (equivMap[fromId] != fromId)
  /frameworks/base/core/java/android/transition/
TransitionInflater.java 320 int fromId = a.getResourceId(R.styleable.TransitionManager_fromScene, -1);
321 Scene fromScene = (fromId < 0) ? null: Scene.getSceneForLayout(sceneRoot, fromId, mContext);
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedStateListDrawable.java 121 * @param fromId Unique identifier of the starting keyframe
126 public <T extends Drawable & Animatable> void addTransition(int fromId, int toId,
132 mState.addTransition(fromId, toId, transition, reversible);
189 final int fromId = state.getKeyframeIdAt(fromIndex);
191 if (toId == 0 || fromId == 0) {
196 final int transitionIndex = state.indexOfTransition(fromId, toId);
202 boolean hasReversibleFlag = state.transitionHasReversibleFlag(fromId, toId);
210 final boolean reversed = state.isTransitionReversed(fromId, toId);
215 final boolean reversed = state.isTransitionReversed(fromId, toId);
466 final int fromId = a.getResourceId
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java     [all...]
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 739 milliseconds