Searched defs:fade (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationCustomViewWrapper.java37 public void setDark(boolean dark, boolean fade, long delay) { argument
38 if (fade) {
39 mInvertHelper.fade(dark, delay);
H A DNotificationMediaViewWrapper.java32 public void setDark(boolean dark, boolean fade, long delay) { argument
35 setPictureGrayscale(dark, fade, delay);
H A DNotificationOverflowContainer.java51 public void setDark(boolean dark, boolean fade, long delay) { argument
52 super.setDark(dark, fade, delay);
55 if (fade) {
56 mViewInvertHelper.fade(dark, delay);
H A DNotificationViewWrapper.java52 * @param fade whether to animate the transition if the mode changes
55 public abstract void setDark(boolean dark, boolean fade, long delay); argument
H A DNotificationContentView.java258 public void setDark(boolean dark, boolean fade, long delay) { argument
261 mContractedWrapper.setDark(dark, fade, delay);
H A DNotificationTemplateViewWrapper.java117 public void setDark(boolean dark, boolean fade, long delay) { argument
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) { argument
145 if (fade) {
H A DExpandableView.java179 * @param fade Whether an animation should be played to change the state.
181 public void setDimmed(boolean dimmed, boolean fade) { argument
188 * @param fade Whether an animation should be played to change the state.
191 public void setDark(boolean dark, boolean fade, long delay) { argument
H A DExpandableNotificationRow.java210 public void setDark(boolean dark, boolean fade, long delay) { argument
211 super.setDark(dark, fade, delay);
214 showing.setDark(dark, fade, delay);
H A DActivatableNotificationView.java334 public void setDimmed(boolean dimmed, boolean fade) { argument
337 if (fade) {
345 public void setDark(boolean dark, boolean fade, long delay) { argument
346 super.setDark(dark, fade, delay);
351 if (!dark && fade) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DViewInvertHelper.java32 * 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
/frameworks/base/core/java/android/widget/
H A DZoomControls.java85 fade(View.VISIBLE, 0.0f, 1.0f);
89 fade(View.GONE, 1.0f, 0.0f);
92 private void fade(int visibility, float startAlpha, float endAlpha) { method in class:ZoomControls
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DImageCardView.java93 * Set drawable with fade-in animation.
100 * Set drawable with optional fade-in animation.
102 public void setMainImage(Drawable drawable, boolean fade) { argument
114 if (fade) {
/frameworks/base/libs/input/
H A DPointerController.cpp38 // Time to wait before starting the fade when the pointer is inactive.
194 void PointerController::fade(Transition transition) { function in class:android::PointerController
418 // Animate pointer fade.
460 fade(TRANSITION_GRADUAL);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java213 fade(durationMs, delayMs, FULL_ALPHA);
216 fade(durationMs, 0, 0);
218 public void fade(int durationMs, int delayMs, int alpha) { method in class:BackgroundManager.DrawableWrapper
728 mDimWrapper.fade(FADE_DURATION, 0, dimAlpha);
H A DPlaybackOverlayFragment.java159 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(tru
487 private void fade(boolean fadeIn) { method in class:PlaybackOverlayFragment
[all...]
H A DPlaybackOverlaySupportFragment.java161 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(tru
489 private void fade(boolean fadeIn) { method in class:PlaybackOverlaySupportFragment
[all...]
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp107 virtual void fade(Transition transition) { function in class:android::FakePointerController

Completed in 3655 milliseconds