HomeSort by relevance Sort by last modified time
    Searched refs:imageViewDrawable (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
ImageViewTest.java 188 Drawable imageViewDrawable = mImageView.getDrawable();
189 BitmapDrawable imageViewBitmap = (BitmapDrawable) imageViewDrawable;
204 Drawable imageViewDrawable = mImageView.getDrawable();
205 BitmapDrawable imageViewBitmap = (BitmapDrawable) imageViewDrawable;
227 Drawable imageViewDrawable = mImageView.getDrawable();
228 BitmapDrawable imageViewBitmap = (BitmapDrawable) imageViewDrawable;
248 Drawable imageViewDrawable = mImageView.getDrawable();
249 BitmapDrawable imageViewBitmap = (BitmapDrawable) imageViewDrawable;
266 Drawable imageViewDrawable = mImageView.getDrawable();
267 BitmapDrawable imageViewBitmap = (BitmapDrawable) imageViewDrawable;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java     [all...]

Completed in 7706 milliseconds