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

1 2

  /external/chromium/chrome/browser/history/
visit_tracker.h 19 // transition type properly.
40 // Returns the visit ID for the transition given information about the visit
46 struct Transition {
51 typedef std::vector<Transition> TransitionList;
54 // Expires oldish items in the given transition list. This keeps the list
  /external/chromium_org/chrome/browser/history/
visit_tracker.h 18 // transition type properly.
39 // Returns the visit ID for the transition given information about the visit
45 struct Transition {
50 typedef std::vector<Transition> TransitionList;
53 // Expires oldish items in the given transition list. This keeps the list
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
Transition.java 30 /** A generic transition between any two state machine states. It defines
37 public class Transition implements Comparable {
38 /** What label must be consumed to transition to target */
41 /** The target of this transition */
44 public Transition(Label label, State target) {
49 public Transition(int label, State target) {
71 Transition other = (Transition)o;
77 Transition other = (Transition)o
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayApply.h 26 enum Transition {
89 Transition transition; member in class:SkApply
  /external/chromium_org/ui/app_list/
pagination_model.h 29 // Holds info for transition animation and touch scroll.
30 struct Transition {
31 Transition(int target_page, double progress)
36 bool Equals(const Transition& rhs) const {
40 // Target page for the transition or -1 if there is no target page. For
56 // Selects a page. |animate| is true if the transition should be animated.
62 void SetTransition(const Transition& transition);
65 // Starts a scroll transition. If there is a running transition animation
86 const Transition& transition() const { return transition_; } function in class:app_list::PaginationModel
    [all...]
  /external/skia/src/animator/
SkDisplayApply.h 26 enum Transition {
89 Transition transition; member in class:SkApply
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractService.java 44 private final Transition startup = new Transition();
45 private final Transition shutdown = new Transition();
139 * started. It will cause the service to transition from {@link
168 * stopped. It will cause the service to transition from {@link
192 * Invoke this method to transition the service to the
245 private class Transition extends AbstractFuture<State> {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
StateManager.java 63 StateTransitionAnimation.Transition.Incoming);
93 StateTransitionAnimation.Transition.Incoming);
211 StateTransitionAnimation.Transition.Outgoing);
238 StateTransitionAnimation.Transition.Incoming);
  /frameworks/base/media/java/android/media/videoeditor/
Transition.java 38 * Adding a transition between MediaItems makes the
39 * duration of the storyboard shorter by the duration of the Transition itself.
40 * As a result, if the duration of the transition is larger than the smaller
41 * duration of the two MediaItems associated with the Transition, an exception
44 * During a transition, the audio track are cross-fading
47 public abstract class Transition {
49 * The transition behavior
53 /** The transition starts slowly and speed up */
55 /** The transition start fast and speed down */
57 /** The transition speed is constant *
    [all...]
  /frameworks/base/services/input/
PointerController.h 68 enum Transition {
76 virtual void fade(Transition transition) = 0;
82 virtual void unfade(Transition transition) = 0;
165 virtual void fade(Transition transition);
166 virtual void unfade(Transition transition);
  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
StateTransitionAnimation.java 77 private static Spec specForTransition(Transition t) {
92 public static enum Transition { None, Outgoing, Incoming, PhotoIncoming }
103 public StateTransitionAnimation(Transition t, RawTexture oldScreen) {
  /external/chromium_org/third_party/icu/source/i18n/
rbtz.cpp 23 * A struct representing a time zone transition
25 struct Transition {
167 // Build the transition array which represents historical time zone
229 // Check if one of final rules has earlier transition date
257 Transition *trst = (Transition*)uprv_malloc(sizeof(Transition));
280 // Append the first transition for each
291 Transition *final0 = (Transition*)uprv_malloc(sizeof(Transition))
    [all...]
  /external/icu4c/i18n/
rbtz.cpp 24 * A struct representing a time zone transition
26 struct Transition {
187 // Build the transition array which represents historical time zone
249 // Check if one of final rules has earlier transition date
277 Transition *trst = (Transition*)uprv_malloc(sizeof(Transition));
300 // Append the first transition for each
311 Transition *final0 = (Transition*)uprv_malloc(sizeof(Transition))
    [all...]
  /external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h 248 StateId Transition(const vector<Label> &context, Label future) const;
563 inline typename A::StateId NGramFstImpl<A>::Transition(
824 arc_.nextstate = fst_.GetImpl()->Transition(inst_.context_, label);
895 impl_->Transition(inst_.context_,
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp 121 // A transition from one ZoneType to another
123 struct Transition {
126 Transition(int64_t _time, int32_t _type) {
164 vector<Transition> transitions;
334 // Used temporarily to store transition times and types. We need
340 // Read transition times
349 // Read transition types
370 // Preserve the latest transition before the 32bit minimum time
374 // Skipping the rest of the transition data. We cannot put such
379 info.transitions.push_back(Transition(transitionTimes[i], transitionTypes[i]))
    [all...]
  /external/icu4c/tools/tzcode/
tz2icu.cpp 121 // A transition from one ZoneType to another
123 struct Transition {
126 Transition(int64_t _time, int32_t _type) {
164 vector<Transition> transitions;
334 // Used temporarily to store transition times and types. We need
340 // Read transition times
349 // Read transition types
370 // Preserve the latest transition before the 32bit minimum time
374 // Skipping the rest of the transition data. We cannot put such
379 info.transitions.push_back(Transition(transitionTimes[i], transitionTypes[i]))
    [all...]
  /frameworks/base/core/java/android/transition/
Transition.java 17 package android.transition;
38 * A Transition holds information about animations that will be run on its
41 * perform custom animations themselves. Any Transition has two main jobs:
43 * captured property values. A custom transition knows what property values
45 * changes to those values. For example, the {@link Fade} transition tracks
59 * <p>Transitions can be declared in XML resource files inside the <code>res/transition</code>
60 * directory. Transition resources consist of a tag name for one of the Transition
61 * subclasses along with attributes to define some of the attributes of that transition.
62 * For example, here is a minimal resource file that declares a {@link ChangeBounds} transition:</p
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaLinearLayout.java 32 import android.media.videoeditor.Transition;
79 // Transition duration limits
320 * The transition action mode handler.
325 public TransitionActionModeCallback(MovieTransition transition) {
326 mTransition = transition;
557 // Invalidate all progress in case the transition generation or
617 * Clears existing media or transition items and adds all given media items.
653 if (cc > 5) { // There is a previous view (transition or media item)
656 // Do not add transition if it already exists
706 // Remove the transition following the media ite
973 final MovieTransition transition = mProject.getTransition(transitionId); local
1068 final MovieTransition transition = (MovieTransition)tag; local
1242 final MovieTransition transition = (MovieTransition)tag; local
1352 final MovieTransition transition = (MovieTransition) tag; local
1500 final MovieTransition transition = mProject.getTransition( typedefs
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 

Completed in 1787 milliseconds

1 2