Searched refs:mInitialBackgroundAlpha (Results 1 – 1 of 1) sorted by relevance
93 private float mInitialBackgroundAlpha; field in NotificationPanelViewController151 mInitialBackgroundAlpha = (float) mResources.getInteger( in NotificationPanelViewController()153 if (mInitialBackgroundAlpha < 0 || mInitialBackgroundAlpha > 100) { in NotificationPanelViewController()159 mInitialBackgroundAlpha, in NotificationPanelViewController()167 mBackgroundAlphaDiff = finalBackgroundAlpha - mInitialBackgroundAlpha; in NotificationPanelViewController()577 return mInitialBackgroundAlpha + fractionCovered * mBackgroundAlphaDiff; in getBackgroundAlpha()