/packages/apps/Launcher2/src/com/android/launcher2/ |
DragController.java | 470 public boolean dispatchUnhandledMove(View focused, int direction) { 471 return mMoveTarget != null && mMoveTarget.dispatchUnhandledMove(focused, direction);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
DragController.java | 493 public boolean dispatchUnhandledMove(View focused, int direction) { 494 return mMoveTarget != null && mMoveTarget.dispatchUnhandledMove(focused, direction);
|
/prebuilts/sdk/16/ |
uiautomator.jar | |
/frameworks/base/core/java/android/app/ |
NativeActivity.java | 108 private native void onWindowFocusChangedNative(long handle, boolean focused);
|
/frameworks/base/core/java/android/webkit/ |
WebViewProvider.java | 355 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect);
|
WebView.java | [all...] |
/frameworks/base/core/java/android/widget/ |
HorizontalScrollView.java | 353 // Let the focused view and/or our descendants get the key first [all...] |
ScrollView.java | 378 // Let the focused view and/or our descendants get the key first [all...] |
SearchView.java | 535 * Sets a listener to inform when a suggestion is focused or clicked. [all...] |
TimePickerClockDelegate.java | 777 public void onFocusChange(View v, boolean focused) { 778 if (focused) {
|
/frameworks/support/core-ui/java/android/support/v4/widget/ |
NestedScrollView.java | 510 // Let the focused view and/or our descendants get the key first [all...] |
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/ |
RecyclerViewActivity.java | 199 public View onFocusSearchFailed(View focused, int direction,
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
AccessibilityWindowQueryTest.java | 302 // find a view and make sure it is not focused 311 // find the view again and make sure it is focused 319 // find a view and make sure it is not focused 328 // find the view again and make sure it is focused 336 // find the view again and make sure it is not focused 463 // find a view and make sure it is not focused 528 // find a view and make sure it is not focused 603 AccessibilityWindowInfo focused = null; local 610 if (focused == null) { 611 focused = window [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
ResolverDrawerLayout.java | 594 public void requestChildFocus(View child, View focused) { 595 super.requestChildFocus(child, focused); 596 if (!isInTouchMode() && isDescendantClipped(focused)) { [all...] |
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
GridLayoutManager.java | [all...] |
LinearLayoutManager.java | 749 final View focused = getFocusedChild(); local 750 if (focused != null && anchorInfo.isViewValidAsAnchor(focused, state)) { 751 anchorInfo.assignFromViewAndKeepVisibleRect(focused); [all...] |
/packages/services/Car/car-support-lib/src/android/support/car/ui/ |
CarLayoutManager.java | 397 // If the focused view is off screen, give focus to one that is. 432 * Gives us the opportunity to override the order of the focused views. 433 * By default, it will just go from top to bottom. However, if there is no focused views, we 434 * take over the logic and start the focused views from the middle of what is visible and move 447 // Now we know that there isn't a focused view. We need to set up focusables such that 453 // Somehow there is a focused view but there is no fully visible view. There shouldn't 456 Log.w(TAG, "There is a focused child but no first fully visible child."); 487 public View onFocusSearchFailed(View focused, int direction, RecyclerView.Recycler recycler, 493 * This is the function that decides where to scroll to when a new view is focused. 494 * You can get the position of the currently focused child through the child parameter [all...] |
/prebuilts/sdk/current/support/v7/recyclerview/libs/ |
android-support-v7-recyclerview.jar | |
/frameworks/base/services/core/java/com/android/server/wm/ |
AccessibilityController.java | [all...] |
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityNodeInfo.java | 705 * @return The node info of the focused view or null. [all...] |
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
CameraAgent.java | 170 public void onAutoFocus(boolean focused, CameraProxy camera); [all...] |
AndroidCamera2AgentImpl.java | [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
SearchView.java | 566 * Sets a listener to inform when a suggestion is focused or clicked. [all...] |
/packages/apps/Camera2/src/com/android/camera/ |
PhotoModule.java | [all...] |
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
BaseStaggeredGridLayoutManagerTest.java | 616 public View onFocusSearchFailed(View focused, int direction, RecyclerView.Recycler recycler, 620 result = super.onFocusSearchFailed(focused, direction, recycler, state); [all...] |