HomeSort by relevance Sort by last modified time
    Searched defs:windowLeft (Results 1 - 2 of 2) sorted by null

  /external/droiddriver/src/com/google/android/droiddriver/instrumentation/
ViewElement.java 160 int windowLeft = xyScreen[0] - xyWindow[0];
164 visibleBounds.offset(windowLeft, windowTop);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
OverviewGrid.js 96 windowLeft: function()
98 return this._window.windowLeft;
167 this.windowLeft = 0.0;
194 this.windowLeft = 0.0;
297 this._dragStartLeft = this.windowLeft;
350 * @param {number} windowLeft
353 _setWindow: function(windowLeft, windowRight)
355 var left = windowLeft;
357 var width = windowRight - windowLeft;
364 left = ((windowRight + windowLeft) - width * factor) / 2
    [all...]

Completed in 226 milliseconds