Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/apz/src/
H A DAndroidDynamicToolbarAnimator.cpp36 static const int32_t MOVE_TOOLBAR_UP = -1; // Multiplier to move the toolbar up variable
198 (delta > 0 ? MOVE_TOOLBAR_DOWN : MOVE_TOOLBAR_UP); in ReceiveInputEvent()
308 StartCompositorAnimation(MOVE_TOOLBAR_UP, mCompositorAnimationStyle, in ToolbarAnimatorMessageFromUI()
330 NotifyControllerPendingAnimation(MOVE_TOOLBAR_UP, eImmediate); in ToolbarAnimatorMessageFromUI()
333 NotifyControllerPendingAnimation(MOVE_TOOLBAR_UP, eAnimate); in ToolbarAnimatorMessageFromUI()
391 } else if (mCompositorAnimationDirection == MOVE_TOOLBAR_UP) { in UpdateAnimation()
425 } else if ((mCompositorAnimationDirection == MOVE_TOOLBAR_UP) && in UpdateAnimation()
694 ? MOVE_TOOLBAR_UP in HandleTouchEnd()
704 direction = MOVE_TOOLBAR_UP; in HandleTouchEnd()
708 : MOVE_TOOLBAR_UP); in HandleTouchEnd()
[all …]