Searched refs:mHeightText (Results 1 – 1 of 1) sorted by relevance
50 EditText mHeightText; field in ExportDialog105 mHeightText = (EditText) view.findViewById(R.id.editableHeight); in onCreateView()114 mHeightText.setText("" + mOriginalBounds.height()); in onCreateView()118 mHeightText.addTextChangedListener(new Watcher(mHeightText)); in onCreateView()222 mHeightText.setText("" + height); in textChanged()225 if (mHeightText.getText() != null) { in textChanged()226 String value = String.valueOf(mHeightText.getText()); in textChanged()231 mHeightText.setText("" + height); in textChanged()235 mHeightText.setText("" + height); in textChanged()