Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java13375 float extraMarginDp) { in applyToView() argument
13376 final float marginEndDp = getDpValue() + extraMarginDp; in applyToView()
13394 extraMarginDp, TypedValue.COMPLEX_UNIT_DIP); in applyToView()
13402 mValueIfVisible + extraMarginDp, TypedValue.COMPLEX_UNIT_DIP)); in applyToView()
13405 mValueIfGone + extraMarginDp, TypedValue.COMPLEX_UNIT_DIP)); in applyToView()