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

  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetsDiffReporter.java 124 private int comparePackageName(WidgetListRowEntry curRow, WidgetListRowEntry newRow,
126 if (curRow == null && newRow == null) {
130 if (curRow == null && newRow != null) {
132 } else if (curRow != null && newRow == null) {
135 return comparator.compare(curRow, newRow);
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_D_T_.py 274 for curRow in range(metrics.height):
275 rowData = bitmapObject.getRow(curRow, bitDepth=bitDepth, metrics=metrics)
308 for curRow in range(metrics.height):
309 rowData = bitmapObject.getRow(curRow, bitDepth=1, metrics=metrics, reverseBytes=True)
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 264 QString curRow = QString::number(currentRow);
  /external/skqp/debugger/QT/
SkDebuggerGUI.cpp 264 QString curRow = QString::number(currentRow);

Completed in 272 milliseconds