Searched refs:getSpaceForGear (Results 1 – 3 of 3) sorted by relevance
146 public float getSpaceForGear() { in getSpaceForGear() method in NotificationSettingsIconRow
979 public float getSpaceForGear() {981 return mSettingsIconRow.getSpaceForGear();
3961 Math.abs(getTranslation(animView)) <= getSpaceForGear(animView) * 0.6f; in handleUpEvent()4001 final float snapBackThreshold = getSpaceForGear(animView); in snapToGear()4031 final float snapBackThreshold = getSpaceForGear(animView) * multiplier; in swipedEnoughToShowGear()4116 private float getSpaceForGear(View view) { in getSpaceForGear() method in NotificationStackScrollLayout.NotificationSwipeHelper4118 return ((ExpandableNotificationRow) view).getSpaceForGear(); in getSpaceForGear()4145 final float bounceBackToGearWidth = getSpaceForGear(mTranslatingParentView); in run()