Home
last modified time | relevance | path

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

/external/epid-sdk/doc/html/
Dresize.js58 function resizeWidth() function
114 $(".side-nav-resizable").resizable({resize: function(e, ui) { resizeWidth(); } });
126 if (width) { restoreWidth(width); } else { resizeWidth(); }
/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/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()