OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAllViews
(Results
1 - 5
of
5
) sorted by null
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/
IntegrationTestUtils.java
147
for (TextView textView :
getAllViews
(TextView.class, getRootView(activity))) {
174
private static <T extends View> List<T>
getAllViews
(final Class<T> clazz, final View parent) {
182
results.addAll(
getAllViews
(clazz, viewGroup.getChildAt(i)));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutContentAssist.java
133
Collection<String> views = finder.
getAllViews
();
136
views = finder.
getAllViews
();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CustomViewFinder.java
166
public Collection<String>
getAllViews
() {
GraphicalEditorPart.java
[
all
...]
PaletteControl.java
564
Collection<String> allViews = finder.
getAllViews
();
[
all
...]
Completed in 71 milliseconds