OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RoundedImageView
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/user/
rounded_image_view.cc
16
RoundedImageView
::
RoundedImageView
(int corner_radius, bool active_user)
22
RoundedImageView
::~
RoundedImageView
() {}
24
void
RoundedImageView
::SetImage(const gfx::ImageSkia& img,
38
void
RoundedImageView
::SetCornerRadii(int top_left,
48
gfx::Size
RoundedImageView
::GetPreferredSize() const {
53
void
RoundedImageView
::OnPaint(gfx::Canvas* canvas) {
rounded_image_view.h
17
class
RoundedImageView
: public views::View {
22
RoundedImageView
(int corner_radius, bool active_user);
23
virtual ~
RoundedImageView
();
49
DISALLOW_COPY_AND_ASSIGN(
RoundedImageView
);
Completed in 33 milliseconds