Searched refs:IDENT_DTM_DEFAULT (Results 1 – 3 of 3) sorted by relevance
393 public static final int IDENT_DTM_DEFAULT = ~IDENT_NODE_DEFAULT; field in DTMManager398 public static final int IDENT_MAX_DTMS = (IDENT_DTM_DEFAULT >>> IDENT_DTM_NODE_BITS) + 1;417 return IDENT_DTM_DEFAULT; in getDTMIdentityMask()
359 int docID = sourceNode & DTMManager.IDENT_DTM_DEFAULT; in transformSelectedNodes()367 if ((child & DTMManager.IDENT_DTM_DEFAULT) != docID) in transformSelectedNodes()370 docID = child & DTMManager.IDENT_DTM_DEFAULT; in transformSelectedNodes()
953 int whichDTMid=m_dtmIdent.indexOf(nodeHandle & DTMManager.IDENT_DTM_DEFAULT); in makeNodeIdentity()