/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...] |
BindingEdge.java | 42 public BindingEdge(NodeId fromId, NodeId toId, Type type) { 43 super(fromId, toId); 64 return "BindingEdge{fromId=" + getFromId() + " toId=" + getToId() + " type=" + type + "}"; 67 @Override public Edge copy(NodeId fromId, NodeId toId) { 68 return new BindingEdge(fromId, toId, type);
|
DependencyEdge.java | 36 public DependencyEdge(NodeId fromId, NodeId toId, InjectionPoint injectionPoint) { 37 super(fromId, toId); 58 return "DependencyEdge{fromId=" + getFromId() + " toId=" + getToId() 62 @Override public Edge copy(NodeId fromId, NodeId toId) { 63 return new DependencyEdge(fromId, toId, injectionPoint);
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
SmsBroadcastConfigInfo.java | 47 public SmsBroadcastConfigInfo(int fromId, int toId, int fromScheme, 50 mToServiceId = toId;
|
/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/base/core/java/android/transition/ |
TransitionInflater.java | 328 int toId = a.getResourceId(R.styleable.TransitionManager_toScene, -1); 329 Scene toScene = (toId < 0) ? null : Scene.getSceneForLayout(sceneRoot, toId, mContext);
|
/frameworks/support/transition/src/main/java/androidx/transition/ |
TransitionInflater.java | 317 int toId = TypedArrayUtils.getNamedResourceId(a, parser, "toScene", 319 Scene toScene = (toId < 0) ? null : Scene.getSceneForLayout(sceneRoot, toId, mContext);
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
XLocaleDistance.java | 258 public V toId(K source); 298 public Integer toId(T source) { 780 final String desiredPartition = regionMapper.toId(desiredRegion); 781 final String supportedPartition = regionMapper.toId(supportedRegion); [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
XLocaleDistance.java | 254 public V toId(K source); 294 public Integer toId(T source) { 776 final String desiredPartition = regionMapper.toId(desiredRegion); 777 final String supportedPartition = regionMapper.toId(supportedRegion); [all...] |
/frameworks/base/core/java/android/animation/ |
AnimatorSet.java | [all...] |
/prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/ |
aether-util-0.9.0.M2.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 | |
/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 | |
/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.core.resources_3.10.0.v20150423-0755.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/misc/common/robolectric/android-all/ |
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 | |
android-all-6.0.0_r1-robolectric-0.jar | |
/prebuilts/sdk/28/ |
android.jar | |