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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppsCustomizeTabHost.java27 public class AppsCustomizeTabHost extends FrameLayout implements LauncherTransitionable, Insettable { class in inherits:FrameLayout,LauncherTransitionable,Insettable
28 static final String LOG_TAG = "AppsCustomizeTabHost";
39 public AppsCustomizeTabHost(Context context, AttributeSet attrs) { method in class:AppsCustomizeTabHost
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizeTabHost.java40 public class AppsCustomizeTabHost extends TabHost implements LauncherTransitionable, class in inherits:TabHost,LauncherTransitionable,TabHost.OnTabChangeListener
42 static final String LOG_TAG = "AppsCustomizeTabHost";
59 public AppsCustomizeTabHost(Context context, AttributeSet attrs) { method in class:AppsCustomizeTabHost

Completed in 80 milliseconds