Searched refs:mGapHeight (Results 1 – 2 of 2) sorted by relevance
51 private int mGapHeight; field in StackScrollAlgorithm85 mGapHeight = res.getDimensionPixelSize(R.dimen.notification_section_divider_height); in initConstants()420 currentYPosition += mGapHeight; in updateChild()460 currentYPosition -= mGapHeight; in updateChild()
100 private int mGapHeight; field in NotificationShelf161 mGapHeight = res.getDimensionPixelSize(R.dimen.qs_notification_padding); in initDimens()366 firstElementRoundness = (float) Math.min(1.0, distanceToGapTop / mGapHeight); in updateAppearance()