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

  /frameworks/base/core/java/android/view/
ViewGroupOverlay.java 35 ViewGroupOverlay(Context context, View hostView) {
36 super(context, hostView);
ViewOverlay.java 48 ViewOverlay(Context context, View hostView) {
49 mOverlayViewGroup = new OverlayViewGroup(context, hostView);
129 OverlayViewGroup(Context context, View hostView) {
131 mHostView = hostView;
134 mRight = hostView.getWidth();
135 mBottom = hostView.getHeight();
View.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetInfo.java 52 AppWidgetHostView hostView = null;
85 AppWidgetResizeFrame.updateWidgetSizeRanges(hostView, launcher, spanX, spanY);
97 hostView = null;
Launcher.java     [all...]
AppsCustomizePagedView.java 614 AppWidgetHostView hostView = mLauncher.
616 info.boundWidget = hostView;
618 hostView.setVisibility(INVISIBLE);
628 hostView.setLayoutParams(lp);
629 mLauncher.getDragLayer().addView(hostView);
    [all...]
Workspace.java 681 LauncherAppWidgetHostView lahv = (LauncherAppWidgetHostView) info.hostView;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppWidgetInfo.java 91 AppWidgetHostView hostView = null;
138 AppWidgetResizeFrame.updateWidgetSizeRanges(hostView, launcher, spanX, spanY);
150 hostView = null;
Launcher.java     [all...]
Workspace.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetHostViewLoader.java 106 AppWidgetHostView hostView = mLauncher.getAppWidgetHost().createView(
108 mInfo.boundWidget = hostView;
113 hostView.setVisibility(View.INVISIBLE);
121 hostView.setLayoutParams(lp);
122 mLauncher.getDragLayer().addView(hostView);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollState.java 46 public StackScrollState(ViewGroup hostView) {
47 mHostView = hostView;
49 mClearAllTopPadding = hostView.getContext().getResources().getDimensionPixelSize(
133 "to the hostView");
StackScrollAlgorithm.java 349 ViewGroup hostView = resultState.getHostView();
350 int childCount = hostView.getChildCount();
355 ExpandableView v = (ExpandableView) hostView.getChildAt(i);
    [all...]
  /cts/tests/tests/appwidget/src/android/appwidget/cts/
AppWidgetTest.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewFragment.java     [all...]

Completed in 5883 milliseconds