Home
last modified time | relevance | path

Searched refs:headerVisibleAmount (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationTemplateViewWrapper.java353 public void setHeaderVisibleAmount(float headerVisibleAmount) { in setHeaderVisibleAmount() argument
354 super.setHeaderVisibleAmount(headerVisibleAmount); in setHeaderVisibleAmount()
355 mNotificationHeader.setAlpha(headerVisibleAmount); in setHeaderVisibleAmount()
356 mHeaderTranslation = (1.0f - headerVisibleAmount) * mTranslationForHeader; in setHeaderVisibleAmount()
DNotificationViewWrapper.java306 public void setHeaderVisibleAmount(float headerVisibleAmount) { in setHeaderVisibleAmount() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java391 float headerVisibleAmount = 1.0f; in updateHeader() local
393 headerVisibleAmount = mExpandFraction; in updateHeader()
395 row.setHeaderVisibleAmount(headerVisibleAmount); in updateHeader()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java1247 public void setHeaderVisibleAmount(float headerVisibleAmount) {
1248 mHeaderVisibleAmount = headerVisibleAmount;
1249 mCurrentHeaderTranslation = (int) ((1.0f - headerVisibleAmount) * mTranslationForHeader);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1874 public void setHeaderVisibleAmount(float headerVisibleAmount) {
1876 mContractedWrapper.setHeaderVisibleAmount(headerVisibleAmount);
1879 mHeadsUpWrapper.setHeaderVisibleAmount(headerVisibleAmount);
1882 mExpandedWrapper.setHeaderVisibleAmount(headerVisibleAmount);
DExpandableNotificationRow.java773 public void setHeaderVisibleAmount(float headerVisibleAmount) {
774 if (mHeaderVisibleAmount != headerVisibleAmount) {
775 mHeaderVisibleAmount = headerVisibleAmount;
777 l.setHeaderVisibleAmount(headerVisibleAmount);
780 mChildrenContainer.setHeaderVisibleAmount(headerVisibleAmount);