Searched refs:getSpaceForGear (Results 1 – 3 of 3) sorted by relevance
146 public float getSpaceForGear() { in getSpaceForGear() method in NotificationSettingsIconRow
1003 public float getSpaceForGear() {1005 return mSettingsIconRow.getSpaceForGear();
4090 Math.abs(getTranslation(animView)) <= getSpaceForGear(animView) * 0.6f; in handleUpEvent()4131 final float snapBackThreshold = getSpaceForGear(animView); in snapToGear()4161 final float snapBackThreshold = getSpaceForGear(animView) * multiplier; in swipedEnoughToShowGear()4240 private float getSpaceForGear(View view) { in getSpaceForGear() method in NotificationStackScrollLayout.NotificationSwipeHelper4242 return ((ExpandableNotificationRow) view).getSpaceForGear(); in getSpaceForGear()4269 final float bounceBackToGearWidth = getSpaceForGear(mTranslatingParentView); in run()