Home
last modified time | relevance | path

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

/AOO41X/main/toolkit/test/accessibility/
H A DAccTreeNode.java39 maHandler = aHandler; in HandlerDescriptor()
42 public NodeHandler maHandler; field in AccTreeNode.HandlerDescriptor
79 aDescriptor.maHandler = aDescriptor.maHandler.createHandler (mxContext); in update()
81 aDescriptor.maHandler.getChildCount (this); in update()
159 aDescriptor.maHandler.getChildCount (this); in getHandlerDescriptor()
186 return aDescriptor.maHandler.getChild (this, nIndex); in getChild()
209 return aDescriptor.maHandler.getChildNoCreate (this, nIndex); in getChildNoCreate()
234 bStatus = aDescriptor.maHandler.removeChild (this, nIndex); in removeChild()
235 aDescriptor.mnChildCount = aDescriptor.maHandler.getChildCount (this); in removeChild()
257 int nIndex = aDescriptor.maHandler.indexOf (aNode); in indexOf()
[all …]