HomeSort by relevance Sort by last modified time
    Searched refs:selectionMode (Results 1 - 21 of 21) 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 40 boolean hierarchical, int selectionMode) {
42 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 70 virtual void setRangeText(const String& replacement, unsigned start, unsigned end, const String& selectionMode, ExceptionState&);
HTMLTextFormControlElement.cpp 211 void HTMLTextFormControlElement::setRangeText(const String& replacement, unsigned start, unsigned end, const String& selectionMode, ExceptionState& exceptionState)
242 if (equalIgnoringCase(selectionMode, "select")) {
245 } else if (equalIgnoringCase(selectionMode, "start"))
247 else if (equalIgnoringCase(selectionMode, "end"))
HTMLInputElement.idl 88 optional DOMString selectionMode = null);
HTMLInputElement.h 261 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 81 boolean hierarchical, int selectionMode) {
83 hierarchical, selectionMode));
251 int selectionMode);
620 int selectionMode) {
1023 boolean hierarchical, int selectionMode) {
1025 hierarchical, 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 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 918 milliseconds