Searched refs:distances (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/libs/hwui/ |
D | SpotShadow.cpp | 981 const VertexAngleData* allVerticesAngleData, int* distances) { in calculateDistanceCounter() argument 1005 distances[0] = distanceCounter; // means never see a target poly in calculateDistanceCounter() 1019 distances[i] = distanceCounter; in calculateDistanceCounter() 1084 const int* distances, int angleLength, const char* name) { in verifyDistanceCounter() argument 1085 int currentDistance = distances[0]; in verifyDistanceCounter() 1087 if (distances[i] != INT_MIN) { in verifyDistanceCounter() 1088 if (!((currentDistance + 1) == distances[i] in verifyDistanceCounter() 1089 || distances[i] == 0)) { in verifyDistanceCounter() 1092 currentDistance = distances[i]; in verifyDistanceCounter()
|
D | SpotShadow.h | 56 const VertexAngleData* allVerticesAngleData, int* distances);
|
/frameworks/base/docs/html/training/multiscreen/ |
D | screendensities.jd | 54 absolute pixels to define distances or sizes. Defining layout dimensions with
|
/frameworks/base/docs/html/training/design-navigation/ |
D | multiple-sizes.jd | 39 …(i.e., the lack of a touch screen), legibility of text at large reading distances, and more. Altho…
|
/frameworks/base/docs/html/training/gestures/ |
D | viewgroup.jd | 170 android.view.ViewConfiguration} class to access common distances, speeds, and
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | wifip2p.jd | 41 then communicate over a speedy connection across distances much longer than a Bluetooth connection.
|
/frameworks/base/docs/html/guide/topics/media/ |
D | camera.jd | 1163 <td>Reports distances between the camera and objects that appear to be in focus</td>
|
/frameworks/base/docs/html/guide/practices/ |
D | screens_support.jd | 1233 <p>You can use the {@link android.view.ViewConfiguration} class to access common distances,
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.0.jd | 627 supports Wi-Fi P2P, then communicate over a speedy connection across distances much longer than a
|