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()422 currentYPosition += mGapHeight; in updateChild()462 currentYPosition -= mGapHeight; in updateChild()
97 private int mGapHeight; field in NotificationShelf156 mGapHeight = res.getDimensionPixelSize(R.dimen.qs_notification_padding); in initDimens()388 firstElementRoundness = (float) Math.min(1.0, distanceToGapTop / mGapHeight); in updateAppearance()