HomeSort by relevance Sort by last modified time
    Searched refs:fade (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/third_party/polymer/components/paper-toast/
paper-toast.css 43 :host(.core-transition.fade-out-down),
44 :host(.core-transition.fade-out-up),
45 :host(.core-transition.fade-out-right),
46 :host(.core-transition.fade-out-left) {
52 :host(.core-transition.fade-out-down) {
57 :host(.core-transition.fade-out-up) {
62 :host(.core-transition.fade-out-right) {
67 :host(.core-transition.fade-out-left) {
  /external/chromium_org/third_party/polymer/components-chromium/paper-toast/
paper-toast.css 43 :host(.core-transition.fade-out-down),
44 :host(.core-transition.fade-out-up),
45 :host(.core-transition.fade-out-right),
46 :host(.core-transition.fade-out-left) {
52 :host(.core-transition.fade-out-down) {
57 :host(.core-transition.fade-out-up) {
62 :host(.core-transition.fade-out-right) {
67 :host(.core-transition.fade-out-left) {
  /external/chromium_org/third_party/skia/gm/
complexclip.cpp 171 const SkAlpha fade = 0x33; local
174 paint.setColor(gPathColor); paint.setAlpha(fade);
178 paint.setColor(gClipAColor); paint.setAlpha(fade);
180 paint.setColor(gClipBColor); paint.setAlpha(fade);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
Animation.java 70 // Supply a custom animation. This one will just fade the new
74 overridePendingTransition(R.anim.fade, R.anim.hold);
99 R.anim.fade, R.anim.hold);
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp_design.js 27 * text begins to fade. This overrides the default ellipsis style.
71 titleTextFade: 122 - 36, // 112px wide title with 32 pixel fade at end.
most_visited_util.js 220 * - tf: specifying a text fade starting position, in pixels.
  /external/chromium_org/chrome/browser/resources/history/
history_mobile.css 182 /* Fade out the entry-box, rather than its parent node, so that the dividing
183 line between entries doesn't fade out. */
184 .entry.fade-out .entry-box {
189 .entry.fade-out {
193 .entry.fade-out .entry-box {
history.css 530 .fade-out {
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview_animations.js 28 * @return {string} The css code for the fade in animation.
85 * Executes when a fade out animation ends.
97 * Executes when a fade in animation ends.
129 // To make the option visible during the first fade in.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameActivity.java 67 fade();
  /development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java 55 // Fade the button out and back in
87 setupAnimation(alphaButton, alphaAnimation, R.animator.fade);
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
style.css 288 #calculator-fade {
296 #calculator-fade-edge {
301 #calculator-fade-gradient {
  /external/chromium_org/third_party/polymer/components-chromium/core-overlay/
core-overlay-extracted.js 111 * `core-transition-fade` will cause the overlay to fade in and out.
115 * @default 'core-transition-fade'
117 transition: 'core-transition-fade'
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 64 /** Used as a pulse to gradually fade the contents of the window. */
73 /** How often to fade the contents of the window (in ms). */
115 menu.add(0, FADE_ID, 0, "Fade").setCheckable(true);
149 // to run pulse to fade the contents.
175 * Start up the pulse to fade the screen, clearing any existing pulse to
184 * Stop the pulse to fade the screen.
191 * Schedule a fade message for later.
201 // Upon receiving the fade pulse, we have the view perform a
202 // fade and then enqueue a new message to pulse at the desired
205 mView.fade();
275 public void fade() { method in class:TouchPaint.PaintView
    [all...]
  /external/chromium_org/third_party/polymer/components-chromium/paper-ripple/
raw-extracted.js 17 // - on cancel, immediately fade out, reverse the direction
243 // If we do a background fill fade too, work out the correct color.
paper-ripple-extracted.js 297 // If we do a background fill fade too, work out the correct color.
  /external/chromium_org/ui/file_manager/gallery/js/
ribbon.js 247 ImageUtil.setClass(this, 'fade-left',
250 ImageUtil.setClass(this, 'fade-right',
  /external/chromium_org/ui/file_manager/gallery/css/
gallery.css 111 .gallery .image-container > .image[fade] {
477 .gallery .toolbar .ribbon.fade-left {
482 .gallery .toolbar .ribbon.fade-right {
487 .gallery .toolbar .ribbon.fade-left.fade-right {
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_view.js 417 this.screenImage_.setAttribute('fade', true);
532 ImageUtil.setAttribute(newScreenImage, 'fade', true);
543 ImageUtil.setAttribute(newScreenImage, 'fade', false);
544 ImageUtil.setAttribute(oldScreenImage, 'fade', true);
635 var setFade = ImageUtil.setAttribute.bind(null, newScreenImage, 'fade');
  /external/chromium_org/third_party/opus/src/celt/
celt_decoder.c 441 opus_val16 fade = Q15ONE; local
459 fade = QCONST16(.8f,15);
557 attenuation = MULT16_16_Q15(fade, decay);
    [all...]
  /external/libopus/celt/
celt_decoder.c 441 opus_val16 fade = Q15ONE; local
459 fade = QCONST16(.8f,15);
557 attenuation = MULT16_16_Q15(fade, decay);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
live_regions.js 43 * mutation. Needed to allow live regions to fade in and have an initial
294 * In order to handle live regions that fade in, if the node isn't currently
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
concat-jquery-mootools-prototype.js     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
bootstrap-responsive.css 126 .modal.fade.in {

Completed in 1052 milliseconds

1 2