Home
last modified time | relevance | path

Searched refs:currentDepth (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/view/
DBridgeInflater.java228 int currentDepth = parser.getDepth(); in setupViewInContext() local
238 if (currentDepth == testDepth) { in setupViewInContext()
245 } else if (mResourceReference != null && currentDepth == 1) { in setupViewInContext()
DLayoutInflater_Delegate.java191 final int currentDepth = parser.getDepth(); in parseInclude() local
193 parser.getDepth() > currentDepth) && type != XmlPullParser.END_DOCUMENT) { in parseInclude()
/frameworks/base/core/java/android/view/
DLayoutInflater.java761 final int currentDepth = parser.getDepth(); in parseRequestFocus() local
763 parser.getDepth() > currentDepth) && type != XmlPullParser.END_DOCUMENT) { in parseRequestFocus()
867 final int currentDepth = parser.getDepth(); in parseInclude() local
869 parser.getDepth() > currentDepth) && type != XmlPullParser.END_DOCUMENT) { in parseInclude()