I\'m implementing custom keyboard (through custom view) for password field and trying add accessibility feature, so when user single press on view it should pronounce select
When TalkBack is enabled a double tap is the equivalent of a single tap. That is, onTouchEvent will only be called when the user double taps a view/widget.