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

  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/effects/
ShadowEffect.java 43 private float xDistance = 2, yDistance = 2;
50 public ShadowEffect (Color color, int xDistance, int yDistance, float opacity) {
53 this.yDistance = yDistance;
59 g.translate(xDistance, yDistance);
114 return yDistance;
119 yDistance = distance;
158 values.add(EffectUtil.floatValue("Y distance", yDistance, -99, 99, "This setting is the amount of pixels to offset the "
184 yDistance = ((Float)value.getObject()).floatValue();
  /external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
repeatable_scroll.py 43 yDistance=int(-self._y_scroll_distance_ratio * self._windowsize[1]),
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
web_contents.py 276 def SynthesizeScrollGesture(self, x=100, y=800, xDistance=0, yDistance=-500,
288 yDistance: Ddistance to scroll along the Y axis (positive to scroll up).
303 x=x, y=y, xDistance=xDistance, yDistance=yDistance,
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
BarPlotExampleActivity.java 321 double yDistance = 0;
336 yDistance = thisYDistance;
340 yDistance = thisYDistance;
342 thisYDistance < yDistance &&
346 yDistance = thisYDistance;
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
inspector_backend.py 222 def SynthesizeScrollGesture(self, x=100, y=800, xDistance=0, yDistance=-500,
234 yDistance: Distance to scroll along the Y axis (positive to scroll up).
252 'yDistance': yDistance,
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/24.4.0-beta6/
chimpchat-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/24.5.0/
chimpchat-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.0.0-alpha1/
chimpchat-25.0.0-alpha1.jar 
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]

Completed in 344 milliseconds