Searched refs:mTmpLocation (Results 1 – 6 of 6) sorted by relevance
70 final int[] mTmpLocation = new int[2]; field in AssistVisualizer181 getLocationOnScreen(mTmpLocation);186 canvas.drawRect(te.bounds.left - mTmpLocation[0], te.bounds.top - mTmpLocation[1],187 te.bounds.right - mTmpLocation[0], te.bounds.bottom - mTmpLocation[1],193 canvas.translate(-mTmpLocation[0], -mTmpLocation[1]);
65 private final int[] mTmpLocation = new int[2]; field in ForwardingListener297 final int[] loc = mTmpLocation; in toLocalMotionEvent()308 final int[] loc = mTmpLocation; in toGlobalMotionEvent()
27 private final Location mTmpLocation = new Location(0); field in SingleRow36 return mTmpLocation; in getLocation()
340 final int[] mTmpLocation = new int[2]; field in InputMethodService1225 int[] loc = mTmpLocation; in onComputeInsets()
231 final int[] mTmpLocation = new int[2]; field in ViewRootImpl2220 host.getLocationInWindow(mTmpLocation); in performTraversals()2221 mTransparentRegion.set(mTmpLocation[0], mTmpLocation[1], in performTraversals()2222 mTmpLocation[0] + host.mRight - host.mLeft, in performTraversals()2223 mTmpLocation[1] + host.mBottom - host.mTop); in performTraversals()
25450 final int[] mTmpLocation = new int[2];26282 getLocationInWindow(mAttachInfo.mTmpLocation);26283 return mAttachInfo.mTmpLocation[0] == insets.getStableInsetLeft()26284 && mAttachInfo.mTmpLocation[1] == insets.getStableInsetTop();