Home
last modified time | relevance | path

Searched refs:changeCursor (Results 1 – 5 of 5) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowSimpleCursorAdapter.java341 public void changeCursor(Cursor c) { in changeCursor() method in ShadowSimpleCursorAdapter
342 realSimpleCursorAdapter.changeCursor(c); in changeCursor()
362 realSimpleCursorAdapter.changeCursor(c); in changeCursorAndColumns()
DShadowCursorAdapter.java291 public void changeCursor(Cursor cursor) { in changeCursor() method in ShadowCursorAdapter
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DCursorAdapterTest.java68 adapter.changeCursor( null ); in testChangeCursor()
77 adapter.changeCursor( null ); in testCount()
/external/libvncserver/webclients/novnc/include/
Ddisplay.js90 Display.changeCursor(this._target, curDat, curDat, 2, 2, 8, 8);
456 changeCursor: function (pixels, mask, hotx, hoty, w, h) { method in Display
463 Display.changeCursor(this._target, pixels, mask, hotx, hoty, w, h);
465 Display.changeCursor(this._target, pixels, mask, hotx, hoty, w, h, this._colourMap);
640 Display.changeCursor = function (target, pixels, mask, hotx, hoty, w0, h0, cmap) { function in Display
Drfb.js1864 this._display.changeCursor(this._sock.rQshiftBytes(pixelslength),