Searched refs:ALLOW_SIZE_IN_UNSPECIFIED_SPEC (Results 1 – 1 of 1) sorted by relevance
161 static final boolean ALLOW_SIZE_IN_UNSPECIFIED_SPEC = Build.VERSION.SDK_INT >= 23; field in RecyclerView7021 if (mWidthMode == MeasureSpec.UNSPECIFIED && !ALLOW_SIZE_IN_UNSPECIFIED_SPEC) { in setMeasureSpecs()7027 if (mHeightMode == MeasureSpec.UNSPECIFIED && !ALLOW_SIZE_IN_UNSPECIFIED_SPEC) { in setMeasureSpecs()