OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:foreground
(Results
201 - 225
of
551
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/android/nfc/
Tag.java
67
* <h4>1.
Foreground
activity dispatch</h4>
68
* A
foreground
activity that has called
/development/samples/NotePad/src/com/example/android/notepad/
TitleEditor.java
98
* This method is called when the Activity is about to come to the
foreground
. This happens
/external/chromium/chrome/browser/ui/cocoa/
framed_browser_window.mm
226
// the window to the
foreground
.
/external/chromium/chrome/browser/ui/gtk/
edit_search_engine_dialog.cc
58
// combine the normal or insensitive
foreground
of the label style with the
/external/chromium/chrome/browser/ui/views/
find_bar_host_interactive_uitest.cc
190
// Make sure Chrome is in the
foreground
, otherwise sending input
/external/chromium/chrome/browser/ui/views/frame/
browser_frame_win.cc
153
// bring this browser window to the
foreground
. We explicitly set ourselves
/external/dnsmasq/src/
config.h
202
--keep-in-
foreground
option, since it also suppresses forking new
/external/webkit/Source/WebCore/platform/mac/
PopupMenuMac.mm
114
// FIXME: Add support for styling the
foreground
and background colors.
/external/webkit/Source/WebCore/rendering/
RenderLayerBacking.h
206
OwnPtr<GraphicsLayer> m_foregroundLayer; // only used in cases where we need to draw the
foreground
separately
/external/webkit/Source/WebKit/qt/WebCoreSupport/
QtFallbackWebPopup.cpp
134
palette.setColor(QPalette::
Foreground
, foregroundColor);
/frameworks/av/media/libmedia/
IMediaMetadataRetriever.cpp
30
//
foreground
thread.
/frameworks/av/media/libstagefright/codecs/avc/common/src/
fmo.cpp
96
/* see subclause 8.2.2.3
foreground
with left-over slice group map type */
/frameworks/base/docs/html/training/run-background-service/
report-status.jd
190
when your app is in the background, but doesn't force your app to the
foreground
. If you
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardActivityLauncher.java
140
* Launches the said intent for the current
foreground
user.
/frameworks/native/services/surfaceflinger/tests/
Transaction_test.cpp
113
//
Foreground
surface
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetPhoneState.java
40
// Number of active (
foreground
) calls
/packages/apps/Phone/src/com/android/phone/
BluetoothPhoneService.java
237
// get
foreground
call state
247
Log.d(TAG, " handlePreciseCallStateChange:
foreground
: " + foregroundCall +
571
// hence there should not be any
Foreground
Call
576
// Getting
Foreground
Call connection based on Call state
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesf.h
236
// Set the
foreground
attribute for the field
237
inline void set_foreground(chtype
foreground
) {
238
OnError(::set_field_fore(field,
foreground
));
241
// Retrieve the fields
foreground
attribute
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesf.h
236
// Set the
foreground
attribute for the field
237
inline void set_foreground(chtype
foreground
) {
238
OnError(::set_field_fore(field,
foreground
));
241
// Retrieve the fields
foreground
attribute
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesf.h
236
// Set the
foreground
attribute for the field
237
inline void set_foreground(chtype
foreground
) {
238
OnError(::set_field_fore(field,
foreground
));
241
// Retrieve the fields
foreground
attribute
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizardState.java
97
public RGB
foreground
= new RGB(0x00, 0x00, 0x00);
field in class:CreateAssetSetWizardState
/system/netd/
TetherController.cpp
141
args[1] = (char *)"--keep-in-
foreground
";
/external/chromium/chrome/browser/
browser_browsertest.cc
755
// Open a popup browser with a single blank
foreground
tab.
772
// Open an app frame browser with a single blank
foreground
tab.
790
// Open an app frame popup browser with a single blank
foreground
tab.
browser_focus_uitest.cc
81
// Test to make sure Chrome is in the
foreground
as we start testing. This is
113
<< "Chrome must be in the
foreground
when running interactive tests\n"
114
<< "Process in
foreground
: " << filename.c_str() << "\n"
[
all
...]
/external/chromium/chrome/browser/tabs/
tab_strip_model.h
162
//
foreground
inherit the group of the previously active tab.
163
void AppendTabContents(TabContentsWrapper* contents, bool
foreground
);
597
// this Tab. This is the case for tabs opened in the
foreground
at the end
Completed in 2233 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>