OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TouchHandle
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/renderer_host/input/
touch_handle.cc
33
TouchHandle
::
TouchHandle
(TouchHandleClient* client,
53
TouchHandle
::~
TouchHandle
() {
56
void
TouchHandle
::SetEnabled(bool enabled) {
67
void
TouchHandle
::SetVisible(bool visible, AnimationStyle animation_style) {
90
void
TouchHandle
::SetPosition(const gfx::PointF& position) {
102
void
TouchHandle
::SetOrientation(TouchHandleOrientation orientation) {
117
bool
TouchHandle
::WillHandleTouchEvent(const ui::MotionEvent& event) {
178
bool
TouchHandle
::Animate(base::TimeTicks frame_time)
[
all
...]
touch_handle.h
19
class
TouchHandle
;
28
// Interface through which |
TouchHandle
| delegates rendering-specific duties.
40
// Interface through which |
TouchHandle
| communicates handle manipulation and
45
virtual void OnHandleDragBegin(const
TouchHandle
& handle) = 0;
46
virtual void OnHandleDragUpdate(const
TouchHandle
& handle,
48
virtual void OnHandleDragEnd(const
TouchHandle
& handle) = 0;
49
virtual void OnHandleTapped(const
TouchHandle
& handle) = 0;
58
class CONTENT_EXPORT
TouchHandle
{
61
TouchHandle
(TouchHandleClient* client, TouchHandleOrientation orientation);
62
~
TouchHandle
();
[
all
...]
Completed in 135 milliseconds