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

  /developers/samples/android/content/WidgetData/Application/src/main/java/com/example/android/widgetdata/
WeatherDataProvider.java 93 c.addRow(new Object[]{ new Integer(i), data.day, new Integer(data.degrees) });
  /development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
WeatherDataProvider.java 98 c.addRow(new Object[]{ new Integer(i), data.day, new Integer(data.degrees) });
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertingCells.java 79 public void addRow(View view) {
89 mListView.addRow(newObj);
98 mListView.addRow(newObj);
InsertionListView.java 49 * This ListView displays a set of ListItemObjects. By calling addRow with a new
98 public void addRow(ListItemObject newObj) {
  /cts/tests/tests/database/src/android/database/cts/
MatrixCursorTest.java 100 mMatrixCursor.addRow(new Long[] { Long.MIN_VALUE, 0l, Long.MAX_VALUE });
111 mMatrixCursor.addRow(new Long[2]);
119 mMatrixCursor.addRow(new Long[4]);
130 mMatrixCursor.addRow(values);
138 mMatrixCursor.addRow(values);
150 mMatrixCursor.addRow(values);
172 mMatrixCursor.addRow(new Short[] { Short.MIN_VALUE, 0, Short.MAX_VALUE });
203 mMatrixCursor.addRow(new Double[] { Double.MIN_VALUE, 0d, Double.MAX_VALUE });
234 mMatrixCursor.addRow(new String[] { "-1", "0", "1" });
264 mMatrixCursor.addRow(new String[] { "1.0E2", "0xff", "not number" })
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
RequestTimingView.js 100 function addRow(title, className, start, end)
137 addRow(WebInspector.UIString("Stalled"), "blocking", 0, blocking);
140 addRow(WebInspector.UIString("Proxy negotiation"), "proxy", timing.proxyStart, timing.proxyEnd);
143 addRow(WebInspector.UIString("DNS Lookup"), "dns", timing.dnsStart, timing.dnsEnd);
146 addRow(WebInspector.UIString("Initial connection"), "connecting", timing.connectStart, timing.connectEnd);
149 addRow(WebInspector.UIString("SSL"), "ssl", timing.sslStart, timing.sslEnd);
151 addRow(WebInspector.UIString("Request sent"), "sending", timing.sendStart, timing.sendEnd);
152 addRow(WebInspector.UIString("Waiting (TTFB)"), "waiting", timing.sendEnd, timing.receiveHeadersEnd);
155 addRow(WebInspector.UIString("Content Download"), "receiving", (request.responseReceivedTime - timing.requestTime) * 1000, total);
160 addRow(WebInspector.UIString("Stalled"), "blocking", 0, timing.serviceWorkerFetchStart)
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 799 milliseconds