OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:textfield
(Results
1 - 5
of
5
) sorted by null
/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/tests/gdx-tests/src/com/badlogic/gdx/tests/
UITest.java
42
import com.badlogic.gdx.scenes.scene2d.ui.
TextField
;
43
import com.badlogic.gdx.scenes.scene2d.ui.
TextField
.TextFieldListener;
103
TextField
textfield
= new
TextField
("", skin);
local
104
textfield
.setMessageText("Click here!");
105
textfield
.setAlignment(Align.center);
128
// configures an example of a
TextField
in password mode.
129
final Label passwordLabel = new Label("
Textfield
in password mode: ", skin);
130
final
TextField
passwordTextField = new TextField("", skin)
[
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
...]
/prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar
/external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar
Completed in 391 milliseconds