HomeSort by relevance Sort by last modified time
    Searched defs:editable (Results 1 - 10 of 10) sorted by null

  /external/autotest/frontend/afe/
rdb_model_extensions.py 189 editable=settings.FULL_ADMIN) variable in class:AbstractHostModel
192 editable=settings.FULL_ADMIN) variable in class:AbstractHostModel
194 editable=settings.FULL_ADMIN) variable in class:AbstractHostModel
198 lock_time = dbmodels.DateTimeField(null=True, blank=True, editable=False)
199 dirty = dbmodels.BooleanField(default=True, editable=settings.FULL_ADMIN)
models.py 70 editable=settings.FULL_ADMIN) variable in class:AtomicGroup
118 editable=settings.FULL_ADMIN) variable in class:Label
181 editable=settings.FULL_ADMIN) variable in class:StaticLabel
512 locked_by = dbmodels.ForeignKey(User, null=True, blank=True, editable=False)
    [all...]
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/
BaseInputConnectionTest.java 28 import android.text.Editable;
96 * returns its own fake editable that is just used for composing text.
103 * selection position of the editable text.
105 * cursor caps mode for the current selection position in the editable text.
108 * around the current selection position of the editable text.
109 * setSelection: changes the selection position in the current editable text.
115 // return is an default Editable instance with empty source
116 final Editable text = connection.getEditable();
122 Editable inputText = Editable.Factory.getInstance().newEditable(str)
199 final Editable editable = Editable.Factory.getInstance().newEditable(source); local
    [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
VirtualContainerView.java 31 import android.text.Editable;
63 static final String TEXT_CLASS = "my.editable.view";
236 if (item.editable) {
531 public void afterTextChanged(Editable s) {
550 private final boolean editable; field in class:VirtualContainerView.Item
555 Item(Line line, int id, String resourceId, CharSequence text, boolean editable,
561 this.editable = editable;
563 this.className = editable ? TEXT_CLASS : LABEL_CLASS;
571 node.setEditable(editable);
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutTest.java 36 import android.text.Editable;
569 Editable editable = Editable.Factory.getInstance().newEditable("123\t\n555"); local
570 StaticLayout layout = new StaticLayout(editable, mDefaultPaint,
577 editable.delete(0, editable.length() - 1);
    [all...]
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
AbstractCustomVirtualView.java 225 public final boolean editable; field in class:AbstractCustomVirtualView.Item
235 boolean editable, boolean sanitized) {
240 this.editable = editable;
251 + (editable ? " (editable)" : " (read-only)"
257 return editable ? EditText.class.getName() : TextView.class.getName();
278 node.setEditable(editable);
294 if (!editable) {
295 Log.w(TAG, "Item for id " + id + " is not editable: " + this)
    [all...]
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
AbstractCustomVirtualView.java 225 public final boolean editable; field in class:AbstractCustomVirtualView.Item
235 boolean editable, boolean sanitized) {
240 this.editable = editable;
251 + (editable ? " (editable)" : " (read-only)"
257 return editable ? EditText.class.getName() : TextView.class.getName();
278 node.setEditable(editable);
294 if (!editable) {
295 Log.w(TAG, "Item for id " + id + " is not editable: " + this)
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DumbTextComponent.java 55 private boolean editable = true; field in class:DumbTextComponent
196 if (!ctrl || !editable) break;
202 if (!editable) {
214 if (!editable) {
257 if (!editable) break;
337 if (!editable) break;
352 if (!editable) break;
366 if (!editable) break;
399 editable = b;
403 return editable;
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java 76 import android.text.Editable;
217 * Promotes the TextView to editable and places focus in it to allow simulated typing. Used in
223 mTextView.setText("", BufferType.EDITABLE);
336 mTextView.setText(LONG_TEXT, BufferType.EDITABLE);
337 Selection.setSelection((Editable) mTextView.getText(),
354 Selection.setSelection((Editable) mTextView.getText(),
539 mTextView.setText(text1, BufferType.EDITABLE);
555 mTextView.setText(text2, BufferType.EDITABLE);
662 textView.setText("abcd", BufferType.EDITABLE);
5605 final Editable editable = mTextView.getEditableText(); local
    [all...]
  /external/guice/lib/build/
spring-beans.jar 

Completed in 766 milliseconds