/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
tiocl.h | 33 #define TIOCL_GETFGCONSOLE 12 /* get foreground vt */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
PreviewIconFactory.java | 295 // However, in this case we don't trust the foreground color 374 * Look up the background and foreground colors from the theme. May not find either 375 * the background or foreground or both, but will always return a pair of possibly 383 RGB foreground = null; local 387 return Pair.of(background, foreground); 402 foreground = resolveThemeColor(resources, "textColorPrimary"); //$NON-NLS-1$ 405 // Ensure that the foreground color is suitably distinct from the background color 409 if (foreground == null) { 411 foreground = new RGB(255, 255, 255); 413 foreground = new RGB(0, 0, 0) [all...] |
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
GlAppSwitchTest.java | 103 * run foreground / background task switching between replica island and GlPlanetsActivity. 150 * send replica island to foreground (when show = true) or background
|
/external/chromium/chrome/browser/ui/webui/ |
html_dialog_tab_contents_delegate_unittest.cc | 79 // This should create a new foreground tab in the existing browser. 89 // This should create a new foreground tab in the existing browser.
|
/external/kernel-headers/original/linux/ |
console_struct.h | 36 unsigned char vc_color; /* Foreground & background */ 37 unsigned char vc_s_color; /* Saved foreground & background */
|
/frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/common/helpers/ |
AppHelperBase.java | 54 * Checks if the application is in foreground. 56 * This is typically performed by verifying the current package name of the foreground
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
LocalBluetoothPreferences.java | 34 // in the last 60 seconds, show the pairing dialogs in foreground instead 72 // If in appliance mode, do not show dialog in foreground.
|
/development/samples/ApiDemos/src/com/example/android/apis/nfc/ |
ForegroundNdefPush.java | 29 * An example of how to use the NFC foreground NDEF push APIs.
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
rhino-python.input | 39 styles.add('error', parent=basic, foreground=colors.red) 40 styles.add('output', parent=basic, foreground=colors.blue) 41 styles.add('input', parent=basic, foreground=colors.black) 42 styles.add('prompt', parent=basic, foreground=colors.purple)
|
/frameworks/base/core/res/res/layout/ |
dialog_custom_title.xml | 34 android:foreground="?android:attr/windowContentOverlay">
|
dialog_custom_title_holo.xml | 39 android:foreground="?android:attr/windowContentOverlay">
|
dialog_title.xml | 39 android:foreground="?android:attr/windowContentOverlay">
|
dialog_title_holo.xml | 41 android:foreground="?android:attr/windowContentOverlay">
|
screen_custom_title.xml | 41 android:foreground="?android:attr/windowContentOverlay" />
|
screen_title.xml | 48 android:foreground="?android:attr/windowContentOverlay" />
|
/frameworks/support/v7/appcompat/res/layout/ |
abc_action_bar_decor_include.xml | 45 android:foreground="?android:attr/windowContentOverlay" />
|
/libcore/luni/src/main/java/java/awt/font/ |
TextAttribute.java | 68 /** The FOREGROUND text attribute key. */ 69 public static final TextAttribute FOREGROUND = new TextAttribute("foreground"); 160 * The Constant SWAP_COLORS_ON indicates a swap of foreground
|
/external/chromium/chrome/browser/tabs/ |
tab_strip_model_observer.h | 42 // index. |foreground| is whether or not it was opened in the foreground 46 bool foreground);
|
tab_strip_model_order_controller.cc | 26 bool foreground) { 35 if (foreground) { 36 // If the page was opened in the foreground by a link click in another
|
/external/opencv/cvaux/src/ |
cvbgfg_gaussmix.cpp | 183 CV_CALL( bg_model->foreground = cvCreateImage(cvSize(first_frame->width, 260 cvReleaseImage( &bg_model->foreground ); 316 //foreground filtering 321 //cvMorphologyEx( bg_model->foreground, bg_model->foreground, 0, 0, CV_MOP_OPEN, 1 ); 322 //cvMorphologyEx( bg_model->foreground, bg_model->foreground, 0, 0, CV_MOP_CLOSE, 1 ); 324 cvFindContours( bg_model->foreground, bg_model->storage, &first_seq, sizeof(CvContour), CV_RETR_LIST ); 349 cvZero(bg_model->foreground); 350 cvDrawContours(bg_model->foreground, first_seq, CV_RGB(0, 0, 255), CV_RGB(0, 0, 255), 10, -1) [all...] |
/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 | 88 boolean isForeground; // is service currently in foreground mode? 89 int foregroundId; // Notification ID of last foreground req. 90 Notification foregroundNoti; // Notification record of foreground state. 95 int executeNesting; // number of outstanding operations keeping foreground. 416 // being foreground. 427 // get to be foreground.
|
/frameworks/base/core/java/android/nfc/ |
NfcAdapter.java | 599 * specified activity(s) are in resumed (foreground) state. The recommended 679 * specified activity(s) are in resumed (foreground) state. The recommended 729 * specified activity(s) are in resumed (foreground) state. The recommended [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
CallManager.java | 94 // list of supported foreground calls 352 * @return the phone associated with the foreground call 643 * Hangup foreground call and resume the specific background call 645 * Note: this is noop if there is no foreground call or the heldCall is null 647 * @param heldCall to become foreground 722 throw(new CallStateException("Can't conference foreground and selected background call")); 811 * - There's available call slot in either foreground or background 812 * - The foreground call is ACTIVE or IDLE or DISCONNECTED. [all...] |
/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"; 111 // foreground state, since we could be killed at that point.
|