Home
last modified time | relevance | path

Searched refs:resizeWidth (Results 1 – 3 of 3) sorted by relevance

/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.js156 $(".side-nav-resizable").resizable({handles: "e", resize: function(e, ui) { resizeWidth(); } });
162 resizeWidth();
281 function resizeWidth() { function
309 resizeWidth();
/external/skia/specs/web-img-decode/proposed/impl/
Dimpl.js20 width: options.resizeWidth || skImg.width(),
/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
DSubsamplingScaleImageView.java631 boolean resizeWidth = widthSpecMode != MeasureSpec.EXACTLY; in onMeasure()
636 if (resizeWidth && resizeHeight) { in onMeasure()
641 } else if (resizeWidth) { in onMeasure()