/frameworks/base/services/java/com/android/server/am/ |
ProcessList.java | 83 // This is the process running the current foreground app. We'd really
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
AlbumSlidingWindow.java | 194 // add foreground textures
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
CollectTraceAction.java | 180 // open the editor (if not open), or bring it to foreground if it is already open
|
/external/chromium/chrome/browser/chromeos/ |
wm_overview_controller.cc | 69 bool foreground); 208 bool foreground) {
|
/external/chromium/chrome/browser/resources/ |
downloads.html | 131 .progress.foreground { 376 createElementWithClassName('div', 'progress foreground');
|
/external/chromium/chrome/browser/ui/views/tabs/ |
tab.cc | 467 // image is a composited foreground + frame image. 476 // Draw left edge. Don't draw over the toolbar, as we're not the foreground
|
/external/chromium/chrome/browser/ui/views/ |
task_manager_view.cc | 239 ItemColor* foreground, 248 foreground->color_is_set = false;
|
/external/chromium/chrome/common/extensions/docs/static/ |
a11y.html | 402 background color and foreground/text color in your extension. 404 checks whether your background and foreground colors
|
/external/harfbuzz_ng/util/ |
options.cc | 248 {"foreground", 0, 0, G_OPTION_ARG_STRING, &this->fore, "Set foreground color (default: " DEFAULT_FORE ")", "red/#rrggbb/#rrggbbaa"},
|
/external/libppp/src/ |
main.c | 192 fprintf(stderr, "usage: ppp [-auto | -foreground | -background | -direct |" 503 /* -auto, -dedicated, -ddial, -foreground & -background */
|
/external/llvm/include/llvm/Support/ |
raw_ostream.h | 211 /// Changes the foreground color of text that will be output from this point 216 /// @param BG if true change the background, default: change foreground
|
/external/webkit/Source/WebCore/rendering/ |
RenderLayer.h | 388 // |rootLayer}. It also computes our background and foreground clip rects 401 IntRect childrenClipRect() const; // Returns the foreground clip rect of the layer in the document's coordinate space. [all...] |
RenderListBox.cpp | 278 // get rendered in the foreground or background phases 382 // Honor the foreground color for disabled items
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
wpa_supplicant.sgml | 456 foreground with debugging enabled:</para> 599 with following command to start it on foreground with debugging
|
/frameworks/base/core/java/android/net/ |
NetworkStats.java | 51 /** {@link #set} value where foreground data is accounted. */ 667 return "FOREGROUND";
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
icon_design_status_bar.jd | 131 distractions, allowing users to focus on the foreground activity.</p> 216 <p>The system may dim and shrink status bar icons to allow users to focus on the foreground
|
activity_task_design.jd | 399 foreground where it has user focus. As shown in the following figure, 445 List Messages activity to the foreground (changing it from stopped to 456 to the foreground. This is true for Contacts and Gallery. If the user 604 with Home in the foreground. The user then launches the Calendar 605 activity, which launches into the foreground, taking user focus, [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipPhone.java | 107 // both foreground and background are active 112 " foreground and background both alive"); [all...] |
/packages/apps/Nfc/src/com/android/nfc/ |
P2pLinkManager.java | 442 if (DBG) Log.d(TAG, "Last registered callback is not running in the foreground."); 446 // fall back to default NDEF for the foreground activity, unless the [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
cursesm.h | 422 // Get the menus foreground attributes 437 // Set the menus foreground attributes
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
cursesm.h | 422 // Get the menus foreground attributes 437 // Set the menus foreground attributes
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
cursesm.h | 422 // Get the menus foreground attributes 437 // Set the menus foreground attributes
|
/frameworks/base/core/java/android/app/ |
Activity.java | 156 * below it in the stack, and will not come to the foreground again until 161 * <li> If an activity in the foreground of the screen (at the top of 204 * activity on-screen, though it may not be in the foreground and interacting 213 * <li>The <b>foreground lifetime</b> of an activity happens between a call to 288 * to the foreground, or <code>onStop()</code> if it becomes hidden.</td> 391 * had been in the foreground or visible to the user, once {@link #onDestroy} is 604 * <li> <p>The <b>foreground activity</b> (the activity at the top of the screen 611 * but not in the foreground, such as one sitting behind a foreground dialog) 613 * required to keep the foreground activity running [all...] |
/frameworks/base/services/java/com/android/server/power/ |
PowerManagerService.java | 343 // to allow the current foreground activity to override the brightness. 348 // to allow the current foreground activity to override the user activity timeout. [all...] |
/packages/apps/Browser/src/com/android/browser/ |
Tab.java | 154 // If true, the tab is in the foreground of the current activity. 305 // Show the dialog now if the queue was empty and it is in foreground 369 // finally update the UI in the activity if it is in the foreground 421 * WebCore if it is in the foreground. 714 // only allow new window or sub window for the foreground case [all...] |