Home
last modified time | relevance | path

Searched refs:focused (Results 1 – 5 of 5) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
DInternalSelectionView.java232 protected void onFocusChanged(boolean focused, int direction, in onFocusChanged() argument
234 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
236 if (focused) { in onFocusChanged()
/development/samples/browseable/DrawableTinting/
D_index.jd11 states of a View (for example disabled/enabled, focused, pressed or selected).
/development/ndk/sources/android/native_app_glue/
Dandroid_native_app_glue.c396 static void onWindowFocusChanged(ANativeActivity* activity, int focused) { in onWindowFocusChanged() argument
397 LOGV("WindowFocusChanged: %p -- %d\n", activity, focused); in onWindowFocusChanged()
399 focused ? APP_CMD_GAINED_FOCUS : APP_CMD_LOST_FOCUS); in onWindowFocusChanged()
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/
DRecyclerViewActivity.java199 public View onFocusSearchFailed(View focused, int direction, in onFocusSearchFailed() argument
DAnimatedRecyclerView.java336 public View onFocusSearchFailed(View focused, int direction, in onFocusSearchFailed() argument