Searched refs:kDetachedTopMargin (Results 1 – 1 of 1) sorted by relevance
71 static const int kDetachedTopMargin = 1; // When attached, we use 0 and let the variable1637 int top_margin = IsDetached() ? kDetachedTopMargin : 0; in LayoutItems()