Searched refs:mGapHeight (Results 1 – 2 of 2) sorted by relevance
55 private int mGapHeight; field in StackScrollAlgorithm88 mGapHeight = res.getDimensionPixelSize(R.dimen.notification_section_divider_height); in initConstants()302 currentY += mGapHeight; in initAlgorithmState()449 algorithmState.mCurrentYPosition += expansionFraction * mGapHeight; in updateChild()450 algorithmState.mCurrentExpandedYPosition += mGapHeight; in updateChild()538 return mGapHeight; in getGapHeightForChild()
459 private int mGapHeight; field in NotificationStackScrollLayout953 mGapHeight = res.getDimensionPixelSize(R.dimen.notification_section_divider_height); in initView()4515 + mGapHeight; in getFooterViewHeightWithPadding()4522 return mGapHeight + mPaddingBetweenElements; in getPaddingAfterMedia()