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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java240 private AppsCustomizeTabHost mAppsCustomizeTabHost; field in class:Launcher
1001 if (mAppsCustomizeTabHost != null) {
1004 mAppsCustomizeTabHost.setContentTypeImmediate(
1005 mAppsCustomizeTabHost.getContentTypeForTabTag(curTab));
1049 mAppsCustomizeTabHost = (AppsCustomizeTabHost) findViewById(R.id.apps_customize_pane);
1051 mAppsCustomizeTabHost.findViewById(R.id.apps_customize_pane_content);
1314 if (mAppsCustomizeTabHost != null && mPendingAddInfo.container == ItemInfo.NO_ID) {
1315 mAppsCustomizeTabHost.reset();
1363 mAppsCustomizeTabHost.onWindowVisible();
1540 if (!alreadyOnHome && mAppsCustomizeTabHost !
[all...]

Completed in 69 milliseconds