HomeSort by relevance Sort by last modified time
    Searched full:foreground (Results 76 - 100 of 551) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/
aeropeek_manager.h 112 bool foreground);
151 // |foreground| is true if the tab is selected.
153 bool foreground);
browser_commands_unittest.cc 140 // The previous tab should be unchanged and still in the foreground.
153 // Now do back in a new foreground tab. Don't bother re-checking every sngle
  /frameworks/base/core/java/android/app/
KeyguardManager.java 40 * moves in and out of the foreground and does not require that any special
120 * moves in and out of the foreground and does not require that any special
184 * moves in and out of the foreground and does not require that any special
  /frameworks/base/docs/html/guide/components/
processes-and-threads.jd 96 <li><b>Foreground process</b>
98 process is considered to be in the foreground if any of the following conditions are true:</p>
108 <li>It hosts a {@link android.app.Service} that's running "in the foreground"&mdash;the
119 <p>Generally, only a few foreground processes exist at any given time. They are killed only as
121 point, the device has reached a memory paging state, so killing some foreground processes is
125 <p>A process that doesn't have any foreground components, but still can
130 <li>It hosts an {@link android.app.Activity} that is not in the foreground, but is still
132 This might occur, for example, if the foreground activity started a dialog, which allows the
135 <li>It hosts a {@link android.app.Service} that's bound to a visible (or foreground)
140 is required to keep all foreground processes running. </p
    [all...]
  /external/chromium/chrome/browser/download/
download_util.cc 381 SkBitmap* foreground = (size == BIG) ? g_foreground_32 : g_foreground_16; local
386 // We start by storing the bounds of the background and foreground bitmaps
391 foreground->width(), foreground->height());
408 // Layer the foreground progress image in an arc proportional to the download
422 // Set up an arc clipping region for the foreground image. Don't bother using
424 // would eliminate the foreground completely and be quite confusing (it would
441 SkShader::CreateBitmapShader(*foreground,
455 canvas->DrawBitmapInt(*foreground,
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/notifications/
balloon_view.mm 78 // We do not want to bring chrome window to foreground when we click on any
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_model_observer_bridge.h 29 bool foreground);
tab_strip_controller_unittest.mm 40 virtual TabContentsWrapper* AddBlankTab(bool foreground) {
43 virtual TabContentsWrapper* AddBlankTabAt(int index, bool foreground) {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/draw2d/
IColorConstants.java 45 * System color used to paint list foreground areas.
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
ColorResourceLoaderTest.java 43 assertThat(colorResourceLoader.getValue(R.color.foreground), equalTo(0xf5f5f5));
  /external/webkit/Source/WebCore/rendering/
PaintPhase.h 36 * In the foreground phase, all inlines are fully painted. Inline replaced elements will get all
  /frameworks/base/core/java/android/content/
ComponentCallbacks.java 47 * service and foreground UI that we would like to avoid killing.
  /frameworks/base/core/res/res/layout/
dialog_title_icons.xml 63 android:foreground="?android:attr/windowContentOverlay">
dialog_title_icons_holo.xml 60 android:foreground="?android:attr/windowContentOverlay">
  /packages/apps/Browser/src/com/android/browser/
NfcHandler.java 32 * when the activity is in the foreground and resumed.
  /packages/apps/Email/src/com/android/email/activity/
NfcHandler.java 34 * enabled when the activity is in the foreground and resumed.
  /packages/apps/Phone/res/layout/
call_card.xml 42 <!-- Primary "Call info" block, for the foreground call. -->
  /packages/apps/Stk/res/layout/
stk_title.xml 74 android:foreground="?android:attr/windowContentOverlay" />
  /sdk/eclipse/scripts/
setup_eclipse.sh 81 # if started manually, run Eclipse in the foreground
  /external/libvorbis/examples/
frameview.pl 41 $toplevel->optionAdd("$Xname.Panel.foreground", "#d0d0d0",20);
46 $toplevel->optionAdd("$Xname*Statuslabel.foreground", "#606060");
55 $toplevel->optionAdd("$Xname*foreground", '#000000',20);
58 $toplevel->optionAdd("$Xname*Button*foreground", '#000000',20);
64 $toplevel->optionAdd("$Xname*Scale*foreground", '#000000',20);
70 $toplevel->optionAdd("$Xname*Checkbutton*foreground", '#000000',20);
120 $panel->optionAdd("$X2name.Panel.foreground", "#4fc627",20);
125 $panel->optionAdd("$X2name*Statuslabel.foreground", "#4fc627",20);
134 $panel->optionAdd("$X2name*foreground", '#000000',20);
137 $panel->optionAdd("$X2name*Button*foreground", '#000000',20)
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_browser_event_router.h 62 bool foreground);
100 void TabCreatedAt(TabContents* contents, int index, bool foreground);
  /external/chromium/chrome/browser/tabs/
tab_strip_model_delegate.h 42 virtual TabContentsWrapper* AddBlankTab(bool foreground) = 0;
43 virtual TabContentsWrapper* AddBlankTabAt(int index, bool foreground) = 0;
  /external/replicaisland/src/com/replica/replicaisland/
AnimationPlayerActivity.java 113 View foreground = findViewById(R.id.animation_foreground); local
120 foreground.startAnimation(foregroundAnim);
  /frameworks/base/docs/html/tools/testing/
what_to_test.jd 27 re-start the foreground Activity. You should consider testing the following:
48 the foreground Activity. Besides testing that the application maintains the UI and its
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_task_types.h 39 | SBlaster IF |______\| Foreground |___\| Middlegr'nd |___\| Background |___\| Nul |
45 | Foreground |_\ | Middlegr'nd |_\ | Background |_\

Completed in 1925 milliseconds

1 2 34 5 6 7 8 91011>>