OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fflinger
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/views/
SkTouchGesture.h
40
bool isActive() { return
fFlinger
.isActive(); }
41
void stop() {
fFlinger
.stop(); }
64
SkFlingState
fFlinger
;
/external/skia/src/views/
SkTouchGesture.cpp
128
if (
fFlinger
.isActive()) {
129
if (!
fFlinger
.evaluateMatrix(&fLocalM)) {
159
fFlinger
.stop();
279
fFlinger
.reset(dx / dur, dy / dur);
315
fFlinger
.stop();
Completed in 1298 milliseconds