Searched defs:mPoint (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DPointFEvaluator.java27 * mPoint will be modified and returned on every evaluate.
29 private PointF mPoint; field in class:PointFEvaluator
51 mPoint = reuse;
76 if (mPoint != null) {
77 mPoint.set(x, y);
78 return mPoint;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DHardwareBgDrawable.java33 private int mPoint; field in class:HardwareBgDrawable
69 mPoint = point;
74 return mPoint;
79 if (mPoint >= 0 && !mRotatedBackground) {
81 int top = bounds.top + mPoint;
/frameworks/base/core/java/android/view/
H A DView.java8439 Point offset = mAttachInfo.mPoint;
15066 final Point offset = mAttachInfo != null ? mAttachInfo.mPoint : new Point();
25554 final Point mPoint = new Point(); field in class:View.AttachInfo

Completed in 106 milliseconds