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

  /frameworks/base/core/tests/coretests/src/android/widget/
AutoCompleteTextViewPopup.java 242 int currentSelection = ListView.INVALID_POSITION;
244 currentSelection = textView.getListSelection();
245 if (expected == currentSelection) {
  /development/samples/SpinnerTest/src/com/android/example/spinner/test/
SpinnerActivityTest.java 270 String currentSelection = mActivity.getSpinnerSelection();
276 assertEquals(TEST_STATE_DESTROY_SELECTION, currentSelection);
337 String currentSelection = mActivity.getSpinnerSelection();
340 assertEquals(TEST_STATE_PAUSE_SELECTION,currentSelection);
  /external/webkit/Source/WebCore/editing/
InsertListCommand.cpp 138 RefPtr<Range> currentSelection = endingSelection().firstRange();
156 doApplyForSingleParagraph(forceCreateList, listTag, currentSelection.get());
178 doApplyForSingleParagraph(forceCreateList, listTag, currentSelection.get());
189 void InsertListCommand::doApplyForSingleParagraph(bool forceCreateList, const QualifiedName& listTag, Range* currentSelection)
213 if (switchListType && isNodeVisiblyContainedWithin(listNode.get(), currentSelection)) {
214 bool rangeStartIsInList = visiblePositionBeforeNode(listNode.get()) == currentSelection->startPosition();
215 bool rangeEndIsInList = visiblePositionAfterNode(listNode.get()) == currentSelection->endPosition();
237 currentSelection->setStart(newList, 0, ec);
239 currentSelection->setEnd(newList, lastOffsetInNode(newList.get()), ec);
TypingCommand.cpp 143 VisibleSelection currentSelection = frame->selection()->selection();
144 if (currentSelection == typingCommand->endingSelection())
147 typingCommand->setStartingSelection(currentSelection);
148 typingCommand->setEndingSelection(currentSelection);
172 VisibleSelection currentSelection = frame->selection()->selection();
173 bool changeSelection = currentSelection != selectionForInsertion;
213 cmd->setEndingSelection(currentSelection);
214 frame->selection()->setSelection(currentSelection);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java 790 ISelection currentSelection = outline.getSelection();
791 if (currentSelection == null || !currentSelection.equals(newSelection)) {
    [all...]

Completed in 201 milliseconds