Searched refs:mMeasuredDimension (Results 1 – 1 of 1) sorted by relevance
702 private int[] mMeasuredDimension = new int[2]; field in GridLayoutManager1374 mMeasuredDimension); in processRowSizeSecondary()1375 scrapeChildSize = mOrientation == HORIZONTAL ? mMeasuredDimension[1] : in processRowSizeSecondary()1376 mMeasuredDimension[0]; in processRowSizeSecondary()1378 Log.v(TAG, "measured scrap child: " + mMeasuredDimension[0] + " " in processRowSizeSecondary()1379 + mMeasuredDimension[1]); in processRowSizeSecondary()