Searched refs:EDGE_TOP (Results 1 – 9 of 9) sorted by relevance
29 enum Edge { EDGE_TOP = 0, EDGE_LEFT, EDGE_BOTTOM, EDGE_RIGHT, EDGE_COUNT }; enumerator
36 case OverscrollGlow::EDGE_TOP: in ComputeTransform()64 case OverscrollGlow::EDGE_TOP: in ComputeSize()
61 EDGE_TOP = 1 << 0, enumerator
113 edges |= views::ViewsDelegate::EDGE_TOP; in GetAppbarAutohideEdgesOnWorkerThread()
151 params.edge_offsets[OverscrollGlow::EDGE_TOP] = in CreateOverscrollDisplayParameters()
71 const #61 = Asciz EDGE_TOP;438 public static final int EDGE_TOP;
75 #61 = Utf8 EDGE_TOP489 public static final int EDGE_TOP;
55 EDGE_TOP = 1,
1694 if (autohide_edges & ViewsDelegate::EDGE_TOP) { in OnNCCalcSize()