Home
last modified time | relevance | path

Searched refs:fFocusController (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tools/viewer/
H A DSlideDir.cpp342 fFocusController = std::make_unique<FocusController>(this, focusRect); in load()
352 fFocusController.reset(); in unload()
377 fFocusController->tick(t); in animate()
383 if (fFocusController->hasFocus()) { in onChar()
385 fFocusController->startUnfocus(); in onChar()
388 return fFocusController->onChar(c); in onChar()
400 if (fFocusController->hasFocus()) { in onMouse()
401 return fFocusController->onMouse(x, y, state, modifiers); in onMouse()
418 fFocusController->startFocus(cell); in onMouse()
H A DSlideDir.h55 std::unique_ptr<FocusController> fFocusController; member in final

Completed in 1 milliseconds