HomeSort by relevance Sort by last modified time
    Searched full:imageview (Results 226 - 250 of 1947) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Settings/src/com/android/settings/dashboard/
DashboardTileView.java 25 import android.widget.ImageView;
34 private ImageView mImageView;
52 mImageView = (ImageView) view.findViewById(R.id.icon);
70 public ImageView getImageView() {
  /packages/experimental/DreamTheater/src/com/android/dreamtheater/
Demos.java 8 import android.widget.ImageView;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
newlayout2-expected-extract2.xml 3 <ImageView android:id="@+id/android_logo" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/android_button" android:focusable="false" android:clickable="false" android:layout_weight="1.0" />
newlayout3-expected-extract5.xml 4 <ImageView android:id="@+id/android_logo" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/android_button" android:focusable="false" android:clickable="false" android:layout_weight="1.0" />
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/refactoring/usecompound/
compound1.xml 14 <ImageView
compound2.xml 19 <ImageView
compound3.xml 14 <ImageView
compound4.xml 19 <ImageView
compound5.xml 13 <ImageView
compound6.xml 13 <ImageView
compound_all.xml 14 <ImageView
39 <ImageView
53 <ImageView
77 <ImageView
  /frameworks/base/docs/html/sdk/api_diff/preview-21/changes/
android.widget.ImageView.html 10 android.widget.ImageView
74 Class android.widget.<A HREF="../../../../reference/android/widget/ImageView.html" target="_top"><font size="+2"><code>ImageView</code></font></A>
86 <A NAME="android.widget.ImageView.getImageTintList_added()"></A>
87 <nobr><code>ColorStateList</code>&nbsp;<A HREF="../../../../reference/android/widget/ImageView.html#getImageTintList()" target="_top"><code>getImageTintList</code></A>()</nobr>
93 <A NAME="android.widget.ImageView.getImageTintMode_added()"></A>
94 <nobr><code>Mode</code>&nbsp;<A HREF="../../../../reference/android/widget/ImageView.html#getImageTintMode()" target="_top"><code>getImageTintMode</code></A>()</nobr>
100 <A NAME="android.widget.ImageView.setImageTintList_added(android.content.res.ColorStateList)"></A>
101 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/widget/ImageView.html#setImageTintList(android.content.res.ColorStateList)" target="_top"><code>setImageTintList</code></A>(<code>ColorStateList</code>)</nobr>
107 <A NAME="android.widget.ImageView.setImageTintMode_added(android.graphics.PorterDuff.Mode)"></A
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactReadOnlyEditorView.java 36 import android.widget.ImageView;
237 final ImageView imageView = (ImageView) field.findViewById(R.id.kind_icon);
238 imageView.setImageDrawable(icon);
239 imageView.setContentDescription(iconContentDescription);
241 final ImageView imageView = (ImageView) field.findViewById(R.id.kind_icon);
242 imageView.setVisibility(View.INVISIBLE)
    [all...]
  /developers/build/prebuilts/gradle/BasicTransition/Application/src/main/res/layout/
scene1.xml 30 <ImageView
37 <ImageView
scene2.xml 31 <ImageView
39 <ImageView
  /developers/build/prebuilts/gradle/CustomNotifications/Application/src/main/res/layout/
notification.xml 33 <ImageView
36 android:id="@+id/imageView"
  /developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/res/layout/
main_layout.xml 8 <ImageView
9 android:id="@+id/imageView"
  /developers/samples/android/notification/CustomNotifications/Application/src/main/res/layout/
notification.xml 33 <ImageView
36 android:id="@+id/imageView"
  /developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/res/layout/
main_layout.xml 8 <ImageView
9 android:id="@+id/imageView"
  /developers/samples/android/ui/transition/BasicTransition/Application/src/main/res/layout/
scene1.xml 30 <ImageView
37 <ImageView
scene2.xml 31 <ImageView
39 <ImageView
  /development/samples/ApiDemos/res/layout/
image_view_1.xml 33 <ImageView
45 <ImageView
59 <ImageView
75 <ImageView
90 <ImageView
103 <ImageView
118 <ImageView
134 <ImageView
  /development/samples/RenderScript/HelloCompute/res/layout/
main.xml 21 <ImageView
26 <ImageView
  /development/samples/browseable/BasicTransition/res/layout/
scene1.xml 30 <ImageView
37 <ImageView
scene2.xml 31 <ImageView
39 <ImageView

Completed in 436 milliseconds

1 2 3 4 5 6 7 8 91011>>