Searched refs:mSpringStopThreshold (Results 1 – 4 of 4) sorted by relevance
39 private float mSpringStopThreshold = Float.NaN; field in OnSwipe294 return mSpringStopThreshold; in getSpringStopThreshold()305 mSpringStopThreshold = springStopThreshold; in setSpringStopThreshold()385 if (!Float.isNaN(mSpringStopThreshold)) { in toString()386 ret.append("stopThreshold:'").append(mSpringStopThreshold).append("',\n"); in toString()
39 private float mSpringStopThreshold = Float.NaN; field in OnSwipe352 return mSpringStopThreshold; in getSpringStopThreshold()364 mSpringStopThreshold = springStopThreshold; in setSpringStopThreshold()
117 private float mSpringStopThreshold = Float.NaN; field in TouchResponse158 mSpringStopThreshold = onSwipe.getSpringStopThreshold(); in TouchResponse()236 mSpringStopThreshold = a.getFloat(attr, mSpringStopThreshold); in fill()912 return mSpringStopThreshold; in getSpringStopThreshold()
157 private float mSpringStopThreshold = 0.01f; field in Transition.OnSwipe269 void setSpringStopThreshold(float mSpringStopThreshold) { in setSpringStopThreshold() argument270 if (Float.isNaN(mSpringStopThreshold)) { in setSpringStopThreshold()273 this.mSpringStopThreshold = mSpringStopThreshold; in setSpringStopThreshold()366 mSpringStopThreshold, mSpringBoundary); in config()391 System.out.println("mSpringStopThreshold = " + mSpringStopThreshold); in printInfo()