HomeSort by relevance Sort by last modified time
    Searched refs:currentSelection (Results 1 - 22 of 22) 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 143 RefPtrWillBeRawPtr<Range> currentSelection = endingSelection().firstRange();
160 doApplyForSingleParagraph(forceCreateList, listTag, *currentSelection);
181 doApplyForSingleParagraph(forceCreateList, listTag, *currentSelection);
197 void InsertListCommand::doApplyForSingleParagraph(bool forceCreateList, const QualifiedName& listTag, Range& currentSelection)
221 if (switchListType && isNodeVisiblyContainedWithin(*listNode, currentSelection)) {
222 bool rangeStartIsInList = visiblePositionBeforeNode(*listNode) == VisiblePosition(currentSelection.startPosition());
223 bool rangeEndIsInList = visiblePositionAfterNode(*listNode) == VisiblePosition(currentSelection.endPosition());
244 currentSelection.setStart(newList, 0, IGNORE_EXCEPTION);
246 currentSelection.setEnd(newList, lastOffsetInNode(newList.get()), IGNORE_EXCEPTION);
TypingCommand.cpp 150 VisibleSelection currentSelection = frame->selection().selection();
151 if (currentSelection == typingCommand->endingSelection())
154 typingCommand->setStartingSelection(currentSelection);
155 typingCommand->setEndingSelection(currentSelection);
175 VisibleSelection currentSelection = frame->selection().selection();
196 applyTextInsertionCommand(frame.get(), cmd, selectionForInsertion, currentSelection);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
select_widget.js 46 var currentSelection = this.selectNode_.selectedIndex;
47 if (typeof(currentSelection) == 'number') {
48 cvox.ChromeVox.syncToNode(container.children[currentSelection], true);
  /frameworks/base/core/tests/coretests/src/android/widget/
AutoCompleteTextViewPopup.java 242 int currentSelection = ListView.INVALID_POSITION;
244 currentSelection = textView.getListSelection();
245 if (expected == currentSelection) {
  /packages/services/Telephony/src/com/android/phone/settings/
AccountSelectionPreference.java 72 PhoneAccountHandle currentSelection,
85 if (Objects.equals(currentSelection, mAccounts[i])) {
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
drag_selector.js 160 var currentSelection = this.target_.getHitElements(
168 // Diff the selection between currentSelection and this.lastSelection_.
176 for (var i = 0; i < currentSelection.length; i++) {
177 var index = currentSelection[i];
200 // then the item is included in lastSelection but not in currentSelection.
206 // this is included in currentSelection but not in lastSelection.
215 this.lastSelection_ = currentSelection;
file_grid.js 296 var currentSelection = [];
317 currentSelection.push(index);
320 return currentSelection;
file_table.js 341 var currentSelection = [];
346 currentSelection.push(i);
348 return currentSelection;
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
TargetControlPane.java 255 String currentSelection = (String) mCameraSpinner.getSelectedItem();
260 if (cameraSpinnerItems[i].equals(currentSelection)) {
RequestControlPane.java 255 String currentSelection = (String) mCameraSpinner.getSelectedItem();
260 if (cameraSpinnerItems[i].equals(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/ui/file_manager/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/chromium_org/ui/file_manager/gallery/js/
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 4271 milliseconds