Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java13362 private float mValueIfGone; field in Notification.Builder.TemplateBindResult.MarginSet
13366 mValueIfGone = valueIfGone; in setValues()
13381 if (mValueIfGone != 0) { in applyToView()
13384 + "thus mValueIfGone must be 0, but it was " + mValueIfGone); in applyToView()
13405 mValueIfGone + extraMarginDp, TypedValue.COMPLEX_UNIT_DIP)); in applyToView()
13410 return mRightIconVisible ? mValueIfVisible : mValueIfGone; in getDpValue()