HomeSort by relevance Sort by last modified time
    Searched refs:cellCount (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListScrollListener.java 65 public void onScroll(AbsListView view, int firstCell, int cellCount, int itemCount) {
66 int last = firstCell + cellCount - 1;
  /external/clang/www/analyzer/scripts/
expandcollapse.js 41 var cellCount=0, newGroupCreated = false;
59 var idxStr = "_" + groupCount + "_" + cellCount;
111 CellsInfo[groupCount][cellCount] = { 'height' : originalHeight,
113 cellCount += 1;
  /frameworks/base/core/java/android/widget/
ActionMenuView.java 178 final int cellCount = widthSize / mMinCellSize;
181 if (cellCount == 0) {
187 final int cellSize = mMinCellSize + cellSizeRemaining / cellCount;
189 int cellsRemaining = cellCount;
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 188 final int cellCount = widthSize / mMinCellSize;
191 if (cellCount == 0) {
197 final int cellSize = mMinCellSize + cellSizeRemaining / cellCount;
199 int cellsRemaining = cellCount;
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp 230 int cellCount = tableColCount * rowCount;
231 RF_TableCell** pVirtualTable = FX_Alloc(RF_TableCell*, cellCount);
232 FXSYS_memset32(pVirtualTable, 0, sizeof(RF_TableCell*) * cellCount);
244 while(pos < cellCount && pVirtualTable[pos] != NULL) {
260 if(pos + nn >= cellCount) {
268 for(pos = i * tableColCount; pVirtualTable[pos] != pCell && pos < cellCount; pos++) {
    [all...]
  /external/chromium_org/third_party/iaccessible2/
ia2_api_all.idl     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 414 milliseconds