Searched refs:hostView (Results 1 – 11 of 11) sorted by relevance
20 lateinit var hostView: UniqueObjectHostView in <lambda>() variable32 hostView.getLocationOnScreen(tmpLocationOnScreen) in <lambda>()33 var left = tmpLocationOnScreen[0] + hostView.paddingLeft in <lambda>()34 var top = tmpLocationOnScreen[1] + hostView.paddingTop in <lambda>()35 var right = tmpLocationOnScreen[0] + hostView.width - hostView.paddingRight in <lambda>()36 var bottom = tmpLocationOnScreen[1] + hostView.height - hostView.paddingBottom in <lambda>()75 hostView = mediaHierarchyManager.register(this) in <lambda>()76 hostView.addOnAttachStateChangeListener(object : OnAttachStateChangeListener { in <lambda>()92 hostView.measurementManager = object : UniqueObjectHostView.MeasurementManager { in <lambda>()121 if (newVisibility != hostView.visibility) { in <lambda>()[all …]
66 mediaView.setContentView(mediaHost.hostView) in attach()
278 mediaObject.hostView = viewHost in register()355 !previousHost.hostView.isAttachedToWindow) { in performTransitionToNewLocation()549 val targetHost = getHost(desiredLocation)!!.hostView in updateHostAttachment()
50 ViewOverlay(Context context, View hostView) { in ViewOverlay() argument51 mOverlayViewGroup = new OverlayViewGroup(context, hostView); in ViewOverlay()138 OverlayViewGroup(Context context, View hostView) { in OverlayViewGroup() argument140 mHostView = hostView; in OverlayViewGroup()143 mRight = hostView.getWidth(); in OverlayViewGroup()144 mBottom = hostView.getHeight(); in OverlayViewGroup()
36 ViewGroupOverlay(Context context, View hostView) { in ViewGroupOverlay() argument37 super(context, hostView); in ViewGroupOverlay()
6251 public DeclaredOnClickListener(@NonNull View hostView, @NonNull String methodName) {6252 mHostView = hostView;
34 MessagingMessageState(View hostView) { in MessagingMessageState() argument35 mHostView = hostView; in MessagingMessageState()
460 View hostView = mediaHost.getHostView(); in pinToBottom() local462 float targetPosition = absoluteBottomPosition - getTotalBottomMargin(hostView) in pinToBottom()463 - hostView.getHeight(); in pinToBottom()465 - hostView.getTranslationY(); in pinToBottom()474 hostView.setTranslationY(translationY); in pinToBottom()476 hostView.setTranslationY(0); in pinToBottom()
107 `when`(host.hostView).thenReturn(UniqueObjectHostView(context)) in setupHost()114 verify(lockHost).hostView = eq(host) in testHostViewSetOnRegister()
66 ViewGroup hostView) { in StackScrollAlgorithm() argument67 mHostView = hostView; in StackScrollAlgorithm()223 private void initAlgorithmState(ViewGroup hostView, StackScrollAlgorithmState state, in initAlgorithmState() argument239 int childCount = hostView.getChildCount(); in initAlgorithmState()259 ExpandableView v = (ExpandableView) hostView.getChildAt(i); in initAlgorithmState()
117 public static Bitmap createDrawableBitmap(Drawable drawable, View hostView) { in createDrawableBitmap() argument