Searched refs:adjacent (Results 1 – 3 of 3) sorted by relevance
50 2. Ensure that there is an appropriate gap between adjacent orientation angles54 observed between all adjacent pairs of orientations when turning the device64 orientation and the adjacent orientation.68 (say, 0 degrees) and an adjacent orientation's ideal angle (say, 90 degrees).
652 private void measureViewToSide(View view, View adjacent, Rect margins, Rect out) { in measureViewToSide() argument669 if (adjacent == null) { in measureViewToSide()672 maxWidth = adjacent.getLeft(); in measureViewToSide()674 maxWidth = containerWidth - adjacent.getRight(); in measureViewToSide()689 right = (adjacent == null ? container.right : adjacent.getLeft()) - marginRight; in measureViewToSide()692 left = (adjacent == null ? container.left : adjacent.getRight()) + marginLeft; in measureViewToSide()
4542 … /// Granularity (in bytes) at which buffers and images can be bound to adjacent memory for simult…