HomeSort by relevance Sort by last modified time
    Searched refs:AppsCustomizeTabHost (Results 1 - 9 of 9) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
HideFromAccessibilityHelper.java 104 (!mOnlyAllApps || hasAncestorOfType(v, AppsCustomizeTabHost.class));
AppsCustomizeTabHost.java 40 public class AppsCustomizeTabHost extends TabHost implements LauncherTransitionable,
42 static final String LOG_TAG = "AppsCustomizeTabHost";
59 public AppsCustomizeTabHost(Context context, AttributeSet attrs) {
AppsCustomizePagedView.java 398 AppsCustomizeTabHost host = (AppsCustomizeTabHost) getTabHost();
406 // the transition completes in AppsCustomizeTabHost (otherwise the wrong offsets will be
    [all...]
Launcher.java 238 private AppsCustomizeTabHost mAppsCustomizeTabHost;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizeTabHost.java 41 public class AppsCustomizeTabHost extends FrameLayout implements LauncherTransitionable, Insettable {
42 static final String LOG_TAG = "AppsCustomizeTabHost";
53 public AppsCustomizeTabHost(Context context, AttributeSet attrs) {
FocusHelper.java 64 private static AppsCustomizeTabHost findTabHostParent(View v) {
66 while (p != null && !(p instanceof AppsCustomizeTabHost)) {
69 return (AppsCustomizeTabHost) p;
403 final AppsCustomizeTabHost tabHost = findTabHostParent(parent);
    [all...]
DeviceProfile.java     [all...]
AppsCustomizePagedView.java     [all...]
Launcher.java 281 private AppsCustomizeTabHost mAppsCustomizeTabHost;
    [all...]

Completed in 2592 milliseconds