HomeSort by relevance Sort by last modified time
    Searched defs:toId (Results 1 - 25 of 31) sorted by null

1 2

  /external/guice/extensions/grapher/src/com/google/inject/grapher/
Alias.java 28 private final NodeId toId;
30 public Alias(NodeId fromId, NodeId toId) {
32 this.toId = toId;
40 return toId;
Edge.java 29 private final NodeId toId;
31 protected Edge(NodeId fromId, NodeId toId) {
33 this.toId = toId;
41 return toId;
49 return Objects.equal(fromId, other.fromId) && Objects.equal(toId, other.toId);
53 return Objects.hashCode(fromId, toId);
60 * @param toId new ID of the 'to' node
63 public abstract Edge copy(NodeId fromId, NodeId toId);
    [all...]
  /frameworks/base/core/java/android/transition/
TransitionInflater.java 326 int toId = a.getResourceId(R.styleable.TransitionManager_toScene, -1);
327 Scene toScene = (toId < 0) ? null : Scene.getSceneForLayout(sceneRoot, toId, mContext);
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedStateListDrawable.java 122 * @param toId Unique identifier of the ending keyframe
126 public <T extends Drawable & Animatable> void addTransition(int fromId, int toId,
132 mState.addTransition(fromId, toId, transition, reversible);
190 final int toId = state.getKeyframeIdAt(toIndex);
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);
469 final int toId = a.getResourceId
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-util-0.9.0.M2.jar 
maven-model-builder-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/
aether-util-0.9.0.M2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/
aether-util-0.9.0.M3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/
aether-util-1.0.2.v20150114.jar 
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model-builder/3.3.9/
maven-model-builder-3.3.9.jar 
  /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 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
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 

Completed in 201 milliseconds

1 2