Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーがパターンの画面のロックを解除しようとしたときに、ロック画面のパターンのオンタッチイベントを取得する方法を知りたいですか?
Android には、ユーザー インターフェース コントロールがフォーカス可能かどうかを確認したり、コントロールにフォーカスを与えるように要求したりするのに役立ついくつかの API が用意されています。
android:focusable 属性が true に設定されている場合の方向制御。
setFocusable() isFocusable() requestFocus()