HomeSort by relevance Sort by last modified time
    Searched refs:foreground (Results 51 - 75 of 105) sorted by null

1 23 4 5

  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 441 RGB foreground = mPreviewIconFactory.getForegroundColor(); local
442 if (foreground != null) {
443 mForeground = new Color(getDisplay(), foreground);
    [all...]
  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp 563 // 2. Now paint the foreground, including text and decorations like underline/overline (in quirks mode only).
603 // Check foreground color first.
604 Color foreground = paintInfo.forceBlackText ? Color::black : renderer()->selectionForegroundColor(); local
605 if (foreground.isValid() && foreground != selectionFillColor) {
608 selectionFillColor = foreground;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectWizard.java 127 iconState.foreground = new RGB(0x33, 0xb6, 0xea);
  /external/chromium/chrome/browser/tabs/
tab_strip_model.cc 109 bool foreground) {
112 foreground ? (ADD_INHERIT_GROUP | ADD_ACTIVE) :
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /external/chromium/chrome/browser/ui/
browser.cc     [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.c 132 static mDNSBool foreground = 0; variable
151 if (foreground)
1050 "-d Run daemon in foreground.\n\n"
1104 case 'd': foreground = 1; break; // Also used when launched via OS X's launchd mechanism
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_observers.h 248 bool foreground);
    [all...]
  /external/opencv/cvaux/include/
cvaux.h     [all...]
  /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...]
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 836 short foreground() const { return getcolor(0); } function in class:NCursesWindow
837 // Actual foreground color
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 836 short foreground() const { return getcolor(0); } function in class:NCursesWindow
837 // Actual foreground color
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 836 short foreground() const { return getcolor(0); } function in class:NCursesWindow
837 // Actual foreground color
    [all...]
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 944 bool foreground) {
    [all...]

Completed in 2500 milliseconds

1 23 4 5