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 201 Drawable imageViewDrawable = mImageView.getDrawable();
202 BitmapDrawable imageViewBitmap = (BitmapDrawable) imageViewDrawable;
217 Drawable imageViewDrawable = mImageView.getDrawable();
218 BitmapDrawable imageViewBitmap = (BitmapDrawable) imageViewDrawable;
240 Drawable imageViewDrawable = mImageView.getDrawable();
241 BitmapDrawable imageViewBitmap = (BitmapDrawable) imageViewDrawable;
261 Drawable imageViewDrawable = mImageView.getDrawable();
262 BitmapDrawable imageViewBitmap = (BitmapDrawable) imageViewDrawable;
279 Drawable imageViewDrawable = mImageView.getDrawable();
280 BitmapDrawable imageViewBitmap = (BitmapDrawable) imageViewDrawable;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java     [all...]

Completed in 699 milliseconds