Home
last modified time | relevance | path

Searched refs:getFocusView (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/views/
DSkWindow.cpp148 SkView* focus = this->getFocusView(); in handleChar()
166 SkView* focus = this->getFocusView(); in handleKey()
193 SkView* focus = this->getFocusView(); in handleKeyUp()
DSkView.cpp182 SkView* SkView::getFocusView() const { in getFocusView() function in SkView
194 return this == this->getFocusView(); in hasFocus()
232 SkView* focus = this->getFocusView(); in moveFocus()
/external/skia/include/views/
DSkView.h126 SkView* getFocusView() const;