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

  /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/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/skia/legacy/src/animator/
SkDisplayApply.h 26 enum Transition {
89 Transition transition; member in class:SkApply
  /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 64 StateTransitionAnimation.Transition.Incoming);
98 StateTransitionAnimation.Transition.Incoming);
216 StateTransitionAnimation.Transition.Outgoing);
243 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/icu4c/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/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/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...]
  /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/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /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 
lint_api.jar 
lint_checks.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 1663 milliseconds