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

  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
TextAreaTest.java 25 import com.badlogic.gdx.scenes.scene2d.ui.TextField;
46 TextField textField = new TextField("Text field", skin);
47 textField.setX(10);
48 textField.setY(220);
49 textField.setWidth(200);
50 textField.setHeight(30);
52 stage.addActor(textField);
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
RbnfDemo.java 25 import java.awt.TextField;
92 numberField = new TextField();
94 textField = new DemoTextFieldHolder();
95 textField.setFont(new Font("Serif", Font.PLAIN, 24));
110 textField.setText("PARSE ERROR");
114 textField.setText(spelloutFormatter.format(theNumber, ruleSetName));
131 textField.addKeyListener(new KeyAdapter() {
141 textField.selectAll();
144 textField.select(parsePosition.getIndex(), fieldText.length());
148 textField.selectAll()
    [all...]
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/bots/
UiBot.java 75 UiObject textField = findSearchViewTextField();
79 assertTrue(textField.exists());
80 assertEquals(isFocused, textField.isFocused());
82 assertEquals(query, textField.getText());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourcePage.java 105 Text textField = getTextField();
106 textField.setText(newName);
107 textField.setSelection(0, newName.length());
  /packages/apps/Dialer/src/com/android/dialer/
SpecialCharSequenceMgr.java 135 public static boolean handleChars(Context context, String input, EditText textField) {
142 || handleAdnEntry(context, dialString, textField)
196 static boolean handleAdnEntry(Context context, String input, EditText textField) {
237 sc.setTextField(textField);
384 * Note, access to the textField field is going to be synchronized, because
396 private EditText textField;
408 return textField;
415 textField = text;
428 // setting the textfield to null ensures that the UI does NOT get
430 textField = null
    [all...]
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
IOSInput.java 297 // uses a hidden textfield to capture input
320 private UITextField textfield = null; field in class:IOSInput
323 public boolean textFieldShouldChangeCharactersInRangeReplacementString (UITextField textField, NSRange range, String string) {
345 public boolean textFieldShouldEndEditing (UITextField textField) {
347 textField.setText("x");
354 public boolean textFieldShouldReturn (UITextField textField) {
365 if (textfield == null) createDefaultTextField();
367 textfield.becomeFirstResponder();
368 textfield.setDelegate(textDelegate);
370 textfield.resignFirstResponder();
    [all...]
  /external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
IOSInput.java 352 // uses a hidden textfield to capture input
375 private UITextField textfield = null; field in class:IOSInput
378 public boolean shouldChangeCharacters (UITextField textField, NSRange range, String string) {
400 public boolean shouldEndEditing (UITextField textField) {
402 textField.setText("x");
409 public boolean shouldReturn (UITextField textField) {
420 if (textfield == null) createDefaultTextField();
422 textfield.becomeFirstResponder();
423 textfield.setDelegate(textDelegate);
425 textfield.resignFirstResponder()
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
TextField.java 65 public class TextField extends Widget implements Disableable {
118 public TextField (String text, Skin skin) {
122 public TextField (String text, Skin skin, String styleName) {
126 public TextField (String text, TextFieldStyle style) {
411 /** Copies the contents of this TextField to the {@link Clipboard} implementation set on this TextField. */
418 /** Copies the selected contents of this TextField to the {@link Clipboard} implementation set on this TextField, then removes
479 /** Focuses the next TextField. If none is found, the keyboard is hidden. Does nothing if the text field is not in a stage.
480 * @param up If true, the TextField with the same or next smallest y coordinate is found, else the next highest. *
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 264 milliseconds