Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DTransformState.java170 int ownViewWidth = transformedView.getWidth(); in transformViewFrom() local
172 - (ownStablePosition[0] + ownViewWidth)); in transformViewFrom()
368 int ownViewWidth = transformedView.getWidth(); in transformViewTo() local
371 ? (otherStablePosition[0] + otherViewWidth) - (ownPosition[0] + ownViewWidth) in transformViewTo()