Home | History | Annotate | Download | only in nav

Lines Matching refs:mNodeBounds

708 //    if (isNavable(test, &testData.mNodeBounds, walk) == false) {
1179 mMajorButt = mNodeBounds.y() - navBounds.bottom();
1180 int testX = mNodeBounds.x();
1181 int testRight = mNodeBounds.right();
1188 int inNavTop = mNodeBounds.y() - navBounds.y();
1190 mMajorDelta = mMajorDelta2 + ((mNodeBounds.height() -
1196 int inNavBottom = navBounds.bottom() - mNodeBounds.bottom();
1219 mMajorButt = navBounds.x() - mNodeBounds.right();
1220 int testY = mNodeBounds.y();
1221 int testBottom = mNodeBounds.bottom();
1228 int inNavRight = navBounds.right() - mNodeBounds.right();
1231 mNodeBounds.width()) >> 1);
1236 int inNavLeft = mNodeBounds.x() - navBounds.x();
1259 mMajorButt = mNodeBounds.x() - navBounds.right();
1260 int testY = mNodeBounds.y();
1261 int testBottom = mNodeBounds.bottom();
1268 int inNavLeft = mNodeBounds.x() - navBounds.x();
1270 mMajorDelta = mMajorDelta2 + ((mNodeBounds.width() -
1276 int inNavRight = navBounds.right() - mNodeBounds.right();
1299 mMajorButt = navBounds.y() - mNodeBounds.bottom();
1300 int testX = mNodeBounds.x();
1301 int testRight = mNodeBounds.right();
1308 int inNavBottom = navBounds.bottom() - mNodeBounds.bottom();
1311 mNodeBounds.height()) >> 1);
1316 int inNavTop = mNodeBounds.y() - navBounds.y();