Searched refs:mMeasuredDimension (Results 1 – 1 of 1) sorted by relevance
662 private int[] mMeasuredDimension = new int[2]; field in GridLayoutManager1335 mMeasuredDimension); in processRowSizeSecondary()1336 scrapeChildSize = mOrientation == HORIZONTAL ? mMeasuredDimension[1] : in processRowSizeSecondary()1337 mMeasuredDimension[0]; in processRowSizeSecondary()1339 Log.v(TAG, "measured scrap child: " + mMeasuredDimension[0] + " " in processRowSizeSecondary()1340 + mMeasuredDimension[1]); in processRowSizeSecondary()