HomeSort by relevance Sort by last modified time
    Searched refs:hostView (Results 1 - 16 of 16) 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;
133 mRight = hostView.getWidth();
134 mBottom = hostView.getHeight();
  /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 86 AppWidgetHostView hostView = null;
124 AppWidgetResizeFrame.updateWidgetSizeRanges(hostView, launcher, spanX, spanY);
136 hostView = null;
Launcher.java     [all...]
AppsCustomizePagedView.java 537 AppWidgetHostView hostView = mLauncher.
539 info.boundWidget = hostView;
541 hostView.setVisibility(INVISIBLE);
551 hostView.setLayoutParams(lp);
552 mLauncher.getDragLayer().addView(hostView);
    [all...]
Workspace.java     [all...]
  /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(
93 "to the hostView");
StackScrollAlgorithm.java 309 ViewGroup hostView = resultState.getHostView();
310 int childCount = hostView.getChildCount();
314 ExpandableView v = (ExpandableView) hostView.getChildAt(i);
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardHostView.java 504 // weak reference to the hostView to avoid keeping a live reference
510 MyOnClickHandler(KeyguardHostView hostView) {
511 mKeyguardHostView = new WeakReference<KeyguardHostView>(hostView);
518 KeyguardHostView hostView = mKeyguardHostView.get();
519 if (hostView == null) {
523 hostView.setOnDismissAction(new OnDismissAction() {
545 if (hostView.mViewStateManager.isChallengeShowing()) {
546 hostView.mViewStateManager.showBouncer(true);
548 hostView.dismiss();
    [all...]
KeyguardViewStateManager.java 65 public KeyguardViewStateManager(KeyguardHostView hostView) {
66 mKeyguardHostView = hostView;
  /cts/tests/tests/appwidget/src/android/appwidget/cts/
AppWidgetTest.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewFragment.java     [all...]

Completed in 320 milliseconds