Searched refs:mTemp2 (Results 1 – 3 of 3) sorted by relevance
100 private val mTemp2 = IntArray(2) constant312 stackScrollerController.getLocationOnScreen(mTemp2) in findView()313 totalX += mTemp2[0].toFloat() in findView()314 totalY += mTemp2[1].toFloat() in findView()
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()
72881 Landroid/widget/SearchView;->mTemp2:[I