Sign in
android
/
platform
/
tools
/
idea
/
a6eac331b3d9f0d4168b12356ea256c83f4e9c05
/
.
/
plugins
/
android
/
testData
/
dom
/
layout
/
OnClick_Class3.java
blob: c6ef005d24cb64a50266bce550858eae57553630 [
file
] [
log
] [
blame
]
package
p1
.
p2
;
import
android
.
app
.
Activity
;
import
android
.
view
.
View
;
public
class
OnClick_Class3
{
public
void
clickHandler1
(
View
v
)
{
}
public
void
clickHandler123
(
View
v
)
{
}
}