Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DApnPreference.java94 View textLayout = view.findViewById(R.id.text_layout); in getView() local
95 if ((textLayout != null) && textLayout instanceof RelativeLayout) { in getView()
96 textLayout.setOnClickListener(this); in getView()
/packages/apps/Settings/src/com/android/settings/battery_history/
DBatteryHistory.java881 mTextLayout = (LinearLayout) findViewById(R.id.textLayout); in onCreate()