/external/chromium/chrome/browser/resources/touch_ntp/ |
newtab.css | 86 -webkit-transition-property: -webkit-transform, opacity, zIndex; 87 -webkit-transition-duration: 200ms; 130 -webkit-transition: none !important; 165 -webkit-transition-property: width, height, margin, -webkit-transform; 166 -webkit-transition-duration: 500ms; 198 -webkit-transition-property: -webkit-transform; 199 -webkit-transition-duration: 500ms;
|
/frameworks/media/libvideoeditor/vss/inc/ |
M4VSS3GPP_API.h | 122 * @brief This enumeration defines the video effect that can be applied during a transition. 130 /* reserved 256 + n */ /**< External transition number n */ 138 * @brief This enumeration defines the audio effect that can be applied during a transition. 153 * and Transition functions 159 /**< Progress of the Effect or the Transition, from 0 to 1000 (one thousand) */ 161 /**< Index of the current clip (first clip in case of a Transition), from 0 to N */ 228 * @param pProgress (IN) Set of information about the video transition progress. 248 * @brief External transition functions implemented by the integrator 253 * The progress of the transition is given, on a scale from 0 to 1000. 265 * @param uiExternalTransitionId (IN) Which transition function should be use [all...] |
M4VSS3GPP_Extended_API.h | 158 * @brief This structure defines the alpha magic transition settings 174 * @brief Defines directions for the slide transition 188 * @brief This structure defines the slide transition settings 200 * @brief This structure defines additional transition settings specific to 201 * xVSS, which are appended to the VSS3GPP transition settings 213 /* only in case of slide transition. */
|
/external/chromium/chrome/browser/history/ |
visit_database.cc | 21 " id,url,visit_time,from_visit,transition,segment_id,is_indexed " 38 "transition INTEGER DEFAULT 0 NOT NULL," 94 visit->transition = PageTransition::FromInt(statement.ColumnInt(4)); 112 "(url, visit_time, from_visit, transition, segment_id, is_indexed) " 123 statement.BindInt64(3, visit->transition); 215 "url=?,visit_time=?,from_visit=?,transition=?,segment_id=?,is_indexed=? " 223 statement.BindInt64(3, visit.transition); 273 PageTransition::Type transition, 281 "AND (transition & ?) == ?" 291 statement.BindInt(3, transition); [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
ApiServiceListener.java | 199 * @param transition The transition inserted at the removal position 204 MovieTransition transition, Exception exception) {} 278 * A new transition was inserted 281 * @param transition The newly added transition 285 public void onTransitionInserted(String projectPath, MovieTransition transition, 289 * A transition was removed 292 * @param transitionId The id of the transition which was removed 299 * A transition duration was change [all...] |
/external/hyphenation/ |
README.hyphen | 71 transition matching the next letter is found, the fallback is used. 72 One way of looking at this is a form of compression of the transition 74 machine in which the actual transition table of a node is made up of 75 the union of transition tables of the node itself, plus its fallbacks. 93 Because each state transition either consumes one input character
|
/external/webkit/Tools/android/flex-2.5.4a/ |
tblcmp.c | 56 * "protos" are transition tables which have a high probability of 58 * transition table) or nearly redundant (a state processed later will have 63 * "templates" are a special type of proto. If a transition table is 68 * sets that they merit special attention. If the transition table were 74 * hand, go to the common state on EVERY transition character, and therefore 223 * classes', which are collections of transition character equivalence 325 * State is the state to be added to the full speed transition table. 430 /* inittbl - initialize transition tables 473 ++tblend; /* room for transition on end-of-buffer character */ 478 /* Add in default end-of-buffer transition. * [all...] |
/external/webkit/Source/WebCore/page/animation/ |
CompositeAnimation.cpp | 61 ImplicitAnimation* transition = it->second.get(); local 62 animationController()->animationWillBeRemoved(transition); 63 transition->clear(); 118 // If there is a running animation for this property, the transition is overridden 120 // against the unanimated style here, but we "override" the transition later. 124 // See if there is a current transition for this prop 134 // This might be a transition that is just finishing. That would be the case 138 // This implAnim might also not be an already running transition. It might be 140 // you have both an explicit transition-property and 'all' in the same 159 // We need to start a transition if it is active and the properties don't matc 335 ImplicitAnimation* transition = it->second.get(); local 358 ImplicitAnimation* transition = it->second.get(); local [all...] |
/frameworks/base/media/java/android/media/videoeditor/ |
MediaArtistNativeHelper.java | 400 /** Invalid video transition. */ 403 /** Invalid audio transition. */ 412 /** External transition is called but this function is not set. */ 905 /** No transition */ 908 /** Cross fade transition */ 911 /** External transition. Currently not available. */ 914 /** AlphaMagic transition. */ 917 /** Slide transition. */ 920 /** Fade to black transition. */ 925 * Defines settings for the AlphaMagic transition [all...] |
/external/chromium/chrome/browser/sessions/ |
session_types.cc | 25 PageTransition::Type transition) 30 transition_(transition), 65 // Use a transition type of reload so that we don't incorrectly
|
session_service_test_helper.cc | 83 EXPECT_EQ(expected.transition(), actual.transition());
|
/external/chromium/chrome/browser/ui/webui/ |
html_dialog_tab_contents_delegate.cc | 33 WindowOpenDisposition disposition, PageTransition::Type transition) { 38 browser::NavigateParams params(browser, url, transition); 42 transition == PageTransition::LINK)
|
/external/v8/src/ |
property.cc | 50 PrintF(out, " -type = map transition\n"); 56 PrintF(out, " -type = external array transition\n"); 81 PrintF(out, " -type = constant property transition\n");
|
/packages/apps/Launcher2/res/values/ |
config.xml | 24 <!-- Fade/zoom in/out duration & scale in the AllApps transition. 35 <!-- Tab transition animation duration --> 52 <!-- The transition duration for the background of the drop targets -->
|
/external/bison/src/ |
state.h | 38 is no longer true: A transition to a state whose state number is 56 Each transition structure describes the possible transitions out 62 A transition to state zero should be ignored: conflict resolution 75 There is at least one goto transition present in state zero. It 121 /* What is the symbol labelling the transition to 153 /* Iterate over each transition over a token (shifts). */
|
/external/icu4c/layout/ |
HangulLayoutEngine.cpp | 252 const StateTransition transition = stateTable[state][chClass]; local 256 if ((transition.actionFlags & AF_T) != 0) { 263 if ((transition.actionFlags & AF_L) != 0) { 269 if ((transition.actionFlags & AF_V) != 0) { 275 if ((transition.actionFlags & AF_T) != 0) { 282 state = transition.newState;
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-properties/ |
mozilla | 58 -moz-transition 59 -moz-transition-delay 60 -moz-transition-duration 61 -moz-transition-property 62 -moz-transition-timing-function 264 transition
|
/frameworks/base/media/libeffects/testlibs/ |
AudioBiquadFilter.h | 111 // In the process of smooth transition to bypass state. 113 // In the process of smooth transition to normal (enabled) state. 130 // necessarily identical to the target value (since we're in transition 136 // transition state. 147 // the dirty bits if changing to a transition state. 150 // In a transition state, modifies the current coefs towards the passed
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
Animation.java | 51 // Request the next activity transition (here starting a new one). 63 // Request the next activity transition (here starting a new one).
|
/external/chromium/chrome/browser/chromeos/ |
low_battery_observer.cc | 50 // Edges: hide: is visible_ to !visible_ triggered if we transition 53 // limit_max (either by reduced user an undetected transition
|
/external/icu4c/test/intltest/ |
tzbdtest.h | 57 * Test the behavior of SimpleTimeZone at the transition into and out of DST. 78 * Test the behavior of SimpleTimeZone at the transition into and out of DST.
|
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
StateTableTransition.java | 22 * Holds one state transition as derived from a Python configuration 23 * file. A state transition is a triplet as follows:
|
/external/v8/test/mjsunit/regress/ |
regress-386.js | 33 // transition. 36 // and changes i from a map transition to a real property. There was
|
/external/webkit/Source/WebCore/css/ |
MediaFeatureNames.h | 60 macro(transition, "-webkit-transition") \
|
/packages/apps/SpareParts/res/values/ |
strings.xml | 40 <string name="title_transition_animations">Transition animations</string> 42 <string name="dialog_title_transition_animations">Select transition speed</string>
|