Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
DApnPreference.java87 View textLayout = view.findViewById(R.id.text_layout); in getView() local
88 if ((textLayout != null) && textLayout instanceof RelativeLayout) { in getView()
89 textLayout.setOnClickListener(this); in getView()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DAppsDividerView.java197 Layout textLayout = getAllAppsLabelLayout(); in onDraw() local
198 int x = getWidth() / 2 - textLayout.getWidth() / 2; in onDraw()
199 int y = getHeight() - getPaddingBottom() - textLayout.getHeight(); in onDraw()
201 textLayout.draw(canvas); in onDraw()