Searched refs:transitions (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/transition/
H A DTransitionUtils.java53 public static Transition mergeTransitions(Transition... transitions) { argument
56 for (int i = 0; i < transitions.length; i++) {
57 if (transitions[i] != null) {
68 return transitions[nonNullIndex];
72 for (int i = 0; i < transitions.length; i++) {
73 if (transitions[i] != null) {
74 transitionSet.addTransition(transitions[i]);
H A DTransitionManager.java30 * This class manages the set of transitions that fire when there is a
34 * transitions for scene changes is not required; by default, a Scene change
36 * situations. Specifying other transitions for particular scene changes is
46 * transitions:</p>
58 * Information on XML resource descriptions for transitions can be found for
208 ArrayMap<ViewGroup, ArrayList<Transition>> transitions =
211 transitions);
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneInfo.java203 int[] transitions = null;
205 transitions = new int[NUM_OF_TRANSITIONS];
211 transitions[numOfTransitions++] = objTransitions[i];
217 return transitions;
337 " same dst, same transitions:\n" + this.toString() + "\n" + other.toString());
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs443 <a href="<?cs var:toroot?>training/transitions/index.html"
445 "How to animate state changes in a view hierarchy using transitions."
449 <li><a href="<?cs var:toroot ?>training/transitions/overview.html">
453 <li><a href="<?cs var:toroot ?>training/transitions/scenes.html">
457 <li><a href="<?cs var:toroot ?>training/transitions/transitions.html">
461 <li><a href="<?cs var:toroot ?>training/transitions/custom-transitions.html">
/frameworks/base/tools/aapt/
H A DResource.cpp1177 sp<ResourceTypeSet> transitions; local
1212 !applyFileOverlay(bundle, assets, &transitions, "transition") ||
1272 if (transitions != NULL) {
1273 err = makeFileResources(bundle, assets, &table, transitions, "transition");
1421 if (transitions != NULL) {
1422 ResourceDirIterator it(transitions, String8("transition"));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java2647 private int computeBarMode(int oldVis, int newVis, BarTransitions transitions, argument
2676 private void checkBarMode(int mode, int windowState, BarTransitions transitions) { argument
2683 transitions.transitionTo(mode, anim);
3036 private static void dumpBarTransitions(PrintWriter pw, String var, BarTransitions transitions) { argument
3038 pw.println(BarTransitions.modeToString(transitions.getMode()));
3349 // Some transitions like mVisibleToUser=false -> mVisibleToUser=true don't
3907 // Other transitions are covered in handleVisibleToUserChanged().
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsLocationProvider.java2217 private static native boolean native_resume_geofence(int geofenceId, int transitions); argument

Completed in 187 milliseconds