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

  /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...]
  /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...]
Workspace.java     [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...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 319 ViewGroup hostView = resultState.getHostView();
320 int childCount = hostView.getChildCount();
324 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 448 milliseconds