Searched refs:mTempCords (Results 1 – 2 of 2) sorted by relevance
42 private final int[] mTempCords = new int[2]; field in WorkspaceAccessibilityHelper146 mTempCords[0] = mTempCords[1] = 0; in onPopulateNodeForVirtualView()147 float scale = dragLayer.getDescendantCoordRelativeToSelf(mView, mTempCords); in onPopulateNodeForVirtualView()150 mTempRect.left = mTempCords[0] + (int) (mTempRect.left * scale); in onPopulateNodeForVirtualView()151 mTempRect.right = mTempCords[0] + (int) (mTempRect.right * scale); in onPopulateNodeForVirtualView()152 mTempRect.top = mTempCords[1] + (int) (mTempRect.top * scale); in onPopulateNodeForVirtualView()153 mTempRect.bottom = mTempCords[1] + (int) (mTempRect.bottom * scale); in onPopulateNodeForVirtualView()
62 private final int[] mTempCords = new int[2]; field in TaskViewTouchController198 mTempCords[1] = mTaskBeingDragged.getHeight(); in reInitAnimationController()199 dl.getDescendantCoordRelativeToSelf(mTaskBeingDragged, mTempCords); in reInitAnimationController()200 mEndDisplacement = dl.getHeight() - mTempCords[1]; in reInitAnimationController()