/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
MovieMediaItem.java | 36 // The transition type 96 * @param beginTransition The transition of the previous media item 369 * @param beginTransition Begin transition 376 * @return The begin transition 383 * @param endTransition end transition 390 * @return The end transition
|
/frameworks/media/libvideoeditor/vss/src/ |
M4VSS3GPP_EditAudio.c | 811 /*| TRANSITION MODE |*/ 816 M4OSA_TRACE3_0("M4VSS3GPP_intEditStepAudio TRANSITION"); [all...] |
/external/chromium/chrome/browser/resources/ |
print_preview.css | 21 -webkit-transition: text-shadow .15s; 87 -webkit-transition: all .2s ease-out; 224 -webkit-transition: opacity .2s, -webkit-transform .2s; 229 -webkit-transition: opacity .2s, -webkit-transform .2s; 289 -webkit-transition: padding-top .1s, height .1s, opacity .2s, background .3s; 308 -webkit-transition: -webkit-box-shadow .1s, background .1s, border .5s; 338 -webkit-transition: -webkit-box-shadow .2s, background .2s, border .2s; 441 -webkit-transition: border-color .2s; 452 -webkit-transition: border .5s; 604 -webkit-transition: opacity .25s, width .5s, height .5s [all...] |
/frameworks/base/media/libstagefright/omx/tests/ |
OMXHarness.cpp | 302 // Initiate transition Loaded->Idle 308 // Make sure node doesn't just transition to idle before we are done 311 "Component must not transition from loaded to idle before " 332 "Component did not properly transition to idle state " 335 // Initiate transition Idle->Executing 345 "Component did not properly transition from idle to " 380 // Initiate transition Executing->Idle 391 "Component did not properly transition to from executing to " 397 "time we received the transition-to-idle complete " 404 "time we received the transition-to-idle complete [all...] |
/external/libxml2/ |
xmlregexp.c | 290 int nextbranch; /* the next transition to explore in that state */ 310 int transno; /* the current transition on that state */ 544 * Allocate the transition table. The first entry for each 1124 fprintf(output, "all transition, "); [all...] |
/external/chromium/chrome/browser/ |
blocked_content_container.cc | 111 PageTransition::Type transition) { 112 owner_->OpenURL(url, referrer, disposition, transition);
|
/external/chromium/chrome/browser/tabs/ |
default_tab_handler.cc | 66 PageTransition::Type transition, 72 transition,
|
default_tab_handler.h | 40 PageTransition::Type transition,
|
/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...] |
/external/libxml2/include/libxml/ |
xmlregexp.h | 67 * @transdata: transition data 70 * Callback function when doing a transition in the automata
|
/external/webkit/Source/WebCore/manual-tests/ |
video-player.html | 3 #videocontainer { position: relative; width: 400px; height:230px;-webkit-user-select:none; -webkit-transition-duration:0.2s} 19 .videofadeout { -webkit-transition: 1.5s; opacity:0; }
|
/external/webkit/Source/WebCore/page/animation/ |
ImplicitAnimation.h | 37 // An ImplicitAnimation tracks the state of a transition of a specific CSS property 84 int m_transitionProperty; // Transition property as specified in the RenderStyle. May be cAnimateAll
|
/frameworks/base/media/java/android/media/videoeditor/ |
MediaVideoItem.java | 379 * Invalidate transition if: 381 * 1. New item overlaps the transition, the old one did not 382 * 2. New item does not overlap the transition, the old one did 383 * 3. New and old item overlap the transition if begin or end 404 * Invalidate transition if: 406 * 1. New item overlaps the transition, the old one did not 407 * 2. New item does not overlap the transition, the old one did 408 * 3. New and old item overlap the transition if begin or end
|
/frameworks/base/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_Private.h | 115 LVM_INT16 TransitionGain; /* Transition gain */ 127 LVM_INT16 bInOperatingModeTransition; /* Operating mode transition flag */
|
/hardware/invensense/mlsdk/mllite/ |
mldmp.h | 65 * initialization steps. If an anomalous transition is detected, the user will 68 * <tt>"Error : illegal state transition from STATE_1 to STATE_3"</tt>
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
LayoutAnimationsByDefault.java | 32 * transition animations as items are removed from or added to a container.
|
/external/chromium/base/ |
file_util_deprecated.h | 5 // We're trying to transition away from paths as wstrings into using
|
/external/chromium/chrome/browser/chromeos/login/ |
web_page_screen.h | 31 PageTransition::Type transition) {}
|
/external/chromium/chrome/browser/chromeos/notifications/ |
system_notification.cc | 68 // Force showing a user hidden notification on an urgent transition.
|
/external/chromium/chrome/browser/resources/ntp4/ |
apps_page.css | 45 -webkit-transition: none !important;
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
reload_button.h | 38 // |!force|, and the mouse is over the button, defer the transition
|
/external/chromium/chrome/browser/ui/webui/ |
html_dialog_tab_contents_delegate.h | 41 PageTransition::Type transition);
|
/external/clang/lib/StaticAnalyzer/Core/ |
CheckerContext.cpp | 24 // add it as a transition.
|
/external/icu4c/i18n/ |
ztrans.cpp | 10 * \brief C API: Time zone transition classes
|
/external/nist-sip/java/gov/nist/javax/sip/ |
ClientTransactionExt.java | 27 * start a timer and alert the application if the client transaction does not transition out
|