Searched refs:mLoc (Results 1 – 2 of 2) sorted by relevance
56 private int[] mLoc = new int[2]; field in PipDismissViewController128 view.getLocationOnScreen(mLoc); in updateTarget()129 Rect viewRect = new Rect(mLoc[0], mLoc[1], mLoc[0] + view.getWidth(), in updateTarget()130 mLoc[1] + view.getHeight()); in updateTarget()131 mTargetView.getLocationOnScreen(mLoc); in updateTarget()132 Rect targetRect = new Rect(mLoc[0], mLoc[1], mLoc[0] + mTargetView.getWidth(), in updateTarget()133 mLoc[1] + mTargetView.getHeight()); in updateTarget()
40 clang::SourceLocation mLoc; variable46 mLoc(Loc) { in RSExportable()53 clang::SourceLocation getLocation() const { return mLoc; } in getLocation()