OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HoverInterceptorView
(Results
1 - 2
of
2
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/view/
HoverInterceptorView.java
40
public class
HoverInterceptorView
extends LinearLayout {
43
public
HoverInterceptorView
(Context context, AttributeSet attrs) {
Hover.java
62
private
HoverInterceptorView
mInterceptor;
72
mInterceptor = (
HoverInterceptorView
) findViewById(R.id.interceptor);
Completed in 828 milliseconds