Lines Matching refs:sIndentation
80 String sIndentation = showParents (xContext); in setAccessibleObject() local
81 showContextInfo (xContext, sIndentation); in setAccessibleObject()
82 showComponentInfo (xContext, sIndentation); in setAccessibleObject()
101 private void showContextInfo (XAccessibleContext xContext, String sIndentation) in showContextInfo() argument
104 msTextContent += sIndentation + "Description: " in showContextInfo()
107 showStates (xContext, sIndentation); in showContextInfo()
119 private void showStates (XAccessibleContext xContext, String sIndentation) in showStates() argument
127 msTextContent += sIndentation + "States : "; in showStates()
143 private void showComponentInfo (XAccessibleContext xContext, String sIndentation) in showComponentInfo() argument
153 msTextContent += sIndentation + "Position : " in showComponentInfo()
157 msTextContent += sIndentation + "Size : " in showComponentInfo()
194 String sIndentation = new String (); in showParents() local
202 msTextContent += sIndentation + sParentName + "\n"; in showParents()
203 sIndentation += msIndentation; in showParents()
206 return sIndentation; in showParents()