Home
last modified time | relevance | path

Searched refs:hostView (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DViewOverlay.java50 ViewOverlay(Context context, View hostView) { in ViewOverlay() argument
51 mOverlayViewGroup = new OverlayViewGroup(context, hostView); in ViewOverlay()
138 OverlayViewGroup(Context context, View hostView) { in OverlayViewGroup() argument
140 mHostView = hostView; in OverlayViewGroup()
143 mRight = hostView.getWidth(); in OverlayViewGroup()
144 mBottom = hostView.getHeight(); in OverlayViewGroup()
DViewGroupOverlay.java36 ViewGroupOverlay(Context context, View hostView) { in ViewGroupOverlay() argument
37 super(context, hostView); in ViewGroupOverlay()
/frameworks/base/core/java/com/android/internal/widget/
DMessagingMessageState.java34 MessagingMessageState(View hostView) { in MessagingMessageState() argument
35 mHostView = hostView; in MessagingMessageState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java63 ViewGroup hostView) { in StackScrollAlgorithm() argument
64 mHostView = hostView; in StackScrollAlgorithm()
236 private void initAlgorithmState(ViewGroup hostView, StackScrollAlgorithmState state, in initAlgorithmState() argument
252 int childCount = hostView.getChildCount(); in initAlgorithmState()
272 ExpandableView v = (ExpandableView) hostView.getChildAt(i); in initAlgorithmState()
/frameworks/base/core/java/android/transition/
DTransitionUtils.java117 public static Bitmap createDrawableBitmap(Drawable drawable, View hostView) { in createDrawableBitmap() argument