Searched refs:mTemp2 (Results 1 – 3 of 3) sorted by relevance
55 private final int[] mTemp2 = new int[2]; field in DragDownHelper242 mHost.getLocationOnScreen(mTemp2); in findView()243 x += mTemp2[0]; in findView()244 y += mTemp2[1]; in findView()
97 private val mTemp2 = IntArray(2) in <lambda>() constant318 stackScroller.getLocationOnScreen(mTemp2) in <lambda>()319 totalX += mTemp2[0].toFloat() in <lambda>()320 totalY += mTemp2[1].toFloat() in <lambda>()
132 private int[] mTemp2 = new int[2]; field in SearchView878 getLocationInWindow(mTemp2); in getChildBoundsWithinSearchView()879 final int top = mTemp[1] - mTemp2[1]; in getChildBoundsWithinSearchView()880 final int left = mTemp[0] - mTemp2[0]; in getChildBoundsWithinSearchView()