OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:idIcon
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cpl.h
34
int
idIcon
;
/cts/tests/tests/widget/src/android/widget/cts/
TabHost_TabSpecTest.java
107
int
idIcon
= android.R.id.icon;
109
ImageView ivIcon = ((ImageView) currentTabView.findViewById(
idIcon
));
121
ivIcon = ((ImageView) currentTabView.findViewById(
idIcon
));
132
ivIcon = ((ImageView) currentTabView.findViewById(
idIcon
));
143
ivIcon = ((ImageView) currentTabView.findViewById(
idIcon
));
Completed in 206 milliseconds