HomeSort by relevance Sort by last modified time
    Searched defs:currentRow (Results 1 - 21 of 21) sorted by null

  /cts/tests/leanbackjank/app/src/android/leanbackjank/app/ui/
MainFragment.java 47 private int currentRow;
58 currentRow = topRow;
62 if (currentRow == bottomRow) {
64 } else if (currentRow == topRow) {
68 currentRow++;
70 currentRow--;
72 return currentRow;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
RombergIntegrator.java 73 double currentRow[] = new double[m];
80 currentRow[0] = qtrap.stage(f, min, max, 0);
81 double olds = currentRow[0];
86 previousRow = currentRow;
87 currentRow = tmpRow;
89 currentRow[0] = qtrap.stage(f, min, max, i);
93 final double tIJm1 = currentRow[j - 1];
94 currentRow[j] = tIJm1 + (tIJm1 - previousRow[j - 1]) / r;
96 final double s = currentRow[i];
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAbstractCursor.java 21 protected Map<String, Object> currentRow;
67 * Set currentRowNumber(Int) and currentRow (Map)
74 currentRow = null;
76 currentRow = rows.get(currentRowNumber);
  /external/skia/tools/mdbviz/
mainwindow.cpp 137 int currentRow = cur->data(0, Qt::UserRole).toInt();
138 fModel.setCurOp(currentRow);
  /external/skqp/tools/mdbviz/
mainwindow.cpp 137 int currentRow = cur->data(0, Qt::UserRole).toInt();
138 fModel.setCurOp(currentRow);
  /packages/apps/Dialer/java/com/android/dialer/calllog/database/
Coalescer.java 96 ContentValues currentRow = null;
98 currentRow = cursorRowToContentValues(allAnnotatedCallLogRowsSortedByTimestampDesc);
100 if (!rowsShouldBeCombined(dialerPhoneNumberUtil, firstRowInGroup, currentRow)) {
104 currentRowGroup.add(currentRow);
118 currentRowGroup.add(currentRow);
  /external/autotest/frontend/client/src/autotest/tko/
SpreadsheetDataProcessor.java 49 private int currentRow = 0;
56 for (int i = 0; i < ROWS_PROCESSED_PER_ITERATION; i++, currentRow++) {
57 if (currentRow == counts.size()) {
61 processRow(counts.get(currentRow).isObject());
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 191 for (int row = fListWidget.currentRow() + 1; row < fListWidget.count();
256 int currentRow = fListWidget.currentRow();
257 if (currentRow != 0) {
258 fListWidget.setCurrentRow(currentRow - 1);
263 int currentRow = fListWidget.currentRow();
264 QString curRow = QString::number(currentRow);
266 if (currentRow < fListWidget.count() - 1) {
267 fListWidget.setCurrentRow(currentRow + 1)
    [all...]
  /external/skqp/debugger/QT/
SkDebuggerGUI.cpp 191 for (int row = fListWidget.currentRow() + 1; row < fListWidget.count();
256 int currentRow = fListWidget.currentRow();
257 if (currentRow != 0) {
258 fListWidget.setCurrentRow(currentRow - 1);
263 int currentRow = fListWidget.currentRow();
264 QString curRow = QString::number(currentRow);
266 if (currentRow < fListWidget.count() - 1) {
267 fListWidget.setCurrentRow(currentRow + 1)
    [all...]
  /external/icu/icu4c/source/common/
ucase.h 147 int32_t currentRow;
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 800 Row currentRow = null;
812 currentRow = createRowFromXml(res, parser);
813 rows.add(currentRow);
814 skipRow = currentRow.mode != 0 && currentRow.mode != mKeyboardMode;
821 key = createKeyFromXml(res, currentRow, x, y, parser);
836 currentRow.mKeys.add(key);
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 764 Row currentRow = null;
776 currentRow = createRowFromXml(res, parser);
777 skipRow = currentRow.mode != 0 && currentRow.mode != mKeyboardMode;
784 key = createKeyFromXml(res, currentRow, x, y, parser);
805 y += currentRow.verticalGap;
806 y += currentRow.defaultHeight;
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /external/zxing/core/
core.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 
hibernate3.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 700 milliseconds