Searched refs:mPoint (Results 1 – 6 of 6) sorted by relevance
29 private PointF mPoint; field in PointFEvaluator51 mPoint = reuse; in PointFEvaluator()76 if (mPoint != null) { in evaluate()77 mPoint.set(x, y); in evaluate()78 return mPoint; in evaluate()
33 private int mPoint; field in HardwareBgDrawable69 mPoint = point; in setCutPoint()74 return mPoint; in getCutPoint()79 if (mPoint >= 0 && !mRotatedBackground) { in draw()81 int top = bounds.top + mPoint; in draw()
91 Point mPoint; field in HeadsUpAppearanceController214 if (mPoint == null) { in getRtlTranslation()215 mPoint = new Point(); in getRtlTranslation()220 mStackScroller.getDisplay().getRealSize(mPoint); in getRtlTranslation()221 realDisplaySize = mPoint.x; in getRtlTranslation()
511 final Point displaySize = attachInfo.mPoint; in setLightCenter()
10191 Point offset = mAttachInfo.mPoint;17672 final Point offset = mAttachInfo != null ? mAttachInfo.mPoint : new Point(); in getLocalVisibleRect()28735 final Point mPoint = new Point(); field in View.AttachInfo
1048 Landroid/animation/PointFEvaluator;->mPoint:Landroid/graphics/PointF;77661 Landroid/view/View$AttachInfo;->mPoint:Landroid/graphics/Point;