OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAllViews
(Results
1 - 6
of
6
) sorted by null
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/
IntegrationTestUtils.java
156
for (TextView textView :
getAllViews
(TextView.class, rootView)) {
183
private static <T extends View> List<T>
getAllViews
(final Class<T> clazz, final View parent) {
191
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
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java
245
public View[]
getAllViews
() {
Completed in 144 milliseconds