Searched refs:getMatrix (Results 51 - 62 of 62) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java231 view.getMatrix().mapRect(childBounds);
/frameworks/base/core/java/android/view/
H A DView.java3281 * Do *not* use this variable directly; instead call getMatrix(), which will
6570 getMatrix().mapRect(position);
6589 parentView.getMatrix().mapRect(position);
6644 structure.setTransformation(getMatrix());
11806 public Matrix getMatrix() { method in class:View
11809 mRenderNode.getMatrix(matrix);
13026 getMatrix().mapRect(tmpRect); // TODO: mRenderNode.mapRect(tmpRect)
13686 if (!getMatrix().isIdentity()) {
13689 getMatrix().mapRect(boundingRect);
16720 renderNode.setStaticMatrix(t.getMatrix());
[all...]
H A DViewGroup.java5174 Matrix childMatrix = child.getMatrix();
5199 transformMatrix.set(t.getMatrix());
5245 Matrix m = view.getMatrix();
5362 if (!child.getMatrix().isIdentity()) {
5407 if (!getMatrix().isIdentity()) {
5548 child.getMatrix().mapRect(rect);
5562 child.getMatrix().mapPoints(position);
/frameworks/base/core/java/android/app/
H A DActivityTransitionCoordinator.java477 view.getMatrix().mapRect(tempRect);
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp131 get_canvas(canvasHandle)->getMatrix(matrix);
/frameworks/base/libs/hwui/
H A DDisplayListCanvas.cpp102 getMatrix(&parentTransform);
H A DRecordingCanvas.cpp81 getMatrix(&parentTransform);
/frameworks/base/core/java/android/widget/
H A DStackView.java1360 mView.getMatrix().mapRect(invalidateRectf);
H A DEditor.java1035 if (!view.getMatrix().isIdentity()) {
1036 view.getMatrix().mapPoints(position);
3907 mViewToScreenMatrix.set(mTextView.getMatrix());
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java1114 final Matrix m = getMatrix();
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java169 canvas.getMatrix(mTmpMatrix);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java8042 final Matrix childMatrix = ViewCompat.getMatrix(child);

Completed in 2250 milliseconds

123