HomeSort by relevance Sort by last modified time
    Searched defs:hostView (Results 1 - 16 of 16) 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...]
  /frameworks/support/transition/ics/android/support/transition/
ViewOverlay.java 46 ViewOverlay(Context context, ViewGroup hostView, View requestingView) {
47 mOverlayViewGroup = new OverlayViewGroup(context, hostView, requestingView, this);
169 OverlayViewGroup(Context context, ViewGroup hostView, View requestingView,
172 mHostView = hostView;
174 setRight(hostView.getWidth());
175 setBottom(hostView.getHeight());
176 ((ViewGroup) hostView).addView(this);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 256 ViewGroup hostView = resultState.getHostView();
257 int childCount = hostView.getChildCount();
264 ExpandableView v = (ExpandableView) hostView.getChildAt(i);
  /cts/tests/tests/appwidget/src/android/appwidget/cts/
AppWidgetTest.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewFragment.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java     [all...]
Launcher.java     [all...]
  /prebuilts/sdk/current/support/transition/libs/
android-support-transition.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 1730 milliseconds