Lines Matching refs:aHandler
37 public HandlerDescriptor (NodeHandler aHandler) in HandlerDescriptor() argument
39 maHandler = aHandler; in HandlerDescriptor()
146 public void addHandler( NodeHandler aHandler ) in addHandler() argument
148 if (aHandler != null) in addHandler()
149 maHandlers.add (new HandlerDescriptor (aHandler)); in addHandler()
287 NodeHandler aHandler = aDescriptor.maHandler; in getActions() local
288 String[] aHandlerActions = aHandler.getActions (this); in getActions()
305 NodeHandler aHandler = aDescriptor.maHandler; in performAction() local
306 int nCount = aHandler.getActions(this).length; in performAction()
309 aHandler.performAction(this, nIndex ); in performAction()
330 AccessibleTreeHandler aHandler = (AccessibleTreeHandler)aDescriptor.maHandler; in addAccessibleChild() local
331 AccessibleTreeNode aNode = aHandler.addAccessibleChild (this, xChild); in addAccessibleChild()
332 aDescriptor.mnChildCount = aHandler.getChildCount (this); in addAccessibleChild()