OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:draw_border
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/
ColorChipView.java
43
public static final int
DRAW_BORDER
= 1;
74
if (style != DRAW_FULL && style !=
DRAW_BORDER
&& style != DRAW_FADED) {
107
case
DRAW_BORDER
:
/external/chromium_org/ash/system/tray/
system_tray_bubble.cc
46
bool
draw_border
)
50
if (
draw_border
) {
/packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaAdapter.java
145
holder.colorChip.setDrawStyle(ColorChipView.
DRAW_BORDER
);
/external/chromium_org/ui/views/controls/textfield/
textfield.h
164
bool
draw_border
() const { return draw_border_; }
function in class:views::Textfield
native_textfield_views.cc
352
if (textfield_->
draw_border
())
551
if (!textfield_->
draw_border
())
[
all
...]
Completed in 206 milliseconds