Home | History | Annotate | Download | only in launcher3

Lines Matching refs:AppsCustomizeTabHost

64     private static AppsCustomizeTabHost findTabHostParent(View v) {
66 while (p != null && !(p instanceof AppsCustomizeTabHost)) {
69 return (AppsCustomizeTabHost) p;
403 final AppsCustomizeTabHost tabHost = findTabHostParent(parent);