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

  /packages/apps/Settings/src/com/android/settings/
SelectableEditTextPreference.java 42 * @param selectionMode can be SELECTION_CURSOR_START, SELECTION_CURSOR_END or
45 public void setInitialSelectionMode(int selectionMode) {
46 mSelectionMode = selectionMode;
  /frameworks/support/v4/api21/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompatApi21.java 38 boolean hierarchical, int selectionMode) {
40 selectionMode);
  /external/chromium_org/third_party/WebKit/Source/core/clipboard/
Pasteboard.cpp 64 void Pasteboard::setSelectionMode(bool selectionMode)
66 m_buffer = selectionMode ? blink::WebClipboard::BufferSelection : blink::WebClipboard::BufferStandard;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.idl 59 optional DOMString selectionMode = null);
HTMLTextFormControlElement.h 77 virtual void setRangeText(const String& replacement, unsigned start, unsigned end, const String& selectionMode, ExceptionState&);
HTMLInputElement.idl 88 optional DOMString selectionMode = "preserve");
HTMLTextFormControlElement.cpp 212 void HTMLTextFormControlElement::setRangeText(const String& replacement, unsigned start, unsigned end, const String& selectionMode, ExceptionState& exceptionState)
243 if (equalIgnoringCase(selectionMode, "select")) {
246 } else if (equalIgnoringCase(selectionMode, "start"))
248 else if (equalIgnoringCase(selectionMode, "end"))
    [all...]
HTMLInputElement.h 239 virtual void setRangeText(const String& replacement, unsigned start, unsigned end, const String& selectionMode, ExceptionState&) OVERRIDE FINAL;
HTMLInputElement.cpp     [all...]
  /frameworks/support/v4/kitkat/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompatKitKat.java 56 boolean hierarchical, int selectionMode) {
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompat.java 91 boolean hierarchical, int selectionMode) {
93 hierarchical, selectionMode));
264 int selectionMode);
655 int selectionMode) {
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityNodeInfo.java     [all...]
  /frameworks/base/core/java/android/widget/
GridView.java     [all...]
ListView.java     [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 971 milliseconds