Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/inline/
H A DInlineContentView.java237 @NonNull SurfaceControl surface, int positionLeft, int positionTop, in InlineContentView()
242 positionLeft = (int) ((positionLeft - mParentPosition[0]) / mParentScale.x); in InlineContentView()
252 super.onSetSurfacePositionAndScale(transaction, surface, positionLeft, in InlineContentView()
/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceView.java1414 @NonNull SurfaceControl surface, int positionLeft, int positionTop, in onSetSurfacePositionAndScale() argument
1416 transaction.setPosition(surface, positionLeft, positionTop); in onSetSurfacePositionAndScale()