HomeSort by relevance Sort by last modified time
    Searched refs:currentDepth (Results 1 - 6 of 6) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/android/view/
LayoutInflater_Delegate.java 191 final int currentDepth = parser.getDepth();
193 parser.getDepth() > currentDepth) && type != XmlPullParser.END_DOCUMENT) {
BridgeInflater.java 228 int currentDepth = parser.getDepth();
238 if (currentDepth == testDepth) {
245 } else if (mResourceReference != null && currentDepth == 1) {
  /packages/inputmethods/LatinIME/native/src/
unigram_dictionary.h 86 const int currentDepth, int* codesDest, unsigned short* outWords, int* frequencies);
unigram_dictionary.cpp 91 const int currentDepth, int* codesDest, unsigned short* outWords, int* frequencies) {
93 if (currentDepth < MAX_UMLAUT_SEARCH_DEPTH) {
108 currentDepth + 1, codesDest + i * MAX_PROXIMITY_CHARS, outWords,
118 codesRemain - i, currentDepth + 1, codesDest + i * MAX_PROXIMITY_CHARS,
    [all...]
  /frameworks/base/core/java/android/view/
LayoutInflater.java 754 final int currentDepth = parser.getDepth();
756 parser.getDepth() > currentDepth) && type != XmlPullParser.END_DOCUMENT) {
    [all...]
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
DeviceBridge.java 439 int currentDepth = -1;
449 while (depth <= currentDepth) {
451 currentDepth--;
454 currentDepth = depth;

Completed in 2042 milliseconds