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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java233 private AppsCustomizeTabHost mAppsCustomizeTabHost; field in class:Launcher
913 if (mAppsCustomizeTabHost != null) {
916 mAppsCustomizeTabHost.setContentTypeImmediate(
917 mAppsCustomizeTabHost.getContentTypeForTabTag(curTab));
962 mAppsCustomizeTabHost = (AppsCustomizeTabHost) findViewById(R.id.apps_customize_pane);
964 mAppsCustomizeTabHost.findViewById(R.id.apps_customize_pane_content);
1223 if (mAppsCustomizeTabHost != null && mPendingAddInfo.container == ItemInfo.NO_ID) {
1224 mAppsCustomizeTabHost.reset();
1267 mAppsCustomizeTabHost.onWindowVisible();
1430 if (!alreadyOnHome && mAppsCustomizeTabHost !
[all...]

Completed in 49 milliseconds