Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mAppsCustomizeTabHost

258     private AppsCustomizeTabHost mAppsCustomizeTabHost;
1211 if (mAppsCustomizeTabHost != null) {
1214 mAppsCustomizeTabHost.setContentTypeImmediate(
1215 mAppsCustomizeTabHost.getContentTypeForTabTag(curTab));
1306 mAppsCustomizeTabHost = (AppsCustomizeTabHost) findViewById(R.id.apps_customize_pane);
1308 mAppsCustomizeTabHost.findViewById(R.id.apps_customize_pane_content);
1583 if (mAppsCustomizeTabHost != null && mPendingAddInfo.container == ItemInfo.NO_ID) {
1639 mAppsCustomizeTabHost.onWindowVisible();
1844 if (!alreadyOnHome && mAppsCustomizeTabHost != null) {
1845 mAppsCustomizeTabHost.reset();
1910 if (mAppsCustomizeTabHost != null) {
1912 String currentTabTag = mAppsCustomizeTabHost.getTabTagForContentType(type);
2996 final AppsCustomizeTabHost toView = mAppsCustomizeTabHost;
3008 mAppsCustomizeTabHost.setContentTypeImmediate(contentType);
3149 final View fromView = mAppsCustomizeTabHost;
3226 mAppsCustomizeTabHost.onTrimMemory();
3288 mAppsCustomizeTabHost.reset();
3291 mAppsCustomizeTabHost.requestFocus();
3324 mAppsCustomizeTabHost.setVisibility(View.GONE);
3670 text.add(mAppsCustomizeTabHost.getCurrentTabView().getContentDescription());