Home
last modified time | relevance | path

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

/packages/services/Car/evs/apps/default/
DRenderTopView.cpp315 const android::vec3 topLeft(left, top, 0.0f); in renderCameraOntoGroundPlane() local
320 GLfloat vertsPos[] = { topLeft[X], topLeft[Y], topLeft[Z], in renderCameraOntoGroundPlane()
/packages/apps/Car/RotaryController/tests/robotests/src/com/android/car/rotary/
DNavigatorTest.java395 AccessibilityNodeInfo topLeft = new NodeBuilder() in testFindNudgeTarget() local
422 .setParent(topLeft) in testFindNudgeTarget()
431 .setParent(topLeft) in testFindNudgeTarget()
755 AccessibilityNodeInfo topLeft = new NodeBuilder() in testFindHunNudgeTarget() local
801 AccessibilityNodeInfo target = mNavigator.findNudgeTarget(windows, topLeft, View.FOCUS_UP); in testFindHunNudgeTarget()