/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion1-expected-applyCompletion12.diff | 3 - <FrameLayout android:foreground="@android:drawable/btn_default">^</FrameLayout> 4 + <FrameLayout android:foreground="@android:drawable/btn_default"><FrameLayout ^></FrameLayout></FrameLayout>
|
completion1-actual-applyCompletion1.xml | 18 <FrameLayout android:foreground="@android:drawable/btn_default"></FrameLayout>
|
completion1.xml | 18 <FrameLayout android:foreground="@android:drawable/btn_default"></FrameLayout>
|
/external/robolectric/src/test/resources/res/values/ |
colors.xml | 2 <color name="foreground">@color/grey42</color>
|
/cts/tests/tests/widget/src/android/widget/cts/ |
FrameLayoutTest.java | 76 final BitmapDrawable foreground local 78 compareScaledPixels(48, foreground.getIntrinsicHeight()); 79 compareScaledPixels(48, foreground.getIntrinsicWidth()); 80 assertTrue(mFrameLayout.getHeight() > foreground.getIntrinsicHeight()); 81 assertTrue(mFrameLayout.getWidth() > foreground.getIntrinsicWidth()); 86 mFrameLayout.setForeground(foreground); 90 assertSame(foreground, mFrameLayout.getForeground()); 92 assertTrue(foreground.isVisible()); 93 final Rect rect = foreground.getBounds(); 94 // foreground has been stretche 130 final Drawable foreground = mActivity.getResources().getDrawable(R.drawable.size_48x48); local [all...] |
/external/chromium/chrome/browser/tabs/ |
default_tab_handler.cc | 37 TabContentsWrapper* DefaultTabHandler::AddBlankTab(bool foreground) { 39 return delegate_->AsBrowser()->AddBlankTab(foreground); 43 bool foreground) { 44 return delegate_->AsBrowser()->AddBlankTabAt(index, foreground); 139 bool foreground) { 140 delegate_->AsBrowser()->TabInsertedAt(contents, index, foreground);
|
default_tab_handler.h | 28 virtual TabContentsWrapper* AddBlankTab(bool foreground); 29 virtual TabContentsWrapper* AddBlankTabAt(int index, bool foreground); 61 bool foreground);
|
tab_strip_model_order_controller.h | 34 // transition and foreground flag to figure out how it was opened. 37 bool foreground);
|
tab_strip_model_observer.cc | 9 bool foreground) {
|
/external/skia/src/effects/ |
SkBlendImageFilter.cpp | 56 SkBlendImageFilter::SkBlendImageFilter(SkBlendImageFilter::Mode mode, SkImageFilter* background, SkImageFilter* foreground) 57 : INHERITED(background, foreground), fMode(mode) 80 SkBitmap background, foreground = src; local 87 if (foregroundInput && !foregroundInput->filterImage(proxy, src, ctm, &foreground, offset)) { 90 SkAutoLockPixels alp_foreground(foreground), alp_background(background); 91 if (!foreground.getPixels() || !background.getPixels()) { 108 canvas.drawBitmap(foreground, 0, 0, &paint); 146 GrTexture* foreground, 148 AutoEffectUnref effect(SkNEW_ARGS(GrBlendEffect, (mode, foreground, background))); 165 GrBlendEffect(SkBlendImageFilter::Mode mode, GrTexture* foreground, GrTexture* background) 183 GrTexture* foreground = (GrTexture*) foregroundBM.getTexture(); local [all...] |
/external/webkit/Source/WebCore/manual-tests/ |
drag-out-of-background-window.html | 17 This window will not come to the foreground when you click, and you will be able to 22 As soon as you click in the selected text, this window will come to the foreground
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
TestService.java | 303 mForegroundThread = new RunnerThread("foreground", new Runnable() { 374 private void threadFinished(boolean foreground) { 376 if (foreground) { 429 void onInit(Context context, boolean foreground) { 560 void onInit(Context context, boolean foreground) { 585 void onInit(Context context, boolean foreground) { 605 void onInit(Context context, boolean foreground) { 650 void onInit(Context context, boolean foreground) { 668 void onInit(Context context, boolean foreground) { 686 void onInit(Context context, boolean foreground) { [all...] |
/cts/tests/tests/app/src/android/app/cts/ |
ActivityManager_RunningServiceInfoTest.java | 37 mRunningServiceInfo.foreground = true; 64 assertTrue(values.foreground); 84 assertTrue(values.foreground);
|
/external/opencv/cvaux/src/ |
cvbgfg_acmmm2003.cpp | 42 // This file implements the foreground/background pixel 45 // Foreground Object Detection from Videos Containing Complex Background 47 // http://muq.org/~cynbe/bib/foreground-object-detection-from-videos-containing-complex-background.pdf 73 // Function cvCreateFGDStatModel initializes foreground detection process 157 CV_CALL( p_model->foreground = cvCreateImage(cvSize(first_frame->width, first_frame->height), IPL_DEPTH_8U, 1)); 202 cvReleaseImage( &model->foreground ); 213 // Function cvChangeDetection performs change detection for Foreground detection algorithm 324 // Function cvUpdateFGDStatModel updates statistical model and returns number of foreground regions 342 cvZero(model->foreground); 344 // From foreground pixel candidates using image differencin [all...] |
cvbgfg_common.cpp | 50 IplImage* tmp_image = cvCreateImage(cvSize(bg_model->foreground->width,bg_model->foreground->height), 59 cvAnd(tmp_image, bg_model->foreground, tmp_image); 62 cvDrawContours( bg_model->foreground, &seq, CV_RGB(0, 0, 255), CV_RGB(0, 0, 255), 10, -1); 64 cvDrawContours( bg_model->foreground, &seq, CV_RGB(0, 0, 0), CV_RGB(0, 0, 0), 10, -1);
|
/external/webkit/Source/WebKit/efl/DefaultTheme/ |
default.edc | 25 color: 255 255 255 255; /* foreground */ 30 color: 255 255 255 255; /* foreground */ 35 color: 26 26 226 255; /* foreground */
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
LocalBluetoothManager.java | 36 /** If a BT-related activity is in the foreground, this will be it. */ 102 Log.d(TAG, "setting foreground activity to non-null context"); 106 Log.d(TAG, "setting foreground activity to null");
|
/external/chromium/base/ |
process_linux.cc | 18 "/tmp/cgroup/cpu/chrome_renderers/foreground/tasks"; 47 // one contains at most a single foreground renderer and the other contains 49 // renderers on foreground ones to a greater level than simple renicing. 68 // will ensure we only move renderers back to the foreground group
|
/external/skia/include/effects/ |
SkBlendImageFilter.h | 23 SkBlendImageFilter(Mode mode, SkImageFilter* background, SkImageFilter* foreground = NULL);
|
/external/chromium/chrome/browser/ui/cocoa/ |
event_utils_unittest.mm | 37 // Shift+Middle Click = new foreground tab. 51 // Cmd+Shift+Left Click = new foreground tab.
|
/external/replicaisland/src/com/replica/replicaisland/ |
LevelBuilder.java | 103 // the foreground, which is disorienting and looks like rotation. 182 // We want the foreground layer to be render priority FOREGROUND, but 183 // we don't know which is the foreground layer until we've added them all. 184 // So now that we've added them all, find foreground layer and make sure 195 render.setPriority(SortConstants.FOREGROUND);
|
/frameworks/base/docs/html/guide/topics/processes/ |
process-lifecycle.jd | 41 <li>A <strong>foreground process</strong> is one that is required for 43 cause its containing process to be considered foreground in different 44 ways. A process is considered to be in the foreground if any of the 67 that is visible to the user on-screen but not in the foreground (its 69 occur, for example, if the foreground Activity is displayed as a dialog 72 required to keep all foreground processes running. 81 running unless there is not enough memory to retain all foreground and visible process.
|
/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 140 // Width of foreground / background mask. 142 // Height of foreground / background mask. 156 // Mask value to start blending away from foreground 158 // Exposure stop number to change the brightness of foreground 160 // White balance change in Red channel for foreground 162 // White balance change in Blue channel for foreground 172 // Default rate at which to learn bg model from new foreground pixels 255 // Distance calculation shader. Calculates a distance metric between the foreground and th [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
DashPathEffectTest.java | 41 private static final int FOREGROUND = Color.GREEN; 55 paint.setColor(FOREGROUND); 67 assertEquals(FOREGROUND, bitmap.getPixel(x, y));
|
/frameworks/base/core/java/android/widget/ |
FrameLayout.java | 125 * Describes how the foreground is positioned. 127 * @return foreground gravity. 138 * Describes how the foreground is positioned. Defaults to START and TOP. 261 * Returns the drawable used as the foreground of this FrameLayout. The 262 * foreground drawable, if non-null, is always drawn on top of the children. 264 * @return A Drawable or null if no foreground was set. 334 // Check against our foreground's minimum height and width 470 final Drawable foreground = mForeground; local 487 Gravity.apply(mForegroundGravity, foreground.getIntrinsicWidth(), 488 foreground.getIntrinsicHeight(), selfBounds, overlayBounds [all...] |