Home
last modified time | relevance | path

Searched refs:TextBox (Results 1 – 25 of 27) sorted by relevance

12

/external/autotest/frontend/client/src/autotest/moblab/wizard/
DFlexWizardCard.java6 import com.google.gwt.user.client.ui.TextBox;
24 private Map<String, TextBox> fieldMap;
29 fieldMap = new HashMap<String, TextBox>(); in FlexWizardCard()
50 TextBox textBox = createTextBox(value, passwordProtected); in createStringValueFieldWidget()
70 protected TextBox createTextBox(String value, boolean passwordProtected) { in createTextBox()
71 TextBox textBox = passwordProtected ? new PasswordTextBox() : new TextBox(); in createTextBox()
85 protected TextBox getValueFieldEditor(String fieldId) { in getValueFieldEditor()
DWifiCard.java7 import com.google.gwt.user.client.ui.TextBox;
72 TextBox textBox = getValueFieldEditor(fieldId); in getStringValueFieldValue()
DCloudStorageCard.java14 import com.google.gwt.user.client.ui.TextBox;
60 TextBox box = getValueFieldEditor(CloudStorageInfo.JSON_FIELD_BOTO_KEY_ID); in updateModeUI()
180 TextBox textBox = getValueFieldEditor(fieldId); in getStringValueFieldValue()
/external/autotest/frontend/client/src/autotest/moblab/
DConfigSettingsView.java19 import com.google.gwt.user.client.ui.TextBox;
40 private HashMap<String, HashMap<String, TextBox> > configValueTextBoxes;
95 … for (Entry<String, HashMap<String, TextBox> > sections : configValueTextBoxes.entrySet()) { in initialize()
97 for (Entry<String, TextBox> configValue : sections.getValue().entrySet()) { in initialize()
138 configValueTextBoxes = new HashMap<String, HashMap<String, TextBox> >(); in loadData()
142 HashMap<String, TextBox> sectionKeyValues = new HashMap<String, TextBox>(); in loadData()
153 TextBox configInput = new TextBox(); in loadData()
DDutManagementView.java20 import com.google.gwt.user.client.ui.TextBox;
34 private TextBox poolLabelName;
36 private TextBox attributeName;
37 private TextBox attributeValue;
161 poolLabelName = new TextBox(); in initialize()
173 attributeName = new TextBox(); in initialize()
179 attributeValue = new TextBox(); in initialize()
DSuiteRunnerView.java20 import com.google.gwt.user.client.ui.TextBox;
44 private TextBox bugIdTextBox;
47 private TextBox partIdTextBox;
130 bugIdTextBox = new TextBox(); in initialize()
131 partIdTextBox = new TextBox(); in initialize()
/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewDisplay.java40 import com.google.gwt.user.client.ui.TextBox;
46 private TextBox jobName = new TextBox();
69 private TextBox timeout = new TextBox();
74 private TextBox maxRuntime = new TextBox();
79 private TextBox testRetry = new TextBox();
83 private TextBox emailList = new TextBox();
125 private TextBox pool = new TextBox();
/external/autotest/frontend/client/src/autotest/common/table/
DSearchFilter.java13 import com.google.gwt.user.client.ui.TextBox;
17 private TextBox searchBox = new TextBox();
/external/autotest/frontend/client/src/autotest/afe/
DITextBox.java7 import com.google.gwt.user.client.ui.TextBox;
13 public static class TextBoxImpl extends TextBox implements ITextBox {}
DHostSelectorDisplay.java18 import com.google.gwt.user.client.ui.TextBox;
28 private TextBox labelNumberInput = new TextBox();
DHostDetailView.java41 import com.google.gwt.user.client.ui.TextBox;
167 private TextBox hostnameInput = new TextBox();
169 private TextBox lockReasonInput = new TextBox();
/external/autotest/frontend/client/src/autotest/tko/
DParameterizedFieldListDisplay.java15 import com.google.gwt.user.client.ui.TextBox;
38 private TextBox valueInput = new TextBox();
DSavedQueriesControl.java29 import com.google.gwt.user.client.ui.TextBox;
47 private QueryActionDialog<TextBox> addQueryDialog;
84 addQueryDialog = new QueryActionDialog<TextBox>(new TextBox(), in SavedQueriesControl()
DFilterSelector.java18 import com.google.gwt.user.client.ui.TextBox;
30 private TextBox condition = new TextBox();
DTestLabelManager.java23 import com.google.gwt.user.client.ui.TextBox;
40 private TextBox newLabelName = new TextBox();
DSeriesSelector.java18 import com.google.gwt.user.client.ui.TextBox;
40 private TextBox name = new TextBox();
/external/autotest/frontend/client/src/autotest/common/ui/
DDetailView.java14 import com.google.gwt.user.client.ui.TextBox;
24 protected TextBox idInput = new TextBox();
/external/skia/modules/skparagraph/include/
DParagraph.h44 virtual std::vector<TextBox> getRectsForRange(unsigned start,
49 virtual std::vector<TextBox> getRectsForPlaceholders() = 0;
DDartTypes.h73 struct TextBox { struct
77 TextBox(SkRect r, TextDirection d) : rect(r), direction(d) {} in TextBox() argument
/external/skia/modules/skparagraph/src/
DTextLine.h101 …ange, RectHeightStyle rectHeightStyle, RectWidthStyle rectWidthStyle, std::vector<TextBox>& boxes);
102 void getRectsForPlaceholders(std::vector<TextBox>& boxes);
DParagraphImpl.h117 std::vector<TextBox> getRectsForRange(unsigned start,
121 std::vector<TextBox> getRectsForPlaceholders() override;
DParagraphImpl.cpp655 std::vector<TextBox> ParagraphImpl::getRectsForRange(unsigned start, in getRectsForRange()
659 std::vector<TextBox> results; in getRectsForRange()
722 std::vector<TextBox> ParagraphImpl::getRectsForPlaceholders() { in getRectsForPlaceholders()
723 std::vector<TextBox> boxes; in getRectsForPlaceholders()
/external/skia/modules/canvaskit/
Dparagraph_bindings.cpp258 Float32Array TextBoxesToFloat32Array(std::vector<para::TextBox> boxes) { in TextBoxesToFloat32Array()
283 std::vector<para::TextBox> boxes = self.getRectsForRange(start, end, heightStyle, widthStyle); in GetRectsForRange()
288 std::vector<para::TextBox> boxes = self.getRectsForPlaceholders(); in GetRectsForPlaceholders()
/external/capstone/bindings/vb6/
DForm1.frm114 Begin VB.TextBox Text1
/external/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp141 void drawRects(SkColor color, std::vector<TextBox>& result, bool fill = false) { in drawRects()
169 void drawLines(SkColor color, std::vector<TextBox>& result) { in drawLines()
1256 …std::vector<TextBox> boxes = paragraph->getRectsForRange(0, 0, rect_height_style, rect_width_style… in DEF_TEST()
1308 …std::vector<TextBox> boxes = paragraph->getRectsForRange(0, len, RectHeightStyle::kTight, rect_wid… in DEF_TEST()
1309 …std::vector<TextBox> lineBoxes = paragraph->getRectsForRange(0, len, RectHeightStyle::kMax, rect_w… in DEF_TEST()
1377 …std::vector<TextBox> boxes = paragraph->getRectsForRange(0, len, RectHeightStyle::kTight, rect_wid… in DEF_TEST()
1378 …std::vector<TextBox> lineBoxes = paragraph->getRectsForRange(0, len, RectHeightStyle::kMax, rect_w… in DEF_TEST()
1469 …std::vector<TextBox> boxes = paragraph->getRectsForRange(0, len, RectHeightStyle::kTight, rect_wid… in DEF_TEST()
1470 …std::vector<TextBox> lineBoxes = paragraph->getRectsForRange(0, len, RectHeightStyle::kMax, rect_w… in DEF_TEST()
1526 …std::vector<TextBox> boxes = paragraph->getRectsForRange(0, len, RectHeightStyle::kTight, rect_wid… in DEF_TEST()
[all …]

12