OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:goingUp
(Results
1 - 2
of
2
) sorted by null
/external/fonttools/Lib/fontTools/pens/
pointInsidePen.py
74
def _addIntersection(self,
goingUp
):
75
if self.evenOdd or
goingUp
:
149
goingUp
= direction > 0.0
153
above =
goingUp
157
if not
goingUp
:
158
self._addIntersection(
goingUp
)
161
self._addIntersection(
goingUp
)
163
if above !=
goingUp
:
164
self._addIntersection(
goingUp
)
167
above =
goingUp
[
all
...]
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
TaskViewTouchController.java
160
private void reInitAnimationController(boolean
goingUp
) {
161
if (mCurrentAnimation != null && mCurrentAnimationIsGoingUp ==
goingUp
) {
166
if (
goingUp
&& ((scrollDirections & SwipeDetector.DIRECTION_POSITIVE) == 0)
167
|| !
goingUp
&& ((scrollDirections & SwipeDetector.DIRECTION_NEGATIVE) == 0)) {
179
mCurrentAnimationIsGoingUp =
goingUp
;
183
if (
goingUp
) {
246
boolean
goingUp
= velocity < 0;
247
goingToEnd =
goingUp
== mCurrentAnimationIsGoingUp;
Completed in 147 milliseconds