Searched refs:textLayout (Results 1 – 2 of 2) sorted by relevance
306 val textLayout = StaticLayout.Builder.obtain( in onDraw() constant308 canvas.translate(x, y - textLayout.height / 2) in onDraw()309 textLayout.draw(canvas) in onDraw()
1736 LinearLayout textLayout = mUserEducationView.findViewById(R.id.user_education_view); in updateUserEducationForLayoutDirection() local1743 textLayout.setBackgroundResource(R.drawable.bubble_stack_user_education_bg); in updateUserEducationForLayoutDirection()1748 textLayout.setBackgroundResource(R.drawable.bubble_stack_user_education_bg_rtl); in updateUserEducationForLayoutDirection()