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

  /frameworks/support/transition/api14/android/support/transition/
ViewOverlayApi14.java 48 ViewOverlayApi14(Context context, ViewGroup hostView, View requestingView) {
49 mOverlayViewGroup = new OverlayViewGroup(context, hostView, requestingView, this);
157 OverlayViewGroup(Context context, ViewGroup hostView, View requestingView,
160 mHostView = hostView;
162 setRight(hostView.getWidth());
163 setBottom(hostView.getHeight());
164 hostView.addView(this);
  /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/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 245 ViewGroup hostView = resultState.getHostView();
246 int childCount = hostView.getChildCount();
261 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...]
  /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/misc/common/robolectric/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 

Completed in 879 milliseconds