Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java4256 final Matrix mViewToScreenMatrix = new Matrix(); field in Editor.CursorAnchorInfoNotifier
4288 mViewToScreenMatrix.set(mTextView.getMatrix()); in updatePosition()
4290 mViewToScreenMatrix.postTranslate(mTmpIntOffset[0], mTmpIntOffset[1]); in updatePosition()
4291 builder.setMatrix(mViewToScreenMatrix); in updatePosition()
/frameworks/base/config/
Dhiddenapi-private-dex.txt101364 Landroid/widget/Editor$CursorAnchorInfoNotifier;->mViewToScreenMatrix:Landroid/graphics/Matrix;