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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java238 private AppsCustomizeTabHost mAppsCustomizeTabHost; field in class:Launcher
975 if (mAppsCustomizeTabHost != null) {
978 mAppsCustomizeTabHost.setContentTypeImmediate(
979 mAppsCustomizeTabHost.getContentTypeForTabTag(curTab));
1023 mAppsCustomizeTabHost = (AppsCustomizeTabHost) findViewById(R.id.apps_customize_pane);
1025 mAppsCustomizeTabHost.findViewById(R.id.apps_customize_pane_content);
1284 if (mAppsCustomizeTabHost != null && mPendingAddInfo.container == ItemInfo.NO_ID) {
1285 mAppsCustomizeTabHost.reset();
1328 mAppsCustomizeTabHost.onWindowVisible();
1505 if (!alreadyOnHome && mAppsCustomizeTabHost !
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java258 private AppsCustomizeTabHost mAppsCustomizeTabHost; field in class:Launcher
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
[all...]

Completed in 39 milliseconds