HomeSort by relevance Sort by last modified time
    Searched refs:direction (Results 351 - 375 of 1237) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/widget/
GridView.java     [all...]
  /bionic/libc/kernel/uapi/sound/
compress_offload.h 59 __u32 direction; member in struct:snd_compr_caps
  /cts/tests/tests/view/src/android/view/cts/
MockView.java 418 public boolean dispatchUnhandledMove(View focused, int direction) {
420 return super.dispatchUnhandledMove(focused, direction);
542 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) {
543 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
  /external/aac/libAACenc/src/
aacenc_tns.h 129 INT tnsFilterDirection[MAX_NUM_OF_FILTERS]; /* Filtering direction, 0=up, 1=down TABUL */
187 INT direction[TRANS_FAC][MAX_NUM_OF_FILTERS]; member in struct:__anon6235
  /external/autotest/frontend/client/src/autotest/common/table/
DynamicTable.java 42 public void sortOn(SortDirection direction) {
43 image.setUrl(direction == SortDirection.ASCENDING ? SORT_UP_IMAGE : SORT_DOWN_IMAGE);
329 private SortDirection invertSortDirection(SortDirection direction) {
330 return direction == SortDirection.ASCENDING ?
  /external/harfbuzz_ng/src/
hb-ot-shape-private.hh 91 plan.kern_mask = plan.map.get_mask (HB_DIRECTION_IS_HORIZONTAL (plan.props.direction) ?
  /external/icu/icu4c/source/layout/
GlyphIterator.h 81 le_int32 direction; member in class:GlyphIterator
  /external/icu/icu4c/source/test/cintltst/
nccbtst.h 66 static void setNuConvTestName(const char *codepage, const char *direction);
  /external/kernel-headers/original/uapi/sound/
compress_offload.h 93 * @direction: direction supported. Of type snd_compr_direction
103 __u32 direction; member in struct:snd_compr_caps
  /external/libpcap/
pcap-bt-linux.c 234 "Can't enable data direction info: %s", strerror(errno));
337 /* get direction and timestamp*/
352 if ((in && (handle->direction == PCAP_D_OUT)) ||
353 ((!in) && (handle->direction == PCAP_D_IN)))
356 bthdr->direction = htonl(in != 0);
409 p->direction = d;
  /external/opencv3/modules/viz/include/opencv2/viz/
viz3d.hpp 175 @param direction Output direction of the ray.
177 void converTo3DRay(const Point3d &window_coord, Point3d &origin, Vec3d &direction);
  /external/srtp/include/
srtp_priv.h 227 direction_t direction; member in struct:srtp_stream_ctx_t
  /external/tpm2/
CpriHash_fp.h 101 IMPORT_EXPORT direction //
  /frameworks/base/media/java/android/media/
IAudioService.aidl 42 oneway void adjustSuggestedStreamVolume(int direction, int suggestedStreamType, int flags,
45 void adjustStreamVolume(int streamType, int direction, int flags, String callingPackage);
  /hardware/bsp/intel/peripheral/libmraa/api/mraa/
iio.h 119 int* direction,
  /hardware/qcom/msm8994/kernel-headers/sound/
compress_offload.h 60 __u32 direction; member in struct:snd_compr_caps
  /hardware/qcom/msm8994/original-kernel-headers/sound/
compress_offload.h 94 * @direction: direction supported. Of type snd_compr_direction
104 __u32 direction; member in struct:snd_compr_caps
  /hardware/qcom/msm8x26/kernel-headers/sound/
compress_offload.h 60 __u32 direction; member in struct:snd_compr_caps
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
compress_offload.h 94 * @direction: direction supported. Of type snd_compr_direction
104 __u32 direction; member in struct:snd_compr_caps
  /hardware/qcom/msm8x84/kernel-headers/sound/
compress_offload.h 60 __u32 direction; member in struct:snd_compr_caps
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
compress_offload.h 94 * @direction: direction supported. Of type snd_compr_direction
104 __u32 direction; member in struct:snd_compr_caps
  /libcore/ojluni/src/main/java/java/lang/
Math.java     [all...]
  /libcore/ojluni/src/main/java/java/sql/
Statement.java 399 * Gives the driver a hint as to the direction in which
404 * Note that this method sets the default fetch direction for
407 * its own fetch direction.
409 * @param direction the initial direction for processing rows
412 * or the given direction
418 void setFetchDirection(int direction) throws SQLException;
421 * Retrieves the direction for fetching rows from
425 * a fetch direction by calling the method <code>setFetchDirection</code>,
428 * @return the default fetch direction for result sets generate
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Cling.java 142 public View focusSearch(int direction) {
143 return this.focusSearch(this, direction);
147 public View focusSearch(View focused, int direction) {
148 return FocusFinder.getInstance().findNextFocus(this, focused, direction);
  /platform_testing/libraries/photos-app-helper/src/android/platform/test/helpers/
PhotosHelperImpl.java 25 import android.support.test.uiautomator.Direction;
297 public void scrollAlbum(Direction direction) {
298 if (!(Direction.LEFT.equals(direction) || Direction.RIGHT.equals(direction))) {
299 throw new IllegalArgumentException("Scroll direction must be LEFT or RIGHT");
309 scrollContainer.scroll(direction, 1.0f);
357 if (!scrollView(Direction.DOWN))
    [all...]

Completed in 2191 milliseconds

<<11121314151617181920>>