Searched defs:direction (Results 1 - 21 of 21) sorted by relevance

/development/ndk/platforms/android-3/include/linux/netfilter/
H A Dxt_connbytes.h34 u_int8_t direction; member in struct:xt_connbytes_info
/development/ndk/platforms/android-L/include/linux/netfilter/
H A Dxt_connbytes.h42 __u8 direction; member in struct:xt_connbytes_info
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/
H A DRecyclerViewActivity.java199 public View onFocusSearchFailed(View focused, int direction, argument
212 if (direction == View.FOCUS_UP || direction == View.FOCUS_BACKWARD) {
227 if (direction == View.FOCUS_DOWN || direction == View.FOCUS_FORWARD) {
H A DAnimatedRecyclerView.java336 public View onFocusSearchFailed(View focused, int direction, argument
349 if (direction == View.FOCUS_UP || direction == View.FOCUS_BACKWARD) {
364 if (direction == View.FOCUS_DOWN || direction == View.FOCUS_FORWARD) {
/development/perftests/panorama/feature_mos/src/mosaic/
H A DMosaicTypes.h141 double direction; member in struct:__anon1400
/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DInternalSelectionView.java232 protected void onFocusChanged(boolean focused, int direction, argument
234 super.onFocusChanged(focused, direction, previouslyFocusedRect);
237 switch (direction) {
/development/samples/Snake/src/com/example/android/snake/
H A DSnakeView.java50 * Current direction the snake is headed.
257 * @param direction The desired direction of movement
259 public void moveSnake(int direction) { argument
261 if (direction == Snake.MOVE_UP) {
288 if (direction == Snake.MOVE_DOWN) {
295 if (direction == Snake.MOVE_LEFT) {
302 if (direction == Snake.MOVE_RIGHT) {
/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
H A DHdrViewfinderActivity.java301 private void switchRenderMode(int direction) { argument
302 mRenderMode = (mRenderMode + direction) % 3;
/development/ndk/platforms/android-3/include/linux/
H A Dinput.h680 __u16 direction; member in struct:ff_effect
/development/ndk/platforms/android-L/include/linux/
H A Dkvm.h211 __u8 direction; member in struct:kvm_run::__anon1003::__anon1007
H A Dinput.h989 __u16 direction; member in struct:ff_effect
/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/multiscreen/newsreader/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ...
/development/samples/training/AnimationsDemo/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/InteractiveChart/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...
/development/samples/training/basic/FragmentBasics/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/ControllerSample/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/ContactsList/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/EffectiveNavigation/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/NavigationDrawer/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/util/ ...

Completed in 262 milliseconds