Searched refs:drawable (Results 151 - 175 of 195) sorted by relevance

12345678

/frameworks/base/test-runner/src/android/test/mock/
H A DMockPackageManager.java43 import android.graphics.drawable.Drawable;
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java1164 * <p>Note that the drawable may actually be executed several times if there are
1168 GcSnapshot.Drawable drawable) {
1178 canvasDelegate.getSnapshot().draw(drawable, paintDelegate, compositeOnly, forceSrcMode);
1184 * <p>Note that the drawable may actually be executed several times if there are
1187 private static void draw(int nCanvas, GcSnapshot.Drawable drawable) { argument
1194 canvasDelegate.mSnapshot.draw(drawable);
1167 draw(int nCanvas, int nPaint, boolean compositeOnly, boolean forceSrcMode, GcSnapshot.Drawable drawable) argument
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java24 import android.graphics.drawable.Drawable;
1395 final Drawable edge = res.getDrawable(R.drawable.overscroll_edge);
1396 final Drawable glow = res.getDrawable(R.drawable.overscroll_glow);
H A DScrollView.java26 import android.graphics.drawable.Drawable;
1395 final Drawable edge = res.getDrawable(R.drawable.overscroll_edge);
1396 final Drawable glow = res.getDrawable(R.drawable.overscroll_glow);
H A DPopupWindow.java34 import android.graphics.drawable.Drawable;
35 import android.graphics.drawable.StateListDrawable;
176 // If this is a StateListDrawable, try to find and store the drawable to be
183 // We assume a StateListDrawable will have a drawable for ABOVE_ANCHOR_STATE_SET and
184 // at least one other drawable, intended for the 'below-anchor state'.
191 // Now, for the below-anchor view, look for any other drawable specified in the
293 * <p>Return the drawable used as the popup window's background.</p>
295 * @return the background drawable or null
302 * <p>Change the background drawable for this popup window. The background
827 // If the background drawable provide
[all...]
H A DRemoteViews.java27 import android.graphics.drawable.Drawable;
236 // Pick the correct drawable to modify for this view
647 * @param viewId The id of the view whose drawable should change
648 * @param srcId The new resource id for the drawable
657 * @param viewId The id of the view whose drawable should change
667 * @param viewId The id of the view whose drawable should change
668 * @param bitmap The new Bitmap for the drawable
744 * @param alpha Specify an alpha value for the drawable, or -1 to leave
747 * {@link android.graphics.ColorFilter} for this drawable, or -1
749 * @param mode Specify a PorterDuff mode for this drawable, o
[all...]
/frameworks/base/core/java/android/app/
H A DActivity.java35 import android.graphics.drawable.Drawable;
2752 public final void setFeatureDrawable(int featureId, Drawable drawable) { argument
2753 getWindow().setFeatureDrawable(featureId, drawable);
H A DAlertDialog.java22 import android.graphics.drawable.Drawable;
233 * @param resId the resourceId of the drawable to use as the icon or 0
/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java358 showTetheredNotification(com.android.internal.R.drawable.stat_sys_tether_general);
360 showTetheredNotification(com.android.internal.R.drawable.stat_sys_tether_usb);
363 showTetheredNotification(com.android.internal.R.drawable.stat_sys_tether_wifi);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java26 import android.graphics.drawable.Drawable;
/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java28 import android.graphics.drawable.Drawable;
/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java22 import android.graphics.drawable.Drawable;
460 Log.w(TAG, "Preloaded drawable resource #0x"
/frameworks/base/graphics/java/android/graphics/drawable/
H A DBitmapDrawable.java17 package android.graphics.drawable;
45 * href="{@docRoot}guide/topics/resources/drawable-resource.html">Drawable Resources</a>.</p>
78 * Create an empty drawable, not dealing with density.
80 * that the drawable has correctly set its target density.
88 * Create an empty drawable, setting initial target density based on
97 * Create drawable from a bitmap, not dealing with density.
99 * that the drawable has correctly set its target density.
107 * Create drawable from a bitmap, setting initial target density based on
116 * Create a drawable by opening a given file path and decoding the bitmap.
118 * that the drawable ha
[all...]
H A DDrawableContainer.java17 package android.graphics.drawable;
/frameworks/base/core/java/android/text/
H A DHtml.java31 import android.graphics.drawable.Drawable;
610 getDrawable(com.android.internal.R.drawable.unknown_image);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java60 import android.graphics.drawable.Drawable;
216 | (Layout with background drawable) |
295 // get the background drawable
1018 tabHost.getResources().getDrawable(android.R.drawable.ic_menu_info_details))
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java19 import android.graphics.drawable.Drawable;
594 System.out.println("Got drawable resource: type="
621 System.out.println("Got drawable resource: type="
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java25 import android.graphics.drawable.Drawable;
469 * Returns the drawable state for the key, based on the current state and type of the key.
470 * @return the drawable state of the key.
471 * @see android.graphics.drawable.StateListDrawable#setState(int[])
/frameworks/base/core/java/android/webkit/
H A DBrowserFrame.java862 // use one known resource to find the drawable directory
863 resid = com.android.internal.R.drawable.btn_check_off;
888 Log.e(LOGTAG, "Can't find drawable directory.");
H A DWebTextView.java28 import android.graphics.drawable.Drawable;
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java29 import android.graphics.drawable.Drawable;
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DKeyguardViewMediator.java1041 com.android.internal.R.drawable.stat_sys_secure, 0);
H A DLockPatternKeyguardView.java38 import android.graphics.drawable.Drawable;
/frameworks/base/services/java/com/android/server/
H A DUiModeManagerService.java590 n.icon = R.drawable.stat_notify_car_mode;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeResources.java40 import android.graphics.drawable.Drawable;

Completed in 350 milliseconds

12345678