HomeSort by relevance Sort by last modified time
    Searched refs:currentDepth (Results 1 - 7 of 7) 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/jni/src/
unigram_dictionary.cpp 104 const int codesRemain, const int currentDepth, int *codesDest, Correction *correction,
109 if (currentDepth < MAX_DIGRAPH_SEARCH_DEPTH) {
133 codesRemain - i - 1, currentDepth + 1, codesDest + i, correction,
143 currentDepth + 1, codesDest + i, correction, queuePool, digraphs,
    [all...]
unigram_dictionary.h 100 const int currentDepth, int* codesDest, Correction *correction,
  /frameworks/base/core/java/android/view/
LayoutInflater.java 761 final int currentDepth = parser.getDepth();
763 parser.getDepth() > currentDepth) && type != XmlPullParser.END_DOCUMENT) {
    [all...]
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
DeviceBridge.java 440 int currentDepth = -1;
450 while (depth <= currentDepth) {
452 currentDepth--;
455 currentDepth = depth;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 142 milliseconds