Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipDismissViewController.java56 private int[] mLoc = new int[2]; field in PipDismissViewController
128 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()
/frameworks/compile/slang/
Dslang_rs_exportable.h40 clang::SourceLocation mLoc; variable
46 mLoc(Loc) { in RSExportable()
53 clang::SourceLocation getLocation() const { return mLoc; } in getLocation()