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

  /external/webkit/WebCore/inspector/front-end/
ImageView.js 29 WebInspector.ImageView = function(resource)
71 WebInspector.ImageView.prototype = {
75 WebInspector.ImageView.prototype.__proto__ = WebInspector.ResourceView.prototype;
  /cts/tests/tests/widget/src/android/widget/cts/
ImageViewTest.java 44 import android.widget.ImageView;
45 import android.widget.ImageView.ScaleType;
56 * Test {@link ImageView}.
58 @TestTargetClass(ImageView.class)
60 private ImageView mImageView;
68 * Find the ImageView specified by id.
71 * @return the ImageView
73 private ImageView findImageViewById(int id) {
74 return (ImageView) mActivity.findViewById(id);
115 notes = "Test constructor(s) of {@link ImageView}",
    [all...]
  /frameworks/base/core/java/android/widget/
ImageView.java 43 * Displays an arbitrary image, such as an icon. The ImageView class
58 public class ImageView extends View {
102 public ImageView(Context context) {
107 public ImageView(Context context, AttributeSet attrs) {
111 public ImageView(Context context, AttributeSet attrs, int defStyle) {
116 com.android.internal.R.styleable.ImageView, defStyle, 0);
195 * Set this to true if you want the ImageView to adjust its bounds
262 * Sets a drawable as the content of this ImageView.
287 * Sets the content of this ImageView to the specified Uri.
313 * Sets a drawable as the content of this ImageView
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 280 milliseconds