HomeSort by relevance Sort by last modified time
    Searched defs:layoutAlgorithm (Results 1 - 7 of 7) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewTouchHandler.java 223 final TaskStackLayoutAlgorithm layoutAlgorithm = mSv.mLayoutAlgorithm;
270 layoutAlgorithm.addUnfocusedTaskOverride(taskViews.get(i).getTask(),
273 layoutAlgorithm.setFocusState(TaskStackLayoutAlgorithm.STATE_UNFOCUSED);
287 float deltaP = layoutAlgorithm.getDeltaPForY(mDownY, y);
290 float minScrollP = layoutAlgorithm.mMinScrollP;
291 float maxScrollP = layoutAlgorithm.mMaxScrollP;
336 float minY = mDownY + layoutAlgorithm.getYForDeltaP(mDownScrollP,
337 layoutAlgorithm.mMaxScrollP);
338 float maxY = mDownY + layoutAlgorithm.getYForDeltaP(mDownScrollP,
339 layoutAlgorithm.mMinScrollP)
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 

Completed in 2106 milliseconds