Home | History | Annotate | Download | only in view

Lines Matching defs:mTmpLocation

173     final int[] mTmpLocation = new int[2];
2076 host.getLocationInWindow(mTmpLocation);
2077 mTransparentRegion.set(mTmpLocation[0], mTmpLocation[1],
2078 mTmpLocation[0] + host.mRight - host.mLeft,
2079 mTmpLocation[1] + host.mBottom - host.mTop);