Searched defs:rowCount (Results 1 – 3 of 3) sorted by relevance
113 int rowCount = mBroadcastDb.delete(CellBroadcastDatabase.TABLE_NAME, in onHandleIntent() local131 int rowCount; in onHandleIntent() local
388 int rowCount = mRowCount; in getChildView() local450 int rowCount = viewWidth / mColumnWidth; in measureChildren() local
203 private boolean isTopRow(int rowCount) { in isTopRow()