OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hitThumb
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera/src/com/android/camera/ui/
Switch.java
212
private boolean
hitThumb
(float x, float y) {
230
if (isEnabled() &&
hitThumb
(x, y)) {
/packages/apps/Camera2/src/com/android/camera/ui/
Switch.java
203
private boolean
hitThumb
(float x, float y) {
221
if (isEnabled() &&
hitThumb
(x, y)) {
/frameworks/base/core/java/android/widget/
Switch.java
530
private boolean
hitThumb
(float x, float y) {
548
if (isEnabled() &&
hitThumb
(x, y)) {
Completed in 2491 milliseconds