Searched refs:mColumnCount (Results 1 – 4 of 4) sorted by relevance
35 private int mColumnCount; field in PrintOptionsLayout42 mColumnCount = typedArray.getInteger(R.styleable.PrintOptionsLayout_columnCount, 0); in PrintOptionsLayout()47 if (mColumnCount != columnCount) { in setColumnCount()48 mColumnCount = columnCount; in setColumnCount()59 ? (widthSize - mPaddingLeft - mPaddingRight) / mColumnCount : 0; in onMeasure()66 final int rowCount = childCount / mColumnCount + childCount % mColumnCount; in onMeasure()72 for (int col = 0; col < mColumnCount; col++) { in onMeasure()73 final int childIndex = row * mColumnCount + col; in onMeasure()129 final int rowCount = childCount / mColumnCount + childCount % mColumnCount; in onLayout()138 for (int col = 0; col < mColumnCount; col++) { in onLayout()[all …]
109 private int mColumnCount; field in PageAdapter148 mColumnCount = mContext.getResources().getInteger( in PageAdapter()167 mColumnCount = mContext.getResources().getInteger( in onOrientationChanged()436 final int columnCount = Math.min(mSelectedPageCount, mColumnCount); in updatePreviewAreaPageSizeAndEmptyState()
4710 private int mColumnCount; field in AccessibilityNodeInfo.CollectionInfo4721 return CollectionInfo.obtain(other.mRowCount, other.mColumnCount, other.mHierarchical, in obtain()4758 info.mColumnCount = columnCount; in obtain()4775 mColumnCount = columnCount; in CollectionInfo()4795 return mColumnCount; in getColumnCount()4831 mColumnCount = 0; in clear()
3264 private final int mColumnCount;3269 this.mColumnCount = cellCount;3283 return mColumnCount;