Home
last modified time | relevance | path

Searched refs:resizeHeight (Results 1 – 4 of 4) sorted by relevance

/external/epid-sdk/doc/html/
Dresize.js73 function resizeHeight() function
116 $(window).resize(function() { resizeHeight(); });
127 resizeHeight();
134 $(window).load(resizeHeight);
/external/eigen/doc/
Deigen_navtree_hacks.js45 resizeHeight();
65 function resizeHeight() function
239 resizeHeight();
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.js44 window.onresize = resizeHeight;
167 resizeHeight();
248 function resizeHeight() { function
308 resizeHeight();
/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
DSubsamplingScaleImageView.java632 boolean resizeHeight = heightSpecMode != MeasureSpec.EXACTLY; in onMeasure()
636 if (resizeWidth && resizeHeight) { in onMeasure()
639 } else if (resizeHeight) { in onMeasure()