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

  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
breadcrumbs_controller.js 171 var pathWidth = 0;
176 pathWidth += currentWidth;
183 if (pathWidth + currentWidth <= containerWidth)
195 maxPathWidth = Math.min(pathWidth, maxPathWidth);
199 if (parentCrumb && pathWidth - maxPathWidth > parentCrumb.clientWidth) {
216 pathWidth = 0;
221 if (pathWidth + item.clientWidth <= maxPathWidth) {
222 pathWidth += item.clientWidth;
223 } else if (pathWidth == maxPathWidth) {
228 maxPathWidth = pathWidth;
    [all...]
  /frameworks/base/libs/hwui/
PathCache.cpp 98 const float pathWidth = fmax(bounds.width(), 1.0f);
106 width = uint32_t(pathWidth + offset * 2.0 + 0.5);

Completed in 29 milliseconds