HomeSort by relevance Sort by last modified time
    Searched full:foreground (Results 26 - 50 of 234) sorted by null

12 3 4 5 6 7 8 910

  /packages/apps/Phone/src/com/android/phone/
InCallControlState.java 107 // This item is visible only if the foreground call is a
142 // "Mute": only enabled when the foreground call is ACTIVE.
175 // *no* foreground call. (If there *is* a foreground call,
GsmUmtsCallForwardOptions.java 68 // relies on onResume / onPause to maintain its foreground state.
  /frameworks/base/services/java/com/android/server/am/
EventLogTags.logtags 26 # An activity has been resumed into the foreground but was not already running:
28 # An activity has been resumed and is now in the foreground:
52 # An activity has been relaunched, resumed, and is now in the foreground:
ServiceRecord.java 94 boolean isForeground; // is service currently in foreground mode?
95 int foregroundId; // Notification ID of last foreground req.
96 Notification foregroundNoti; // Notification record of foreground state.
102 int executeNesting; // number of outstanding operations keeping foreground.
275 // get to be foreground.
ProcessRecord.java 64 boolean setIsForeground; // Running foreground UI when last set?
65 boolean foregroundServices; // Running any services that are foreground?
68 IBinder forcingToForeground;// Token that is forcing this process to be foreground
93 // services that are currently executing code (need to remain foreground).
  /frameworks/base/docs/html/guide/basics/
appmodel.jd 24 item that can be brought to the foreground in front of other
62 to the foreground instead of starting a new task.</p>
95 application this way, its current task state will be brought to the foreground,
139 a new task (or its existing task to be brought to the foreground). Using
156 is to bring to the foreground the current task matching the new activity's
163 if your task is already running, then it will be brought to the foreground,
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ForegroundService.java 41 * run in the "foreground". It shows how to code this to work well by using
48 static final String ACTION_FOREGROUND = "com.example.android.apis.FOREGROUND";
110 // foreground state, since we could be killed at that point.
_index.html 80 <dt><a href="ForegroundService.html">Foreground Service Controller</a></dt>
82 can write a Service that runs in the foreground and works on both pre-2.0
84 the new foreground APIs that were introduced in Android 2.0 if they are
  /dalvik/libcore/awt-kernel/src/main/java/java/awt/font/
TextAttribute.java 98 /** The FOREGROUND text attribute key. */
99 public static final TextAttribute FOREGROUND = new TextAttribute("foreground"); //$NON-NLS-1$
170 * The Constant SWAP_COLORS_ON indicates a swap of foreground
  /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">
screen_progress.xml 72 android:foreground="?android:attr/windowContentOverlay"
screen.xml 97 android:foreground="?android:attr/windowContentOverlay"
screen_title_icons.xml 96 android:foreground="?android:attr/windowContentOverlay" />
  /packages/apps/Stk/res/layout/
stk_title.xml 74 android:foreground="?android:attr/windowContentOverlay" />
  /sdk/eclipse/scripts/
setup_eclipse.sh 64 # if started manually, run Eclipse in the foreground
  /frameworks/base/core/java/android/app/
ActivityManager.java 283 * foreground.
332 * Set to true if the service has asked to run as a foreground process.
334 public boolean foreground; field in class:ActivityManager.RunningServiceInfo
378 * run as a foreground process.
424 dest.writeInt(foreground ? 1 : 0);
441 foreground = source.readInt() != 0;
724 * foreground UI.
    [all...]
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
TextDecorator.java 89 Paint fg; // foreground color
181 Paint fg = (Paint) attributes.get(TextAttribute.FOREGROUND);
236 // Set foreground color
252 // Set foreground color
  /packages/apps/Calendar/res/layout/
month_activity.xml 80 android:foreground="@*android:drawable/title_bar_shadow">
  /packages/apps/Phone/res/layout-finger/
voicemail_dial_delete.xml 39 to disable and the foreground has been dimmed down to 30%.
  /packages/apps/Phone/res/layout-long-finger/
voicemail_dial_delete.xml 41 disable and the foreground has been dimmed down to 30%. The
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingRequest.java 66 // Since the BT-related activity is in the foreground, just open the dialog
LocalBluetoothManager.java 54 /** If a BT-related activity is in the foreground, this will be it. */
71 // in the last 60 seconds, show the pairing dialogs in foreground instead
  /development/simulator/wrapsim/
LaunchWrapper.c 224 * itself into the foreground. Now that it's gone, pull ourselves
225 * back into the foreground.
  /external/webkit/WebCore/rendering/
SVGCharacterLayoutInfo.h 336 SVGTextChunkSetupForegroundCallback foreground = 0)
346 , m_setupForegroundCallback(foreground)

Completed in 156 milliseconds

12 3 4 5 6 7 8 910