Home
last modified time | relevance | path

Searched refs:QS_PARALLAX_AMOUNT (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java28 import static com.android.systemui.shade.NotificationPanelViewController.QS_PARALLAX_AMOUNT;
700 startHeight = -getExpansionHeight() * QS_PARALLAX_AMOUNT; in getHeaderTranslation()
1262 qsTranslation = (top - getHeaderHeight()) * QS_PARALLAX_AMOUNT; in applyClippingImmediately()
DNotificationPanelViewController.java270 public static final float QS_PARALLAX_AMOUNT = 0.175f; field in NotificationPanelViewController