Lines Matching refs:UIView
63 UIView* GetFocusedView()
76 bool RequestFocus(UIView* view);
92 bool GetNextFocus(UIView* focusedView, UIView*& candidate, uint8_t direction);
93 bool GetNextFocus(UIView* focusedView, UIView*& candidate, UIView* view, uint8_t direction);
94 bool GetNextFocus(UIView* focusedView, UIView*& candidate, UIViewGroup* viewGroup, uint8_t direction);
97 bool CompareCandidates(UIView* focusedView, UIView*& candidate, UIView* current, uint8_t direction);
98 bool CompareCandidatesByUp(UIView* focusedView, UIView*& candidate, UIView* current);
99 bool CompareCandidatesByDown(UIView* focusedView, UIView*& candidate, UIView* current);
100 bool CompareCandidatesByLeft(UIView* focusedView, UIView*& candidate, UIView* current);
101 bool CompareCandidatesByRight(UIView* focusedView, UIView*& candidate, UIView* current);
104 UIView* focusView_;
105 UIView* lastFocusView_;