HomeSort by relevance Sort by last modified time
    Searched defs:currentSelection (Results 1 - 13 of 13) 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/chromium_org/third_party/WebKit/Source/core/editing/
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);
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
RequestControlPane.java 255 String currentSelection = (String) mCameraSpinner.getSelectedItem();
260 if (cameraSpinnerItems[i].equals(currentSelection)) {
TargetControlPane.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...]
  /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 735 milliseconds