Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/preference/
DPreferenceFrameLayout.java97 int borderBottom = getPaddingBottom(); in addView() local
108 borderBottom -= mBorderBottom; in addView()
118 borderBottom += mBorderBottom; in addView()
129 if (previousTop != borderTop || previousBottom != borderBottom in addView()
131 setPadding(borderLeft, borderTop, borderRight, borderBottom); in addView()