Lines Matching defs:add

214     // removing them from parents to add them to overlays.
547 mStartValuesList.add(start);
548 mEndValuesList.add(end);
571 mStartValuesList.add(startValues);
572 mEndValuesList.add(endValues);
598 mStartValuesList.add(startValues);
599 mEndValuesList.add(endValues);
625 mStartValuesList.add(startValues);
626 mEndValuesList.add(endValues);
645 mStartValuesList.add(start);
646 mEndValuesList.add(null);
654 mEndValuesList.add(end);
655 mStartValuesList.add(null);
786 mAnimators.add(animator);
897 mCurrentAnimators.add(animation);
996 mTargets.add(target);
1021 mTargetIds.add(targetId);
1048 mTargetNames.add(targetName);
1078 mTargetTypes.add(targetType);
1159 list = ArrayListManager.add(list, target);
1168 * Whether to add the given target to the list of targets to exclude from this
1180 * @param exclude Whether to add the target to or remove the target from the
1194 * Whether to add the given id to the list of target ids to exclude from this
1206 * @param exclude Whether to add the target to or remove the target from the
1220 * Whether to add the given transitionName to the list of target transitionNames to exclude
1232 * @param exclude Whether to add the target to or remove the target from the
1246 * Whether to add the children of given target to the list of target children
1258 * @param exclude Whether to add the target to or remove the target from the
1272 * Whether to add the children of the given id to the list of targets to exclude
1288 * @param exclude Whether to add the target to or remove the target from the
1308 list = ArrayListManager.add(list, targetId);
1323 list = ArrayListManager.add(list, target);
1332 * Whether to add the given type to the list of types to exclude from this
1344 * @param exclude Whether to add the target type to or remove it from the
1358 * Whether to add the given type to the list of types whose children should
1371 * @param exclude Whether to add the target type to or remove it from the
1391 list = ArrayListManager.add(list, type);
1481 values.mTargetedTransitions.add(this);
1499 values.mTargetedTransitions.add(this);
1515 overriddenViews.add(mStartValues.mNameValues.remove(fromName));
1622 values.mTargetedTransitions.add(this);
2034 mListeners.add(listener);
2372 * all of that functionality into simple add()/remove() methods which perform the
2386 static <T> ArrayList<T> add(ArrayList<T> list, T item) {
2391 list.add(item);