Searched refs:Limits (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | MultiSelectManager.java | 1441 private final List<Limits> mColumnBounds = new ArrayList<>(); 1445 private final List<Limits> mRowBounds = new ArrayList<>(); 1578 mColumnBounds, new Limits(absoluteChildRect.left, absoluteChildRect.right)); in recordItemData() 1581 recordLimits(mRowBounds, new Limits(absoluteChildRect.top, absoluteChildRect.bottom)); in recordItemData() 1595 private void recordLimits(List<Limits> limitsList, Limits limits) { in recordLimits() 1645 Collections.binarySearch(mColumnBounds, new Limits(rect.left, rect.left)); in updateSelection() 1654 int rowStart = Collections.binarySearch(mRowBounds, new Limits(rect.top, rect.top)); in updateSelection() 1770 private static class Limits implements Comparable<Limits> { class in MultiSelectManager.GridModel 1774 Limits(int lowerLimit, int upperLimit) { in Limits() method in MultiSelectManager.GridModel.Limits 1780 public int compareTo(Limits other) { in compareTo() [all …]
|
/frameworks/base/docs/html/google/play/licensing/ |
D | adding-licensing.jd | 215 <!-- <li>Limits the number of points at which your app calls for a license check
|