(self)
| 277 | self.cancelBitmapShadow = drawUtils.CreateDropShadowBitmap(bitmap, 0.2) |
| 278 | |
| 279 | def IsSearchButtonVisible(self): |
| 280 | return self.isSearchButtonVisible |
| 281 | |
| 282 | def IsCancelButtonVisible(self): |
| 283 | return self.isCancelButtonVisible |
nothing calls this directly
no outgoing calls
no test coverage detected