Searched defs:area (Results 1 – 2 of 2) sorted by relevance
49 #define TOC_TO_INFO(area, toc) ((prop_info*) (((char*) area) + ((toc) & 0xFFFFFF))) argument
477 private void runShowActionAreaAnimation(View parent, View area) { in runShowActionAreaAnimation()