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

1 2 3

  /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 473 * in the tree. If you set a background drawable for a View, then the View will
6019 final Drawable background = getBackground(); local
17354 final Drawable background = mBackground; local
    [all...]
  /external/libchrome/base/threading/
platform_thread_linux.cc 37 {ThreadPriority::BACKGROUND, 10},
platform_thread.h 104 BACKGROUND,
116 // Implement this interface to run code on a background thread. Your
platform_thread_unittest.cc 201 // This redundant BACKGROUND priority is to test backgrounding from other
203 ThreadPriority::BACKGROUND,
205 ThreadPriority::BACKGROUND};
  /frameworks/support/v17/leanback/api21/android/support/v17/leanback/widget/
RoundedRectHelperApi21.java 55 view.setOutlineProvider(ViewOutlineProvider.BACKGROUND);
  /frameworks/support/v17/preference-leanback/api21/android/support/v17/internal/widget/
OutlineOnlyWithChildrenFrameLayout.java 77 ViewOutlineProvider.BACKGROUND.getOutline(view, outline);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
ViewOutlineProviderCompatUtilsLXX.java 64 ViewOutlineProvider.BACKGROUND.getOutline(view, outline);
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
AuptTestCase.java 90 public enum Context { FOREGROUND, BACKGROUND };
158 if (Context.BACKGROUND.equals(sample.mContext)) {
178 if (Context.BACKGROUND.equals(sample.mContext)) {
198 if (Context.BACKGROUND.equals(sample.mContext)) {
218 if (Context.BACKGROUND.equals(sample.mContext)) {
240 if (Context.BACKGROUND.equals(sample.mContext)) {
260 if (Context.BACKGROUND.equals(sample.mContext)) {
280 if (Context.BACKGROUND.equals(sample.mContext)) {
300 if (Context.BACKGROUND.equals(sample.mContext)) {
320 if (Context.BACKGROUND.equals(sample.mContext))
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/util/
RevealOutlineAnimation.java 58 revealView.setOutlineProvider(ViewOutlineProvider.BACKGROUND);
  /libcore/ojluni/src/main/java/java/awt/font/
TextAttribute.java 173 * <td valign="TOP">{@link #BACKGROUND}</td>
176 * <td valign="TOP">null (do not render background)</td>
735 * Attribute key for the paint used to render the background of
737 * The default value is null, indicating that the background
750 public static final TextAttribute BACKGROUND =
751 new TextAttribute("background");
    [all...]
  /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 

Completed in 1273 milliseconds

1 2 3