Home | History | Annotate | Download | only in systemui

Lines Matching refs:pull

57     // Set to false to disable focus-based gestures (spread-finger vertical pull).
75 private static final int PULL = 1<<1;
194 float pull = Math.abs(drag) + Math.abs(span) + 1f;
195 float hand = drag * Math.abs(drag) / pull + span * Math.abs(span) / pull;
270 (0 != (mExpansionStyle & PULL) ? " (pull)" : "") +
272 // check for a spread-finger vertical pull gesture
298 if (DEBUG_SCALE) Log.v(TAG, "got pull gesture (xspan=" + xspan + "px)");
299 startExpanding(mResizedView, PULL);
410 (0 != (mExpansionStyle & PULL) ? " (pull)" : "") +