/external/autotest/server/cros/ap_configurators/ |
web_driver_core_helpers.py | 398 """Sets the content of a textfield, by passing the element ID. 400 @param content: the content to apply to the textfield 401 @param text_field_id: the html ID of the textfield 415 """Sets the content of a textfield, by passing the xpath. 417 @param content: the content to apply to the textfield 418 @param xpath: the xpath of the textfield
|
dlink_dir300_ap_configurator.py | 112 # the ssid textfield is disabled.
|
/packages/apps/Dialer/res/layout/ |
dialpad_fragment.xml | 43 (the textfield/button and the dialpad) are hidden. -->
|
/sdk/eclipse/ |
dictionary.txt | 306 textfield
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
KeyCreationPage.java | 322 * @param textField The {@link Text} field containing the entry value. 325 private void buildDName(String prefix, Text textField, StringBuilder sb) { 326 if (textField != null) { 327 String value = textField.getText().trim();
|
/external/libvncserver/webclients/java-applet/ssl/ |
VncViewer.jar | |
SignedVncViewer.jar | |
SignedUltraViewerSSL.jar | |
UltraViewerSSL.jar | |
/external/autotest/frontend/server/ |
models.py | 37 note = dbmodels.TextField(null=True, blank=True) 128 value = dbmodels.TextField(null=True, blank=True)
|
/external/libgdx/tests/gdx-tests-android/assets/data/ |
uiskin.json | 49 com.badlogic.gdx.scenes.scene2d.ui.TextField$TextFieldStyle: { 50 default: { selection: selection, background: textfield, font: default-font, fontColor: white, cursor: cursor }
|
uiskin.atlas | 14 textfield
|
/external/skia/include/views/ |
SkOSMenu.h | 30 * TextField : string 75 void setString(const char value[]) const; //For TextField
|
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/ |
LwjglInput.java | 136 final JTextField textField = new JTextField(20);
137 textField.setText(text);
138 textField.setAlignmentX(0.0f);
139 textPanel.add(textField);
146 textField.getDocument().addDocumentListener(new DocumentListener() {
164 if (textField.getText().length() == 0)
177 Border border = textField.getBorder();
178 placeholderLabel.setBorder(new EmptyBorder(border.getBorderInsets(textField)));
191 textField.requestFocusInWindow();
202 listener.input(textField.getText()); [all...] |
/packages/apps/Dialer/res/layout-land/ |
dialpad_fragment.xml | 52 (the textfield/button and the dialpad) are hidden. -->
|
/external/autotest/frontend/afe/ |
rdb_model_extensions.py | 82 For CharField and TextField fields with "blank=True", if nothing 94 isinstance(obj, dbmodels.TextField)):
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/ |
ARDMainView.m | 92 - (BOOL)textFieldShouldReturn:(UITextField *)textField { 95 [textField resignFirstResponder];
|
/external/autotest/frontend/tko/ |
models.py | 288 description = dbmodels.TextField(blank=True) 305 url_token = dbmodels.TextField() 314 url_token = dbmodels.TextField(null=False, blank=False) 316 params = dbmodels.TextField(null=False, blank=False) 324 cached_png = dbmodels.TextField(editable=False)
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
CalendarCalc.java | 22 import java.awt.TextField; 152 TextField patternText; 205 patternText=new TextField(FIELD_COLUMNS);
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/ |
TextArea.java | 33 /** A multiple-line text input field, entirely based on {@link TextField} */ 34 public class TextArea extends TextField { 192 // OVERRIDE from TextField
|
/development/samples/SipDemo/src/com/example/android/sip/ |
WalkieTalkieActivity.java | 319 EditText textField = (EditText) 321 sipAddress = textField.getText().toString();
|
/external/libgdx/extensions/gdx-tools/assets/ |
uiskin.atlas | 76 textfield
|
/external/libvncserver/webclients/java-applet/ |
VncViewer.jar | |
/external/proguard/src/proguard/gui/ |
ProGuardGUI.java | [all...] |
/development/tools/rmtypedefs/.idea/ |
uiDesigner.xml | 41 <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
|