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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
FirstFrameAnimatorHelper.java 92 // are no longer in the foreground and no frames are being rendered ever)
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
ScreenshotTest.java 109 // foreground, and steal UI focus
  /frameworks/base/policy/src/com/android/internal/policy/impl/
GlobalKeyManager.java 37 * A global key will NOT go to the foreground application and instead only ever be sent via targeted
  /frameworks/base/tests/FrameworkPerf/res/layout/
main.xml 29 android:text="Foreground: "
  /frameworks/support/v7/appcompat/res/layout/
abc_screen.xml 104 android:foreground="?android:attr/windowContentOverlay"
  /hardware/libhardware/include/hardware/
power.h 101 * Foreground app has started or stopped requesting a VSYNC pulse
  /packages/apps/Contacts/src/com/android/contacts/
NfcHandler.java 39 * enabled when the activity is in the foreground and resumed.
  /packages/apps/LegacyCamera/src/com/android/camera/
ActivityBase.java 68 // Suppose camera app is in the foreground. If users turn off and turn
  /packages/apps/Mms/tests/SmsAutoReply/src/com/android/smsautoreply/
AutoReplyActivity.java 40 * Keep the app in the foreground when running the test.
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingRequest.java 70 // Since the screen is on and the BT-related activity is in the foreground,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateMetadata.java 233 RGB foreground = getRgb(icon, ATTR_FOREGROUND); local
234 if (foreground != null) {
235 mIconState.foreground = foreground;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
manifest-expected-completion18.txt 16 android:finishOnTaskLaunch : Specify whether an activity should be finished when its task is brought to the foreground by relaunching from the home screen. [boolean]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 406 /* FOREGROUND DETECTOR INTERFACE */
413 /* Release foreground detector: */
421 /* FOREGROUND DETECTOR INTERFACE */
627 /* Try to detect new blob entrance based on foreground mask. */
628 /* pFGMask - image of foreground mask */
775 /* pImgFG - current foreground mask */
    [all...]
  /external/webkit/Source/WebCore/platform/gtk/
GtkVersioning.c 79 GdkColor foreground = { 0, 65535, 0, 0 }; // Red.
85 cursor = gdk_cursor_new_from_pixmap(source, mask, &foreground, &background, 8, 8);
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
pausing.jd 39 <p>During normal app use, the foreground activity is sometimes obstructed by other
124 <p>Be aware that the system calls this method every time your activity comes into the foreground,
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 252 // If we're paused, just continue playback and restore the 'foreground service' state.
274 // Pause media player and cancel the 'foreground service' state.
324 * Releases resources used by the service for playback. This includes the "foreground service"
330 // stop being a foreground service
524 * Configures service as a foreground service. A foreground service is a service that's doing
  /frameworks/base/docs/html/guide/topics/media/
mediaplayer.jd 24 <li><a href="#foregroundserv">Running as a foreground service</a></li>
399 <h3 id="foregroundserv">Running as a foreground service</h3>
409 In this case, the service should run as a "foreground service." A
410 foreground service holds a higher level of importance within the system&mdash;the system will
412 in the foreground, the service also must provide a status bar notification to ensure that users are
416 <p>In order to turn your service into a foreground service, you must create a
435 <p>While your service is running in the foreground, the notification you
445 <p class="img-caption"><strong>Figure 1.</strong> Screenshots of a foreground service's
449 <p>You should only hold on to the "foreground service" status while your
459 href="{@docRoot}guide/components/services.html#Foreground">Services</a> an
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkPolicyManagerServiceTest.java 278 // push one of the shared pids into foreground
285 // and swap another uid into foreground
293 // push both pid into foreground
300 // pull one out, should still be foreground
324 // push strict policy for foreground uid, verify ALLOW rule
365 // POLICY_NONE should RULE_ALLOW in foreground
396 // POLICY_REJECT should RULE_ALLOW in foreground
    [all...]
  /external/speex/libspeex/
mdf.c 97 /* If enabled, the AEC will use a foreground filter and a background filter to be more robust to double-talk
160 spx_word16_t *foreground; /* Foreground filter weights */ member in struct:SpeexEchoState_
462 st->foreground = (spx_word16_t*)speex_alloc(M*N*C*K*sizeof(spx_word16_t));
543 st->foreground[i] = 0;
609 speex_free(st->foreground);
800 /* Compute foreground filter */
801 spectral_mul_accum16(st->X, st->foreground+chan*N*K*M, st->Y+chan*N, N, M*K);
899 /* Logic for updating the foreground filter */
929 /* Copy background filter to foreground filter *
    [all...]
  /frameworks/base/docs/html/guide/components/
services.jd 30 <li><a href="#Foreground">Running a Service in the Foreground</a></li>
178 href="#Foreground">run in the foreground</a> (discussed later), then it will almost never be killed.
    [all...]
tasks-and-back-stack.jd 90 launcher (or a shortcut on the Home screen), that application's task comes to the foreground. If no
122 in the foreground, while Task A is in the background, waiting to be resumed.</p>
133 another task takes place, as shown in figure 2. A task can then return to the "foreground" so users
142 foreground&mdash;all three activities in its stack are intact and the activity at the top of the
177 to the foreground and resumes the activity at the top of the stack.</li>
368 that activity exists in a background task, that whole task is brought to the foreground. At this
400 starting, that task is brought to the foreground with its last state restored and the activity
485 for, when that task comes to the foreground.</p>
490 task as your activity. However, when the travel application's task comes to the foreground, the
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 204 foregroundLabel.setText("Foreground:");
309 mScalingLabel.setText("Foreground Scaling:");
381 mFgColorLabel.setText("Foreground Color:");
415 updateColor(display, mValues.foreground, false /*background*/);
540 updateColor(display, mValues.foreground, false /*background*/);
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 78 boolean setIsForeground; // Running foreground UI when last set?
81 boolean foregroundServices; // Running any services that are foreground?
82 boolean foregroundActivities; // Running any activities that are foreground?
90 IBinder forcingToForeground;// Token that is forcing this process to be foreground
123 // services that are currently executing code (need to remain foreground).
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 131 // update the foreground connections, if there are new connections.
132 // Have to get all foreground calls instead of the active one
133 // because there may two foreground calls co-exist in shore period
176 // Restore the mute state of the foreground call if we're not IDLE,
179 // the mute state with the earliest connection on the foreground
327 * <li>Else if there's a foreground call, hang that up.
344 log("hangup(): hanging up foreground call");
403 static boolean hangupActiveCall(Call foreground) {
405 return hangup(foreground);
432 log("hangupRingingAndActive: Hang up Foreground Call")
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
_index.html 231 <dt><a href="ForegroundService.html">Foreground Service</a></dt>
233 can write a Service that runs in the foreground and works on both pre-2.0
235 the new foreground APIs that were introduced in Android 2.0 if they are

Completed in 529 milliseconds

1 2 3 4 56 7 8 91011>>