Searched defs:kFocusable_Mask (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/views/
H A DSkView.h43 kFocusable_Mask = 1 << kFocusable_Shift, //!< set if the view can receive focus enumerator in enum:SkView::Flag_Mask
65 int isFocusable() const { return fFlags & kFocusable_Mask; }
/external/skia/include/views/
H A DSkView.h43 kFocusable_Mask = 1 << kFocusable_Shift, //!< set if the view can receive focus enumerator in enum:SkView::Flag_Mask
65 int isFocusable() const { return fFlags & kFocusable_Mask; }

Completed in 48 milliseconds