Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/inline/
DInlineContentView.java236 @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/
DSurfaceView.java1232 @NonNull SurfaceControl surface, int positionLeft, int positionTop, in onSetSurfacePositionAndScaleRT() argument
1234 transaction.setPosition(surface, positionLeft, positionTop); in onSetSurfacePositionAndScaleRT()