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

  /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/chromium_org/third_party/WebKit/Source/core/editing/
InsertListCommand.h 57 void doApplyForSingleParagraph(bool forceCreateList, const QualifiedName&, Range* currentSelection);
InsertListCommand.cpp 141 RefPtr<Range> currentSelection = endingSelection().firstRange();
158 doApplyForSingleParagraph(forceCreateList, listTag, currentSelection.get());
179 doApplyForSingleParagraph(forceCreateList, listTag, currentSelection.get());
194 void InsertListCommand::doApplyForSingleParagraph(bool forceCreateList, const QualifiedName& listTag, Range* currentSelection)
218 if (switchListType && isNodeVisiblyContainedWithin(listNode.get(), currentSelection)) {
219 bool rangeStartIsInList = visiblePositionBeforeNode(listNode.get()) == currentSelection->startPosition();
220 bool rangeEndIsInList = visiblePositionAfterNode(listNode.get()) == currentSelection->endPosition();
241 currentSelection->setStart(newList, 0, IGNORE_EXCEPTION);
243 currentSelection->setEnd(newList, lastOffsetInNode(newList.get()), IGNORE_EXCEPTION);
TypingCommand.cpp 148 VisibleSelection currentSelection = frame->selection().selection();
149 if (currentSelection == typingCommand->endingSelection())
152 typingCommand->setStartingSelection(currentSelection);
153 typingCommand->setEndingSelection(currentSelection);
173 VisibleSelection currentSelection = frame->selection().selection();
194 applyTextInsertionCommand(frame.get(), cmd, selectionForInsertion, currentSelection);
  /frameworks/base/core/tests/coretests/src/android/widget/
AutoCompleteTextViewPopup.java 242 int currentSelection = ListView.INVALID_POSITION;
244 currentSelection = textView.getListSelection();
245 if (expected == currentSelection) {
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
drag_selector.js 162 var currentSelection = this.target_.getHitElements(
170 // Diff the selection between currentSelection and this.lastSelection_.
178 for (var i = 0; i < currentSelection.length; i++) {
179 var index = currentSelection[i];
202 // then the item is included in lastSelection but not in currentSelection.
208 // this is included in currentSelection but not in lastSelection.
217 this.lastSelection_ = currentSelection;
file_grid.js 277 var currentSelection = [];
298 currentSelection.push(index);
301 return currentSelection;
file_table.js 381 var currentSelection = [];
386 currentSelection.push(i);
388 return currentSelection;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java 798 ISelection currentSelection = outline.getSelection();
799 if (currentSelection == null || !currentSelection.equals(newSelection)) {
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ImageGallery.java 236 int currentSelection = mGvs.getCurrentSelection();
237 if (currentSelection < 0
238 || currentSelection >= mAllImages.getCount()) {
241 return mAllImages.getImageAt(currentSelection);
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
slide_mode.js 279 var currentSelection = this.selectionModel_.selectedIndexes;
280 if (currentSelection.length === 1)
283 this.savedSelection_ = currentSelection;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1420 milliseconds