OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textLayout
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/
ApnPreference.java
94
View
textLayout
= view.findViewById(R.id.text_layout);
95
if ((
textLayout
!= null) &&
textLayout
instanceof RelativeLayout) {
96
textLayout
.setOnClickListener(this);
/packages/apps/Settings/src/com/android/settings/tts/
TtsEnginePreference.java
126
View
textLayout
= view.findViewById(R.id.tts_engine_pref_text);
127
textLayout
.setOnClickListener(new View.OnClickListener() {
/prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
Completed in 579 milliseconds