Lines Matching refs:host
118 paginator._host = paginator.get('host');
135 var host = this._host,
136 cb = host.get(CONTENT_BOX),
137 bb = host.get(BOUNDING_BOX),
138 vert = host._scrollsVertical,
139 size = (vert) ? host._scrollHeight : host._scrollWidth,
161 host._maxScrollX = this._pageOffsets[MAX_PAGE_COUNT-1];
227 var host = this._host,
228 velocity = host._currentVelocity,
245 * After host render handler
252 var host = this._host;
254 host.get("boundingBox").addClass(host.getClassName("paged"));
265 var host = this._host,
271 if(e.onGestureMoveEnd && !host._flicking) {
272 if(host._scrolledHalfway) {
273 if(host._scrolledForward && pageIndex < pageCount-1) {
303 host = this._host,
304 cb = host.get(CONTENT_BOX),
337 host.set('scrollX', this._pageOffsets[targetOffset]); // Center
398 var host = this._host,
399 vert = host._scrollsVertical,
403 host.set(scrollAxis, scrollVal, {
417 var host = this._host,
418 vert = host._scrollsVertical;
420 host._killTimer();
422 host.set((vert) ? SCROLL_Y : SCROLL_X, this._getTargetOffset(this.get(INDEX)), {