Searched refs:textLayout (Results 1 – 2 of 2) sorted by relevance
87 View textLayout = view.findViewById(R.id.text_layout); in getView() local88 if ((textLayout != null) && textLayout instanceof RelativeLayout) { in getView()89 textLayout.setOnClickListener(this); in getView()
197 Layout textLayout = getAllAppsLabelLayout(); in onDraw() local198 int x = getWidth() / 2 - textLayout.getWidth() / 2; in onDraw()199 int y = getHeight() - getPaddingBottom() - textLayout.getHeight(); in onDraw()201 textLayout.draw(canvas); in onDraw()