Searched defs:about (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/docs/html/
H A Djd_tag_helpers.js69 'about': ABOUT_RESOURCES,
/frameworks/native/include/ui/
H A Dmat4.h148 static tmat44 rotate(A radian, const tvec3<B>& about);
295 tmat44<T> tmat44<T>::rotate(A radian, const tvec3<B>& about) { argument
300 if (about.x==1 && about.y==0 && about.z==0) {
303 } else if (about.x==0 && about.y==1 && about.z==0) {
306 } else if (about.x==0 && about
[all...]

Completed in 859 milliseconds