Searched refs:fromLeft (Results 1 – 5 of 5) sorted by relevance
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | SimpleItemAnimator.java | 139 final int fromLeft = preInfo.left; in animateChange() local 149 return animateChange(oldHolder, newHolder, fromLeft, fromTop, toLeft, toTop); in animateChange() 254 ViewHolder newHolder, int fromLeft, int fromTop, int toLeft, int toTop); in animateChange() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationSettingsIconRow.java | 184 public void fadeInSettings(final boolean fromLeft, final float transX, in fadeInSettings() argument 199 boolean pastGear = (fromLeft && transX <= notiThreshold) in fadeInSettings() 200 || (!fromLeft && absTrans <= notiThreshold); in fadeInSettings()
|
/frameworks/base/core/java/android/widget/ |
D | Gallery.java | 854 private View makeAndAddView(int position, int offset, int x, boolean fromLeft) { in makeAndAddView() argument 869 setUpChild(child, offset, x, fromLeft); in makeAndAddView() 879 setUpChild(child, offset, x, fromLeft); in makeAndAddView() 896 private void setUpChild(View child, int offset, int x, boolean fromLeft) { in setUpChild() argument 905 addViewInLayout(child, fromLeft != mIsRtl ? -1 : 0, lp, true); in setUpChild() 926 if (fromLeft) { in setUpChild()
|
/frameworks/base/core/java/android/view/animation/ |
D | AnimationUtils.java | 213 public static Animation makeInAnimation(Context c, boolean fromLeft) { in makeInAnimation() argument 215 if (fromLeft) { in makeInAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationStackScrollLayout.java | 4033 final boolean fromLeft = translation > 0; in swipedEnoughToShowGear()
|