Home
last modified time | relevance | path

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

/external/skia/tools/viewer/
DSlideDir.cpp324 fFocusController = skstd::make_unique<FocusController>(this, focusRect); in load()
334 fFocusController.reset(); in unload()
356 fFocusController->tick(t); in animate()
362 if (fFocusController->hasFocus()) { in onChar()
364 fFocusController->startUnfocus(); in onChar()
367 return fFocusController->onChar(c); in onChar()
378 if (fFocusController->hasFocus()) { in onMouse()
379 return fFocusController->onMouse(x, y, state, modifiers); in onMouse()
396 fFocusController->startFocus(cell); in onMouse()
DSlideDir.h50 std::unique_ptr<FocusController> fFocusController; variable