Home
last modified time | relevance | path

Searched refs:hostView (Results 1 – 6 of 6) 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()
DView.java6100 public DeclaredOnClickListener(@NonNull View hostView, @NonNull String methodName) {
6101 mHostView = hostView;
/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()
234 private void initAlgorithmState(ViewGroup hostView, StackScrollAlgorithmState state, in initAlgorithmState() argument
250 int childCount = hostView.getChildCount(); in initAlgorithmState()
270 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