Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/preference/
DPreferenceFrameLayout.java115 int previousBottom = getPaddingBottom(); in addView() local
118 if (previousTop != borderTop || previousBottom != borderBottom in addView()
/frameworks/base/core/java/android/text/
DTextLine.java685 final int previousBottom = fmi.bottom; in expandMetricsFromPaint() local
690 updateMetrics(fmi, previousTop, previousAscent, previousDescent, previousBottom, in expandMetricsFromPaint()
695 int previousDescent, int previousBottom, int previousLeading) { in updateMetrics() argument
699 fmi.bottom = Math.max(fmi.bottom, previousBottom); in updateMetrics()
829 int previousBottom = 0; in handleReplacement() local
838 previousBottom = fmi.bottom; in handleReplacement()
845 updateMetrics(fmi, previousTop, previousAscent, previousDescent, previousBottom, in handleReplacement()