HomeSort by relevance Sort by last modified time
    Searched full:selectionmode (Results 1 - 17 of 17) 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/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.ui 27 <property name="selectionMode" >
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.idl 59 optional DOMString selectionMode = null);
HTMLInputElement.idl 88 optional DOMString selectionMode = null);
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"))
HTMLTextFormControlElement.h 70 virtual void setRangeText(const String& replacement, unsigned start, unsigned end, const String& selectionMode, ExceptionState&);
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) {
  /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;
  /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...]
  /external/oprofile/gui/ui/
oprof_start.base.ui 122 <name>selectionMode</name>
    [all...]
  /frameworks/base/core/java/android/widget/
GridView.java     [all...]
ListView.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
libXm.so.2 

Completed in 918 milliseconds