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

  /frameworks/base/core/java/android/view/
ViewGroupOverlay.java 35 ViewGroupOverlay(Context context, View hostView) {
36 super(context, hostView);
ViewOverlay.java 47 ViewOverlay(Context context, View hostView) {
48 mOverlayViewGroup = new OverlayViewGroup(context, hostView);
128 OverlayViewGroup(Context context, View hostView) {
130 mHostView = hostView;
132 mRight = hostView.getWidth();
133 mBottom = hostView.getHeight();
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetInfo.java 51 AppWidgetHostView hostView = null;
84 AppWidgetResizeFrame.updateWidgetSizeRanges(hostView, launcher, spanX, spanY);
96 hostView = null;
Launcher.java     [all...]
AppsCustomizePagedView.java 621 AppWidgetHostView hostView = mLauncher.
623 info.boundWidget = hostView;
625 hostView.setVisibility(INVISIBLE);
635 hostView.setLayoutParams(lp);
636 mLauncher.getDragLayer().addView(hostView);
    [all...]
Workspace.java 681 LauncherAppWidgetHostView lahv = (LauncherAppWidgetHostView) info.hostView;
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardViewStateManager.java 46 public KeyguardViewStateManager(KeyguardHostView hostView) {
47 mKeyguardHostView = hostView;

Completed in 140 milliseconds