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

12 3 4 5

  /external/replicaisland/src/com/replica/replicaisland/
AnimationPlayerActivity.java 113 View foreground = findViewById(R.id.animation_foreground); local
120 foreground.startAnimation(foregroundAnim);
  /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/core/java/android/content/res/
StringBlock.java 315 * @param foreground True if the color will be used as the foreground color,
322 private static CharacterStyle getColor(String color, boolean foreground) {
332 if (foreground) {
343 if (foreground) {
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.cc 121 // foreground typeface color instead of taking the background into account.
122 GdkColor NormalURLColor(GdkColor foreground) {
124 color_utils::SkColorToHSL(gfx::GdkColorToSkColor(foreground), &fg_hsl);
149 // saturation than to look exactly like the foreground color.
150 GdkColor SelectedURLColor(GdkColor foreground, GdkColor background) {
152 color_utils::SkColorToHSL(gfx::GdkColorToSkColor(foreground), &fg_hsl);
166 // The luminance should match the luminance of the foreground text. Again,
  /external/chromium/chrome/browser/chromeos/
tab_closeable_state_watcher.cc 39 TabContentsWrapper* tab_contents, int index, bool foreground) {
tab_closeable_state_watcher_browsertest.cc 107 bool foreground) {
wm_overview_controller.cc 69 bool foreground);
208 bool foreground) {
  /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
  /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;
  /external/chromium/chrome/browser/tabs/
tab_strip_model_unittest.cc 86 virtual TabContentsWrapper* AddBlankTab(bool foreground) {
89 virtual TabContentsWrapper* AddBlankTabAt(int index, bool foreground) {
292 foreground(false),
301 bool foreground; member in struct:MockTabStripModelObserver::State
321 EXPECT_EQ(state.foreground, s->foreground);
328 s->foreground == state.foreground &&
335 bool foreground) {
338 s->foreground = foreground
    [all...]
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
  /external/chromium/chrome/browser/download/
download_util.cc 381 SkBitmap* foreground = (size == BIG) ? g_foreground_32 : g_foreground_16; local
386 // We start by storing the bounds of the background and foreground bitmaps
391 foreground->width(), foreground->height());
408 // Layer the foreground progress image in an arc proportional to the download
422 // Set up an arc clipping region for the foreground image. Don't bother using
424 // would eliminate the foreground completely and be quite confusing (it would
441 SkShader::CreateBitmapShader(*foreground,
455 canvas->DrawBitmapInt(*foreground,
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_browser_event_router.cc 264 bool foreground) {
273 bool foreground) {
279 TabCreatedAt(contents->tab_contents(), index, foreground);
  /external/chromium/chrome/browser/ui/
browser.h 675 virtual TabContentsWrapper* AddBlankTab(bool foreground);
676 virtual TabContentsWrapper* AddBlankTabAt(int index, bool foreground);
708 bool foreground);
    [all...]
  /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/chromium/chrome/browser/
aeropeek_manager.cc 499 // Return the opaque while pixel to prevent old foreground tab from being
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 107 bool foreground);
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11mouse.c 116 GCvalues.foreground = ~0;
  /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/native/opengl/tests/hwc/
hwcCommit.cpp 561 // current format in the foreground
    [all...]
  /external/chromium/chrome/browser/ui/views/
task_manager_view.cc 239 ItemColor* foreground,
248 foreground->color_is_set = false;
  /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
  /frameworks/base/core/java/android/app/
ActivityManager.java 126 * a task was simply brought to the foreground.
688 * foreground.
724 * foreground.
955 public boolean foreground; field in class:ActivityManager.RunningServiceInfo
    [all...]

Completed in 986 milliseconds

12 3 4 5