HomeSort by relevance Sort by last modified time
    Searched refs:BACKGROUND (Results 1 - 25 of 46) sorted by null

1 2

  /cts/tests/tests/graphics/src/android/graphics/cts/
DashPathEffectTest.java 40 private static final int BACKGROUND = Color.TRANSPARENT;
46 bitmap.eraseColor(BACKGROUND);
69 assertEquals(BACKGROUND, bitmap.getPixel(x, y));
72 assertEquals(BACKGROUND, bitmap.getPixel(x, y));
  /frameworks/base/core/java/android/view/
ViewOutlineProvider.java 27 * Default outline provider for Views, which queries the Outline from the View's background,
28 * or generates a 0 alpha, rectangular Outline the size of the View if a background
33 public static final ViewOutlineProvider BACKGROUND = new ViewOutlineProvider() {
36 Drawable background = view.getBackground();
37 if (background != null) {
38 background.getOutline(outline);
50 * This can be used to enable Views that are opaque but lacking a background cast a shadow.
63 * This can be used to enable Views that are opaque but lacking a background cast a shadow.
View.java 471 * in the tree. If you set a background drawable for a View, then the View will
4328 setBackground(background); typedefs
5485 final Drawable background = getBackground(); local
    [all...]
ViewGroup.java     [all...]
  /frameworks/support/v17/leanback/api21/android/support/v17/leanback/widget/
RoundedRectHelperApi21.java 40 view.setOutlineProvider(clip ? sOutlineProvider : ViewOutlineProvider.BACKGROUND);
  /packages/apps/Launcher3/src/com/android/launcher3/util/
UiThreadCircularReveal.java 18 return createCircularReveal(v, x, y, r0, r1, ViewOutlineProvider.BACKGROUND);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
ViewOutlineProviderCompatUtilsLXX.java 64 ViewOutlineProvider.BACKGROUND.getOutline(view, outline);
  /libcore/luni/src/main/java/java/awt/font/
TextAttribute.java 52 * The BACKGROUND text attribute.
54 public static final TextAttribute BACKGROUND = new TextAttribute("background");
161 * and background.
  /packages/apps/Browser/src/com/android/browser/provider/
SnapshotProvider.java 44 public static final String BACKGROUND = "background";
89 Snapshots.BACKGROUND + " INTEGER," +
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/
NotificationStudioActivity.java 60 private static final ExecutorService BACKGROUND = Executors.newSingleThreadExecutor();
169 // this can take a while, run on a background thread
170 BACKGROUND.submit(new Runnable() {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tmschema.h 197 TM_PROP(1602,TMT,BACKGROUND,COLOR)
974 TM_PART(1,TNP,BACKGROUND)
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 628 milliseconds

1 2