/gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/ |
ColorWheel.java | 70 private Bitmap background; field in class:ColorWheel 169 if (background == null) { 170 background = prepareBackground(); 172 canvas.drawBitmap(background, 0, 0, fillPaint);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
Choreographer.java | 110 Drawable background = mScrimView.getBackground(); local 111 if (background != null) { 112 Animator bgAnim = ObjectAnimator.ofInt(background,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
PreviewIconFactory.java | 283 // Fallback for older platforms where we couldn't do background rendering 295 // to contrast with the background 370 * Look up the background and foreground colors from the theme. May not find either 371 * the background or foreground or both, but will always return a pair of possibly 377 RGB background = null; local 383 background = resolveThemeColor(resources, "windowBackground"); //$NON-NLS-1$ 384 if (background == null) { 385 background = renderDrawableResource("windowBackground"); //$NON-NLS-1$ 388 // which will cause the caller to pick a pixel from the observed background 390 //if (background == null) [all...] |
/frameworks/base/core/java/android/widget/ |
ProgressBar.java | 100 * // Start lengthy operation in a background thread 170 * if your application uses a light colored theme (a white background).</p> 318 LayerDrawable background = (LayerDrawable) drawable; local 319 final int N = background.getNumberOfLayers(); 323 int id = background.getId(i); 324 outDrawables[i] = tileify(background.getDrawable(i), 331 newBg.setId(i, background.getId(i)); 376 AnimationDrawable background = (AnimationDrawable) drawable; local 377 final int N = background.getNumberOfFrames(); 379 newBg.setOneShot(background.isOneShot()) [all...] |
PopupWindow.java | 148 * <p>The popup does provide a background.</p> 157 * <p>The popup does provide a background.</p> 166 * <p>The popup does provide a background.</p> 175 * <p>The popup does not provide a background.</p> 201 StateListDrawable background = (StateListDrawable) mBackground; local 204 int aboveAnchorStateIndex = background.getStateDrawableIndex(ABOVE_ANCHOR_STATE_SET); 208 int count = background.getStateCount(); 220 mAboveAnchorBackgroundDrawable = background.getStateDrawable(aboveAnchorStateIndex); 221 mBelowAnchorBackgroundDrawable = background.getStateDrawable(belowAnchorStateIndex); 234 * <p>The popup does not provide any background. This should be handle [all...] |
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/ |
ProgressBar.java | 94 * // Start lengthy operation in a background thread 164 * if your application uses a light colored theme (a white background).</p> 314 LayerDrawable background = (LayerDrawable) drawable; local 315 final int N = background.getNumberOfLayers(); 319 int id = background.getId(i); 320 outDrawables[i] = tileify(background.getDrawable(i), 327 newBg.setId(i, background.getId(i)); 372 AnimationDrawable background = (AnimationDrawable) drawable; local 373 final int N = background.getNumberOfFrames(); 375 newBg.setOneShot(background.isOneShot()) [all...] |
/external/webkit/Source/WebCore/css/ |
mediaControlsChromium.css | 41 background-color: rgba(0, 0, 0, 0.6); 176 background-color: rgba(255, 255, 255, 0.08); 202 background-color: rgba(0, 0, 0, 0.6);
|
themeWin.css | 87 background-color: #EBEBE4;
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebVideoFullscreenHUDWindowController.mm | 362 NSView *background = WKCreateMediaUIBackgroundView(); 364 NSView *background = [[NSView alloc] init]; 366 [window setContentView:background]; 368 _area = [[NSTrackingArea alloc] initWithRect:[background bounds] options:NSTrackingMouseEnteredAndExited | NSTrackingActiveAlways owner:self userInfo:nil]; 369 [background addTrackingArea:_area]; 371 [background release];
|
/external/chromium-trace/src/shared/css/ |
chrome_shared.css | 48 background-color: #f1f1f1; 94 background-color: rgb(187, 206, 233);
|
/external/qemu/android/skin/ |
file.h | 47 SkinBackground background[1]; member in struct:SkinPart
|
/external/skia/src/svg/ |
SkSVGSVG.cpp | 16 SVG_LITERAL_ATTRIBUTE(enable-background, f_enable_background),
|
/frameworks/ex/carousel/test/src/com/android/carouseltest/ |
MusicDemoActivity.java | 95 mView.setBackgroundBitmap(BitmapFactory.decodeResource(res, R.drawable.background));
|
/packages/apps/Email/src/com/android/email/service/ |
EmailServiceUtils.java | 107 public void loadAttachment(long attachmentId, boolean background) throws RemoteException {
|
/system/vold/ |
Fat.cpp | 45 extern "C" int logwrap(int argc, const char **argv, int background);
|
/external/webkit/Source/WebCore/manual-tests/inspector-wrappers/ |
inspector-wrappers-test-utils.js | 35 "<img id=logo src='../resources/webkit-background.png'" +
|
/external/webkit/Source/WebCore/platform/gtk/ |
GtkVersioning.c | 80 GdkColor background = { 0, 0, 0, 65535 }; // Blue. 85 cursor = gdk_cursor_new_from_pixmap(source, mask, &foreground, &background, 8, 8);
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
EmailServiceProxy.java | 131 * non-background loading. The service MUST use the loadAttachmentStatus callback when 136 * @param background whether or not this request corresponds to a background action (i.e. 140 public void loadAttachment(final long attachmentId, final boolean background) 147 mService.loadAttachment(attachmentId, background);
|
/packages/apps/Mms/src/com/android/mms/ui/ |
ConversationListItem.java | 235 Drawable background = mContext.getResources().getDrawable(backgroundId); local 236 setBackground(background);
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/ |
BackDropperFilter.java | 65 // Dimensions of foreground / background mask. Optimum value should take into account only 72 // Levels at which to compute foreground / background decision. Think of them as are deltas 116 // Whether to mirror the background or not. For ex, the Camera app 122 // coordinates, if we were to mirror the background 132 // Maximum distance (in standard deviations) for considering a pixel as background 140 // Width of foreground / background mask. 142 // Height of foreground / background mask. 154 // Mask value to start blending away from background 170 // Default rate at which to learn bg model from new background pixels 174 // Default rate at which to verify whether background is stabl 702 Frame background = pullInput("background"); local [all...] |
/external/chromium/chrome/browser/renderer_host/ |
render_widget_host_view_gtk.h | 90 virtual void SetBackground(const SkBitmap& background);
|
/external/chromium/chrome/browser/ui/views/infobars/ |
confirm_infobar.cc | 86 link_ = CreateLink(link_text, this, background()->get_color());
|
/external/opencv/cvaux/src/ |
cvbgfg_gaussmix.cpp | 42 // This is based on the "An Improved Adaptive Background Mixture Model for 72 //internal functions for gaussian background detection 76 Test whether pixel can be explained by background model; 181 CV_CALL( bg_model->background = cvCreateImage(cvSize(first_frame->width, 259 cvReleaseImage( &bg_model->background ); 583 bg_model->background->imageData[ bg_model->background->widthStep*i + j*nChannels + m] = (unsigned char)(g_point[n].g_values[0].mean[m]+0.5);
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
3d-raytrace.js | 185 this.background = [0.8,0.8,1]; 201 return [this.background[0],this.background[1],this.background[2]]; 388 // _scene.background = createVector(0.7, 0.7, 1.0);
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
3d-raytrace.js | 185 this.background = [0.8,0.8,1]; 201 return [this.background[0],this.background[1],this.background[2]]; 388 // _scene.background = createVector(0.7, 0.7, 1.0);
|