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

1 2 3

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationMediaViewWrapper.java 32 public void setDark(boolean dark, boolean fade, long delay) {
35 setPictureGrayscale(dark, fade, delay);
NotificationCustomViewWrapper.java 37 public void setDark(boolean dark, boolean fade, long delay) {
38 if (fade) {
39 mInvertHelper.fade(dark, delay);
NotificationOverflowContainer.java 51 public void setDark(boolean dark, boolean fade, long delay) {
52 super.setDark(dark, fade, delay);
55 if (fade) {
56 mViewInvertHelper.fade(dark, delay);
NotificationViewWrapper.java 52 * @param fade whether to animate the transition if the mode changes
55 public abstract void setDark(boolean dark, boolean fade, long delay);
NotificationTemplateViewWrapper.java 117 public void setDark(boolean dark, boolean fade, long delay) {
119 if (fade) {
120 mInvertHelper.fade(dark, delay);
126 if (fade) {
140 setPictureGrayscale(dark, fade, delay);
143 protected void setPictureGrayscale(boolean grayscale, boolean fade, long delay) {
145 if (fade) {
ExpandableNotificationRow.java 210 public void setDark(boolean dark, boolean fade, long delay) {
211 super.setDark(dark, fade, delay);
214 showing.setDark(dark, fade, delay);
ExpandableView.java 179 * @param fade Whether an animation should be played to change the state.
181 public void setDimmed(boolean dimmed, boolean fade) {
188 * @param fade Whether an animation should be played to change the state.
191 public void setDark(boolean dark, boolean fade, long delay) {
NotificationContentView.java 258 public void setDark(boolean dark, boolean fade, long delay) {
261 mContractedWrapper.setDark(dark, fade, delay);
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
Demo4.java 23 import android.transition.Fade;
48 Fade fade = new Fade(); local
49 fade.addTarget(R.id.resultsText).addTarget(R.id.resultsList);
50 fade.setStartDelay(300);
51 fade.setDuration(1000);
52 transitionToResults.addTransition(fade).
57 transitionToSearch.addTransition(fade).
ScenesTestv21.java 24 import android.transition.Fade;
49 Fade fade = new Fade(); local
50 fade.addTarget(R.id.resultsText).addTarget(R.id.resultsList);
51 fade.setStartDelay(300);
52 transitionToResults.addTransition(fade);
57 transitionToSearch.addTransition(new Fade().addTarget(R.id.resultsText).
  /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) {
  /frameworks/base/core/java/android/widget/
ZoomControls.java 85 fade(View.VISIBLE, 0.0f, 1.0f); method
89 fade(View.GONE, 1.0f, 0.0f); method
92 private void fade(int visibility, float startAlpha, float endAlpha) { method in class:ZoomControls
  /frameworks/native/services/inputflinger/
PointerControllerInterface.h 62 // Fade/unfade immediately.
64 // Fade/unfade gradually.
69 virtual void fade(Transition transition) = 0;
  /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);
  /external/skia/gm/
complexclip.cpp 170 const SkAlpha fade = 0x33; local
173 paint.setColor(gPathColor); paint.setAlpha(fade);
177 paint.setColor(gClipAColor); paint.setAlpha(fade);
179 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.
  /external/replicaisland/src/com/replica/replicaisland/
DiaryActivity.java 57 image.startAnimation(AnimationUtils.loadAnimation(this, R.anim.fade));
  /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 {
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
PlaybackOverlayFragment.java 159 fade(false);
207 * and will fade out after a time period. The timeout
223 fade(true);
236 * Sets the listener to be called when fade in or out has completed.
243 * Returns the listener to be called when fade in or out has completed.
265 * otherwise resets the fade out timer. Tickling on input events is handled
277 fade(true);
305 // If fading enabled and controls are not hidden, back will be consumed to fade
310 fade(false);
326 fade(true)
487 private void fade(boolean fadeIn) { method in class:PlaybackOverlayFragment
    [all...]
PlaybackOverlaySupportFragment.java 161 fade(false);
209 * and will fade out after a time period. The timeout
225 fade(true);
238 * Sets the listener to be called when fade in or out has completed.
245 * Returns the listener to be called when fade in or out has completed.
267 * otherwise resets the fade out timer. Tickling on input events is handled
279 fade(true);
307 // If fading enabled and controls are not hidden, back will be consumed to fade
312 fade(false);
328 fade(true)
489 private void fade(boolean fadeIn) { method in class:PlaybackOverlaySupportFragment
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ViewInvertHelper.java 32 * Helper to invert the colors of views and fade between the states.
50 public void fade(final boolean invert, long delay) { method in class:ViewInvertHelper
  /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.
  /frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
TransitionHelperKitkat.java 21 import android.transition.Fade;
74 Fade fade = new Fade(fadingMode); local
75 return fade;

Completed in 998 milliseconds

1 2 3