Searched defs:sticky (Results 1 – 8 of 8) sorted by relevance
49 sticky() function
63 sticky: label
47 private View sticky; field in StickyHeaderScrollView
44 private View sticky; field in StickyHeaderRecyclerView
55 private View sticky; field in StickyHeaderListView
254 const bool sticky = *lo << (typeWidth - count); in wideRightShiftWithSticky() local259 const bool sticky = *hi << (2*typeWidth - count) | *lo; in wideRightShiftWithSticky() local263 const bool sticky = *hi | *lo; in wideRightShiftWithSticky() local
1306 const bool sticky = (flags & JSRegExp::kSticky) != 0; in RegExpReplace() local1444 const bool sticky = (flags & JSRegExp::kSticky) != 0; in RUNTIME_FUNCTION() local1602 const bool sticky = (String::IndexOf(isolate, flags, y_str, 0) >= 0); in RUNTIME_FUNCTION() local
75 int sticky; member