Searched refs:headerVisibleAmount (Results 1 – 7 of 7) sorted by relevance
633 headerVisibleAmount = 1f661 headerVisibleAmount = 1f695 headerVisibleAmount = 1f726 headerVisibleAmount = 0f730 childHunView.headerVisibleAmount = 0f757 headerVisibleAmount = 0.5f762 childHunView.headerVisibleAmount = 0.5f940 headerVisibleAmount: Float947 whenever(this.headerVisibleAmount).thenReturn(headerVisibleAmount)
344 public void setHeaderVisibleAmount(float headerVisibleAmount) { in setHeaderVisibleAmount() argument345 super.setHeaderVisibleAmount(headerVisibleAmount); in setHeaderVisibleAmount()348 mNotificationHeader.setAlpha(headerVisibleAmount); in setHeaderVisibleAmount()349 headerTranslation = (1.0f - headerVisibleAmount) * mFullHeaderTranslation; in setHeaderVisibleAmount()
381 public void setHeaderVisibleAmount(float headerVisibleAmount) { in setHeaderVisibleAmount() argument
397 float headerVisibleAmount = 1.0f; in updateHeader() local400 headerVisibleAmount = mAppearFraction; in updateHeader()402 row.setHeaderVisibleAmount(headerVisibleAmount); in updateHeader()
1463 public void setHeaderVisibleAmount(float headerVisibleAmount) {1464 mHeaderVisibleAmount = headerVisibleAmount;1465 mCurrentHeaderTranslation = (int) ((1.0f - headerVisibleAmount) * mTranslationForHeader);
2064 public void setHeaderVisibleAmount(float headerVisibleAmount) {2066 mContractedWrapper.setHeaderVisibleAmount(headerVisibleAmount);2069 mHeadsUpWrapper.setHeaderVisibleAmount(headerVisibleAmount);2072 mExpandedWrapper.setHeaderVisibleAmount(headerVisibleAmount);
797 public void setHeaderVisibleAmount(float headerVisibleAmount) {798 if (mHeaderVisibleAmount != headerVisibleAmount) {799 mHeaderVisibleAmount = headerVisibleAmount;801 l.setHeaderVisibleAmount(headerVisibleAmount);804 mChildrenContainer.setHeaderVisibleAmount(headerVisibleAmount);