Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DTaskResizingAlgorithm.java74 Rect originalBounds, int ctrlType, int minVisibleWidth, int minVisibleHeight, in resizeDrag() argument
92 width = Math.max(minVisibleWidth, Math.min(width - deltaX, maxVisibleSize.x)); in resizeDrag()
94 width = Math.max(minVisibleWidth, Math.min(width + deltaX, maxVisibleSize.x)); in resizeDrag()
114 width1 = Math.max(minVisibleWidth, Math.min(maxVisibleSize.x, width)); in resizeDrag()
119 width1 = Math.max(minVisibleWidth, in resizeDrag()
125 if (width2 < minVisibleWidth) { in resizeDrag()
127 width2 = minVisibleWidth; in resizeDrag()
133 width1 = Math.max(minVisibleWidth, Math.min(maxVisibleSize.x, width)); in resizeDrag()
138 width1 = Math.max(minVisibleWidth, in resizeDrag()
144 if (width2 < minVisibleWidth) { in resizeDrag()
[all …]