HomeSort by relevance Sort by last modified time
    Searched full:border_alpha (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ui/native_theme/
native_theme_base.cc 727 int border_alpha = state == kHovered ? 0x80 : 0x55; local
729 border_alpha = 0xff;
734 paint.setAlpha(border_alpha);
    [all...]

Completed in 285 milliseconds