Searched refs:textLayout (Results 1 – 2 of 2) sorted by relevance
94 View textLayout = view.findViewById(R.id.text_layout); in getView() local95 if ((textLayout != null) && textLayout instanceof RelativeLayout) { in getView()96 textLayout.setOnClickListener(this); in getView()
881 mTextLayout = (LinearLayout) findViewById(R.id.textLayout); in onCreate()