Searched refs:mTopLineView (Results 1 – 1 of 1) sorted by relevance
50 private NotificationTopLineView mTopLineView; field in NotificationHeaderView94 mTopLineView = findViewById(R.id.notification_top_line); in onFinishInflate()161 mTopLineView.setHeaderTextMarginEnd(extraMarginEnd); in setTopLineExtraMarginEnd()279 float topLineX = mTopLineView.getX(); in onTouch()280 float topLineY = mTopLineView.getY(); in onTouch()281 if (mTopLineView.onTouchUp(x - topLineX, y - topLineY, in onTouch()306 float topLineX = x - mTopLineView.getX(); in isInside()307 float topLineY = y - mTopLineView.getY(); in isInside()308 return mTopLineView.isInTouchRect(topLineX, topLineY); in isInside()