Home
last modified time | relevance | path

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

/frameworks/base/tools/orientationplot/
DREADME.txt50 2. Ensure that there is an appropriate gap between adjacent orientation angles
54 observed between all adjacent pairs of orientations when turning the device
64 orientation and the adjacent orientation.
68 (say, 0 degrees) and an adjacent orientation's ideal angle (say, 90 degrees).
/frameworks/base/core/java/android/widget/
DFastScroller.java652 private void measureViewToSide(View view, View adjacent, Rect margins, Rect out) { in measureViewToSide() argument
669 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()
/frameworks/native/vulkan/api/
Dvulkan.api4542 … /// Granularity (in bytes) at which buffers and images can be bound to adjacent memory for simult…