OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:childTag
(Results
1 - 2
of
2
) sorted by null
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
Editors.java
93
Object
childTag
= parent.getChildAt(i).getTag();
94
if (
childTag
instanceof Runnable) {
95
((Runnable)
childTag
).run();
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
ViewDataBinding.java
966
String
childTag
= (String) child.getTag();
967
if (
childTag
!= null &&
childTag
.endsWith("_0") &&
968
childTag
.startsWith("layout") &&
childTag
.indexOf('/') > 0) {
970
int includeIndex = findIncludeIndex(
childTag
, minInclude,
[
all
...]
Completed in 195 milliseconds