Searched refs:positionLeft (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/core/java/android/widget/inline/ |
H A D | InlineContentView.java | 237 @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 D | SurfaceView.java | 1414 @NonNull SurfaceControl surface, int positionLeft, int positionTop, in onSetSurfacePositionAndScale() argument 1416 transaction.setPosition(surface, positionLeft, positionTop); in onSetSurfacePositionAndScale()
|