HomeSort by relevance Sort by last modified time
    Searched defs:mHeightText (Results 1 - 5 of 5) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
ExportDialog.java 50 EditText mHeightText;
105 mHeightText = (EditText) view.findViewById(R.id.editableHeight);
114 mHeightText.setText("" + mOriginalBounds.height());
118 mHeightText.addTextChangedListener(new Watcher(mHeightText));
222 mHeightText.setText("" + height);
225 if (mHeightText.getText() != null) {
226 String value = String.valueOf(mHeightText.getText());
231 mHeightText.setText("" + height);
235 mHeightText.setText("" + height)
    [all...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/24.4.0-beta6/
ddmuilib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/24.5.0/
ddmuilib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.0.0-alpha1/
ddmuilib-25.0.0-alpha1.jar 

Completed in 230 milliseconds