/external/chromium/chrome/browser/extensions/ |
extension_browser_event_router.cc | 264 bool foreground) { 273 bool foreground) { 279 TabCreatedAt(contents->tab_contents(), index, foreground);
|
/frameworks/base/docs/html/guide/topics/connectivity/nfc/ |
nfc.jd | 313 includes comprehensive reader/writer support as well as foreground NDEF pushing, and API level [all...] |
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
starting.jd | 56 point at which the activity is running in the foreground and the user can interact with it.</p> 121 <dd>In this state, the activity is in the foreground and the user can interact with it. 125 other activity that's in the foreground is semi-transparent or doesn't cover the entire screen. The
|
recreating.jd | 36 currently stopped and hasn't been used in a long time or the foreground activity requires more 51 the foreground activity because the screen configuration has changed and your activity might need to
|
stopping.jd | 45 activity in your app that's currently in the foreground is stopped. If the user returns to your 134 <p>When your activity comes back to the foreground from the stopped state, it receives a call to
|
/frameworks/base/services/java/com/android/server/net/ |
NetworkPolicyManagerService.java | 269 /** Foreground at both UID and PID granularity. */ 351 // TODO: traverse existing processes to know foreground state, or have [all...] |
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/ |
PhotoViewFragment.java | 437 // we're not in the foreground; reset our view 460 // we're not in the foreground; don't intercept any touches 470 // we're not in the foreground; don't intercept any touches
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/ |
OMX_VideoEnc_DSP.h | 162 IH264_FOREGRND_WITH_LEFTOVER_SLICE_GRP = 2 , /* 2 : ForeGround with Left Over*/ 288 First entry in the array specify the start position of foreground region in terms 290 Second entry in the array specify the end position of foreground region in terms
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
GraphicsLayerAndroid.cpp | 560 // Remove the foreground layers. 634 // allow to paint background and foreground separately. For now, we'll create 702 // Construct the foreground layer and draw. 711 // Update the foreground layer size. 745 // Need to offset the foreground layer by the clip layer in order 767 // Paint the foreground... [all...] |
/frameworks/base/test-runner/src/android/test/ |
TouchUtils.java | 53 * @param activity The activity that is in the foreground of the test case 83 * @param activity The activity that is in the foreground of the test case 118 * @param activity The activity that is in the foreground of the test case 159 * @param activity The activity that is in the foreground of the test case 197 * @param activity The activity that is in the foreground of the test case 225 * @param activity The activity that is in the foreground of the test case
|
/external/chromium/chrome/browser/diagnostics/ |
diagnostics_main.cc | 51 // Sets the foreground and background color. 96 // Sets the foreground and background color.
|
/external/chromium/chrome/browser/download/ |
download_util.h | 160 // Paint the common download animation progress foreground and background, 161 // clipping the foreground to 'percent' full. If percent is -1, then we don't
|
/external/chromium/chrome/browser/ |
process_singleton_win.cc | 101 // Allow the current running browser window making itself the foreground 209 // Attempt to place ourselves in the foreground / flash the task bar.
|
process_singleton.h | 101 // to the window that should be set to the foreground if a CopyData message
|
/external/ipsec-tools/src/racoon/ |
main.c | 125 printf(" -F: run in foreground, do not become daemon.\n"); 324 printf("Foreground mode.\n");
|
/external/qemu/ |
console.h | 163 uint32_t foreground, uint32_t background, uint8_t *image, 165 void cursor_get_mono_image(QEMUCursor *c, int foreground, uint8_t *mask);
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGRoot.cpp | 345 // Only return true here, if the last hit testing phase 'BlockBackground' is executed. If we'd return true in the 'Foreground' phase, 347 // to be able to detect hits on the background of a <div> element. If we'd return true here in the 'Foreground' phase, we are not able
|
/frameworks/base/docs/html/about/versions/ |
android-2.3.3.jd | 69 and API. Foreground Activities can use the API to register an NDEF 76 foreground application to take control of a tag event before it is passed to any
|
/frameworks/native/opengl/tests/hwc/ |
hwcCommit.cpp | 561 // current format in the foreground [all...] |
/packages/apps/Phone/src/com/android/phone/ |
ManageConferenceUtils.java | 171 * the current foreground call; size must be greater than 1 345 // newly-separated call into the foreground call (which is the
|
/frameworks/base/core/java/android/app/ |
ActivityManager.java | 127 * a task was simply brought to the foreground. 689 * foreground. 725 * foreground. 956 public boolean foreground; field in class:ActivityManager.RunningServiceInfo [all...] |
/bootable/recovery/ |
ui.cpp | 103 // queued to be processed next time the foreground thread wants a key
|
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/ |
SearchableDictionary.java | 63 // to deliver the intent if this activity is currently the foreground activity when
|
/external/chromium/chrome/browser/chromeos/ |
tab_closeable_state_watcher.cc | 39 TabContentsWrapper* tab_contents, int index, bool foreground) {
|
tab_closeable_state_watcher.h | 123 bool foreground);
|