Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/preference/
DPreferenceFrameLayout.java99 int borderRight = getPaddingRight(); in addView() local
110 borderRight -= mBorderRight; in addView()
120 borderRight += mBorderRight; in addView()
130 || previousLeft != borderLeft || previousRight != borderRight) { in addView()
131 setPadding(borderLeft, borderTop, borderRight, borderBottom); in addView()