HomeSort by relevance Sort by last modified time
    Searched refs:cellCount (Results 1 - 15 of 15) 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/autotest/frontend/client/src/autotest/tko/
SpreadsheetDataProcessor.java 38 public int cellCount;
40 public TooManyCellsError(int cellCount) {
42 this.cellCount = cellCount;
73 notifyManager.showError("Resulting spreadsheet contains " + exc.cellCount +
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_allocation.cpp 137 * @param cellCount Total number of elements in this Allocation.
145 static bool helperCopy1D(const sp<RS> &rs, int cellCount, int offset, int count, bool copyRange,
148 int arrLen = cellCount;
154 arrLen = cellCount * 3;
157 alloc = Allocation::createSized(rs, makeElement(rs, dt, 3), cellCount);
160 alloc = Allocation::createSized(rs, makeElement(rs, dt, 1), cellCount);
191 static bool helperFloatAllocationCopy1D(const sp<RS> &rs, int cellCount, int offset, int count) {
194 sp<Allocation> srcA = Allocation::createSized(rs, Element::F32(rs), cellCount);
195 sp<Allocation> dstA = Allocation::createSized(rs, Element::F32(rs), cellCount);
198 src = new float[cellCount];
    [all...]
  /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 187 final int cellCount = widthSize / mMinCellSize;
190 if (cellCount == 0) {
196 final int cellSize = mMinCellSize + cellSizeRemaining / cellCount;
198 int cellsRemaining = cellCount;
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
ActionMenuView.java 191 final int cellCount = widthSize / mMinCellSize;
194 if (cellCount == 0) {
200 final int cellSize = mMinCellSize + cellSizeRemaining / cellCount;
202 int cellsRemaining = cellCount;
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/
doxia-module-xdoc-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/
doxia-module-xhtml-1.0.jar 
  /frameworks/base/core/java/com/android/internal/app/
ChooserActivity.java     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/
doxia-module-apt-1.0.jar 
  /external/deqp/modules/gles31/functional/
es31fCopyImageTests.cpp 272 static IVec2 getRandomOffset (deUint32 seed, IVec2 targetSize, IVec2 cellSize, IVec2 grid, int cellCount);
293 IVec2 RandomizedRenderGrid::getRandomOffset (deUint32 seed, IVec2 targetSize, IVec2 cellSize, IVec2 grid, int cellCount)
301 DE_ASSERT(deDivRoundUp32(cellCount, grid.x()) <= grid.y());
302 extraSpace.y() += (grid.y() - deDivRoundUp32(cellCount, grid.x())) * cellSize.y();
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/tools/common/bazel/formc-deps/
jps-builders.jar 

Completed in 650 milliseconds