Searched refs:setCursor (Results 1 – 9 of 9) sorted by relevance
65 consoleTextArea.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR)); in run()126 consoleTextArea.setCursor(Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR)); in run()
68 consoleTextArea.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR)); in run()131 consoleTextArea.setCursor(Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR)); in run()
204 shadowContentResolver.setCursor(cursor); in whenCursorHasBeenSet_query_shouldReturnTheCursor()212 shadowContentResolver.setCursor(cursor); in whenCursorHasBeenSet_queryWithCancellationSignal_shouldReturnTheCursor()223 shadowContentResolver.setCursor(uri21, cursor21); in query_shouldReturnSpecificCursorsForSpecificUris()224 shadowContentResolver.setCursor(uri22, cursor22); in query_shouldReturnSpecificCursorsForSpecificUris()239 shadowContentResolver.setCursor(testCursor); in query_shouldKnowWhatItsParamsWere()
38 shadowOf(contentResolver).setCursor(EXTERNAL_CONTENT_URI, CURSOR); in startQuery_callbackIsCalled()
549 this.decoder_.setCursor(newEnd);596 this.decoder_.setCursor(end);
400 jspb.BinaryDecoder.prototype.setCursor = function(cursor) { method in jspb.BinaryDecoder
35 shadowOf(contentResolver).setCursor(uri, cursor); in setup()
689 public void setCursor(BaseCursor cursor) {693 public void setCursor(Uri uri, BaseCursor cursorForUri) {
97 setCursor(Cursor.getPredefinedCursor(Cursor.TEXT_CURSOR)); in DumbTextComponent()