Home
last modified time | relevance | path

Searched refs:textLayout (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/
DQuaresActivity.kt306 val textLayout = StaticLayout.Builder.obtain( in onDraw() constant
308 canvas.translate(x, y - textLayout.height / 2) in onDraw()
309 textLayout.draw(canvas) in onDraw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java1736 LinearLayout textLayout = mUserEducationView.findViewById(R.id.user_education_view); in updateUserEducationForLayoutDirection() local
1743 textLayout.setBackgroundResource(R.drawable.bubble_stack_user_education_bg); in updateUserEducationForLayoutDirection()
1748 textLayout.setBackgroundResource(R.drawable.bubble_stack_user_education_bg_rtl); in updateUserEducationForLayoutDirection()