HomeSort by relevance Sort by last modified time
    Searched refs:FOCUS_DOWN (Results 51 - 75 of 89) sorted by null

1 23 4

  /development/samples/browseable/BorderlessButtons/src/com.example.android.common.logger/
LogFragment.java 100 mScrollView.fullScroll(ScrollView.FOCUS_DOWN);
  /development/samples/browseable/CustomChoiceList/src/com.example.android.common.logger/
LogFragment.java 100 mScrollView.fullScroll(ScrollView.FOCUS_DOWN);
  /development/samples/browseable/ImmersiveMode/src/com.example.android.common/logger/
LogFragment.java 100 mScrollView.fullScroll(ScrollView.FOCUS_DOWN);
  /development/samples/browseable/NetworkConnect/src/com.example.android.common.logger/
LogFragment.java 100 mScrollView.fullScroll(ScrollView.FOCUS_DOWN);
  /development/samples/browseable/StorageClient/src/com.example.android.common/logger/
LogFragment.java 100 mScrollView.fullScroll(ScrollView.FOCUS_DOWN);
  /development/samples/browseable/StorageProvider/src/com.example.android.common/logger/
LogFragment.java 100 mScrollView.fullScroll(ScrollView.FOCUS_DOWN);
  /development/samples/browseable/TextLinkify/src/com.example.android.common.logger/
LogFragment.java 100 mScrollView.fullScroll(ScrollView.FOCUS_DOWN);
  /development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/
LogFragment.java 100 mScrollView.fullScroll(ScrollView.FOCUS_DOWN);
  /development/samples/browseable/repeatingAlarm/src/com.example.android.common/logger/
LogFragment.java 100 mScrollView.fullScroll(ScrollView.FOCUS_DOWN);
  /cts/tests/tests/view/src/android/view/cts/
View_FocusHandlingTest.java 91 assertSame(v3, v1.focusSearch(View.FOCUS_DOWN));
94 assertSame(v4, v2.focusSearch(View.FOCUS_DOWN));
ViewTreeObserverTest.java 343 scrollView.fullScroll(View.FOCUS_DOWN);
ViewGroupTest.java 576 assertFalse(vg.dispatchUnhandledMove(textView, View.FOCUS_DOWN));
581 assertTrue(vg.dispatchUnhandledMove(textView, View.FOCUS_DOWN));
    [all...]
  /frameworks/base/core/java/android/widget/
ScrollView.java 377 currentFocused, View.FOCUS_DOWN);
380 && nextFocused.requestFocus(View.FOCUS_DOWN);
397 handled = arrowScroll(View.FOCUS_DOWN);
399 handled = fullScroll(View.FOCUS_DOWN);
403 pageScroll(event.isShiftPressed() ? View.FOCUS_UP : View.FOCUS_DOWN);
    [all...]
ListView.java     [all...]
GridView.java     [all...]
TabHost.java 351 directionShouldChangeFocus = View.FOCUS_DOWN;
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java 418 currentFocused, View.FOCUS_DOWN);
421 && nextFocused.requestFocus(View.FOCUS_DOWN);
438 handled = arrowScroll(View.FOCUS_DOWN);
440 handled = fullScroll(View.FOCUS_DOWN);
444 pageScroll(event.isShiftPressed() ? View.FOCUS_UP : View.FOCUS_DOWN);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
GpsTestActivity.java 135 mScrollView.fullScroll(View.FOCUS_DOWN);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionView.java 238 case View.FOCUS_DOWN:
  /frameworks/base/core/tests/coretests/src/android/util/
InternalSelectionView.java 247 case View.FOCUS_DOWN:
  /frameworks/base/core/java/android/text/method/
ArrowKeyMovementMethod.java 307 if ((dir & (View.FOCUS_FORWARD | View.FOCUS_DOWN)) != 0) {
  /packages/apps/Browser/src/com/android/browser/
TitleBar.java 397 if (FOCUS_DOWN == dir && hasFocus() && web != null
  /cts/tests/tests/text/src/android/text/method/cts/
ArrowKeyMovementMethodTest.java 162 mArrowKeyMovementMethod.onTakeFocus(null, mEditable, View.FOCUS_DOWN);
169 mArrowKeyMovementMethod.onTakeFocus(mTextView, null, View.FOCUS_DOWN);
    [all...]
  /developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/java/com/example/android/batchstepsensor/
CardStreamLinearLayout.java 171 ((ScrollView) scrollView).fullScroll(FOCUS_DOWN);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowView.java 484 return requestFocus(View.FOCUS_DOWN);

Completed in 3504 milliseconds

1 23 4