Searched refs:textBox (Results 1 – 5 of 5) sorted by relevance
/external/autotest/frontend/client/src/autotest/moblab/wizard/ |
D | FlexWizardCard.java | 50 TextBox textBox = createTextBox(value, passwordProtected); in createStringValueFieldWidget() local 51 fieldMap.put(fieldId, textBox); in createStringValueFieldWidget() 52 widget = textBox; in createStringValueFieldWidget() 71 TextBox textBox = passwordProtected ? new PasswordTextBox() : new TextBox(); in createTextBox() local 73 textBox.setText(value); in createTextBox() 75 return textBox; in createTextBox()
|
D | WifiCard.java | 72 TextBox textBox = getValueFieldEditor(fieldId); in getStringValueFieldValue() local 73 String value = textBox.getValue(); in getStringValueFieldValue()
|
D | CloudStorageCard.java | 180 TextBox textBox = getValueFieldEditor(fieldId); in getStringValueFieldValue() local 181 String value = textBox.getValue(); in getStringValueFieldValue()
|
/external/skia/modules/skottie/src/text/ |
D | SkottieShaper.h | 124 static Result Shape(const SkString& text, const TextDesc& desc, const SkRect& textBox,
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 8753 Rect textBox; in Qt_TextMediaAddTextSample() local 8787 &textBox, in Qt_TextMediaAddTextSample() 8799 PyMac_BuildRect, &textBox, in Qt_TextMediaAddTextSample() 8813 Rect textBox; in Qt_TextMediaAddTESample() local 8838 &textBox, in Qt_TextMediaAddTESample() 8849 PyMac_BuildRect, &textBox, in Qt_TextMediaAddTESample()
|