Searched refs:positionLeft (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/widget/inline/ |
D | InlineContentView.java | 236 @NonNull SurfaceControl surface, int positionLeft, int positionTop, in InlineContentView() 241 positionLeft = (int) ((positionLeft - mParentPosition[0]) / mParentScale.x); in InlineContentView() 251 super.onSetSurfacePositionAndScaleRT(transaction, surface, positionLeft, in InlineContentView()
|
/frameworks/base/core/java/android/view/ |
D | SurfaceView.java | 1232 @NonNull SurfaceControl surface, int positionLeft, int positionTop, in onSetSurfacePositionAndScaleRT() argument 1234 transaction.setPosition(surface, positionLeft, positionTop); in onSetSurfacePositionAndScaleRT()
|