HomeSort by relevance Sort by last modified time
    Searched refs:editable (Results 1 - 25 of 34) sorted by null

1 2

  /development/host/windows/usb/legacy/driver/
android_usb.rc 21 #error this file is not editable by Visual C++
  /frameworks/base/core/java/android/widget/
MultiAutoCompleteTextView.java 23 import android.text.Editable;
40 * An editable text view, extending {@link AutoCompleteTextView}, that
126 Editable text = getText();
154 Editable e = getText();
203 Editable editable = getText(); local
204 String original = TextUtils.substring(editable, start, end);
206 QwertyKeyListener.markAsReplaced(editable, start, end, original);
207 editable.replace(start, end, mTokenizer.terminateToken(text));
TextView.java 49 import android.text.Editable;
214 private Editable.Factory mEditableFactory = Editable.Factory.getInstance();
427 boolean editable = getDefaultEditable();
455 editable = a.getBoolean(attr, editable);
736 BufferType bufferType = BufferType.EDITABLE;
824 } else if (editable) {
841 bufferType = BufferType.EDITABLE;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
ContactsSource.java 187 * labels and editable {@link EditField}.
197 public boolean editable; field in class:ContactsSource.DataKind
227 public DataKind(String mimeType, int titleRes, int iconRes, int weight, boolean editable) {
232 this.editable = editable;
290 * Description of a user-editable field on a {@link DataKind} row, such as
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutTest.java 20 import android.text.Editable;
445 Editable editable = Editable.Factory.getInstance().newEditable("123\t\n555"); local
446 StaticLayout layout = new StaticLayout(editable, mDefaultPaint,
453 editable.delete(0, editable.length() - 1);
  /external/webkit/WebCore/inspector/front-end/
StylesSidebarPane.js 142 styleRules.push({ computedStyle: true, selectorText: WebInspector.UIString("Computed Style"), style: computedStyle, editable: false });
148 var attrStyle = { style: attr.style, editable: false };
290 var editable = styleRule.editable;
291 delete styleRule.editable;
296 // Default editable to true if it was omitted.
297 if (typeof editable === "undefined")
298 editable = true;
300 var section = new WebInspector.StylePropertiesSection(styleRule, subtitle, computedStyle, (ruleUsedProperties || usedProperties), editable);
378 WebInspector.StylePropertiesSection = function(styleRule, subtitle, computedStyle, usedProperties, editable)
    [all...]
ObjectPropertiesSection.js 34 this.editable = true;
197 if (WebInspector.isBeingEdited(this.valueElement) || !this.treeOutline.section.editable)
WatchExpressionsSidebarPane.js 83 this.editable = true;
245 if (WebInspector.isBeingEdited(this.nameElement) || !this.treeOutline.section.editable)
EventListenersSidebarPane.js 181 this.editable = false;
  /external/webkit/WebKit/mac/WebView/
WebViewData.h 102 BOOL editable; variable
WebView.mm     [all...]
  /external/webkit/WebKit/qt/Api/
qwebpage_p.h 176 bool editable; member in class:QWebPagePrivate
qwebpage.h 247 void setContentEditable(bool editable);
qwebpage.cpp 427 editable = false;
    [all...]
  /external/webkit/WebCore/editing/
visible_units.cpp 387 // RootInlineBoxes, like empty editable blocks and bordered blocks.
432 // of a soft-wrapped non-editable line. In this scenario, startPositionForLine would incorrectly hand back a position
455 // RootInlineBoxes, like empty editable blocks and bordered blocks.
501 // of a soft-wrapped non-editable line. In this scenario, endPositionForLine would incorrectly hand back a position
532 bool editable = node->isContentEditable(); local
535 if (editable == n->isContentEditable())
577 // This containing editable block does not have a previous line.
578 // Need to move back to previous containing editable block in this root editable
626 bool editable = node->isContentEditable() local
    [all...]
Editor.cpp 205 // FIXME: We sometimes allow deletions at the start of editable roots, like when the caret is in an empty list item.
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApDialog.java 28 import android.text.Editable;
166 public void afterTextChanged(Editable editable) {
WifiDialog.java 33 import android.text.Editable;
271 public void afterTextChanged(Editable editable) {
  /external/webkit/WebKit/gtk/webkit/
webkitprivate.h 132 bool editable; member in struct:_WebKitWebViewPrivate
webkitwebview.cpp     [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/widget/
ContactEditorView.java 221 // Skip kind of not editable
222 if (!kind.editable) continue;
  /external/webkit/WebCore/page/
EventHandler.cpp 1028 bool editable = (node && node->isContentEditable()); local
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 262 milliseconds

1 2