Searched refs:mTemp2 (Results 1 – 4 of 4) sorted by relevance
54 private final int[] mTemp2 = new int[2]; field in DragDownHelper234 mHost.getLocationOnScreen(mTemp2); in findView()235 x += mTemp2[0]; in findView()236 y += mTemp2[1]; in findView()
99 private val mTemp2 = IntArray(2) in <lambda>() constant315 stackScroller.getLocationOnScreen(mTemp2) in <lambda>()316 totalX += mTemp2[0].toFloat() in <lambda>()317 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()
83987 Landroid/widget/SearchView;->mTemp2:[I