OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFocusable_Shift
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/views/
SkView.h
33
kFocusable_Shift
,
43
kFocusable_Mask = 1 <<
kFocusable_Shift
, //!< set if the view can receive focus
/external/skia/src/views/
SkView.cpp
56
this->setFlags(SkSetClearShift(fFlags, pred,
kFocusable_Shift
));
Completed in 46 milliseconds