Searched refs:mHandleView (Results 1 – 2 of 2) sorted by relevance
39 private BubbleBarHandleView mHandleView; field in BubbleBarHandleViewTest43 mHandleView = new BubbleBarHandleView(mContext); in setup()48 mHandleView.updateHandleColor(false /* isRegionDark */, false /* animated */); in testUpdateHandleColor_lightBg()50 assertTrue(mHandleView.getClipToOutline()); in testUpdateHandleColor_lightBg()51 assertTrue(mHandleView.getBackground() instanceof ColorDrawable); in testUpdateHandleColor_lightBg()52 ColorDrawable bgDrawable = (ColorDrawable) mHandleView.getBackground(); in testUpdateHandleColor_lightBg()59 mHandleView.updateHandleColor(true /* isRegionDark */, false /* animated */); in testUpdateHandleColor_darkBg()61 assertTrue(mHandleView.getClipToOutline()); in testUpdateHandleColor_darkBg()62 assertTrue(mHandleView.getBackground() instanceof ColorDrawable); in testUpdateHandleColor_darkBg()63 ColorDrawable bgDrawable = (ColorDrawable) mHandleView.getBackground(); in testUpdateHandleColor_darkBg()
73 private BubbleBarHandleView mHandleView = new BubbleBarHandleView(getContext()); field in BubbleBarExpandedView114 addView(mHandleView); in onFinishInflate()153 bringChildToFront(mHandleView); in initialize()180 mHandleView.setOnClickListener(view -> { in initialize()186 return mHandleView; in getHandleView()217 measureChild(mHandleView, widthMeasureSpec, MeasureSpec.makeMeasureSpec(menuViewHeight, in onMeasure()236 mHandleView.layout(l, t, r, captionBottom); in onLayout()353 mHandleView.updateHandleColor(isRegionDark, animated); in updateHandleColor()