HomeSort by relevance Sort by last modified time
    Searched refs:fromTop (Results 1 - 5 of 5) sorted by null

  /packages/apps/Browser/src/com/android/browser/
PhoneUi.java 290 int fromTop = getTitleBar().getHeight();
308 fromTop, toTop);
388 int fromTop = tabview.getTop() + target.getTop() - mNavScreen.mScroller.getScrollY();
390 int fromBottom = fromTop + height;
394 mAnimScreen.mContent.setTop(fromTop);
407 fromTop, toTop);
  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 614 float fromTop = from.top + (initialScaleY - 1f) * height / 2;
617 int y = (int) (fromTop + Math.round(((to.top - fromTop) * motionPercent)));
  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 696 float fromTop = from.top + (initialScaleY - 1f) * height / 2;
699 int y = (int) (fromTop + Math.round(((to.top - fromTop) * motionPercent)));
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java     [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 490 milliseconds