Searched refs:appearing (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/ |
D | AppearAnimationCreator.java | 31 float translationY, boolean appearing, Interpolator interpolator, in createAnimation() argument 38 float translationY, boolean appearing, Interpolator interpolator, in createAnimation() argument
|
D | AppearAnimationUtils.java | 182 boolean appearing, Interpolator interpolator, final Runnable endRunnable) { in createAnimation() argument 184 view, delay, duration, translationY, appearing, interpolator, endRunnable, null); in createAnimation() 189 long duration, float translationY, boolean appearing, Interpolator interpolator, in createAnimation() argument 192 float targetAlpha = appearing ? 1f : 0f; in createAnimation() 193 float targetTranslationY = appearing ? 0 : translationY; in createAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardPatternView.java | 347 long duration, float translationY, final boolean appearing, in createAnimation() argument 351 1f, appearing ? 1f : 0f, /* alpha */ in createAnimation() 352 appearing ? translationY : 0f, appearing ? 0f : translationY, /* translation */ in createAnimation() 353 appearing ? 0f : 1f, 1f /* scale */, in createAnimation() 358 appearing, interpolator, null); in createAnimation()
|
/frameworks/base/core/proto/android/app/ |
D | notificationmanager.proto | 83 // appearing in the status bar, on devices that support status bars. 88 // Whether notification intercepted by DND are prevented from appearing 91 // Whether notification intercepted by DND are prevented from appearing
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | AmbientState.java | 643 public void setAppearing(boolean appearing) { in setAppearing() argument 644 mAppearing = appearing; in setAppearing()
|
D | NotificationStackScrollLayout.java | 1555 boolean appearing = calculateAppearFraction(height) < 1; 1556 mAmbientState.setAppearing(appearing); 1557 if (!appearing) {
|
/frameworks/native/services/inputflinger/docs/ |
D | anr.md | 29 …o increase the timeout time for a window to prevent the ANR dialog from appearing or the app from …
|
/frameworks/base/packages/SystemUI/docs/ |
D | clock-plugins.md | 3 The clock appearing on the lock screen and always on display (AOD) can be customized via the
|
/frameworks/base/packages/SystemUI/aconfig/ |
D | systemui.aconfig | 745 description: "Prevents the interactive clipboard UI from appearing when device is locked"
|
/frameworks/native/docs/ |
D | Doxyfile | 1203 # values from appearing in the overview section.
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 1369 # Note that a value of 0 will completely suppress the enum values from appearing
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 1436 # Note that a value of 0 will completely suppress the enum values from appearing
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile | 1486 # Note that a value of 0 will completely suppress the enum values from appearing
|