Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DNotificationTopLineView.java180 int baselineY = mPaddingTop + ((childSpace - (mMaxAscent + mMaxDescent)) / 2) + mMaxAscent; in onLayout() local
204 childTop = baselineY - childBaseline; in onLayout()