Home
last modified time | relevance | path

Searched refs:mDirection (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libaaudio/src/core/
DAAudioStreamParameters.cpp44 mDirection = other.mDirection; in copyFrom()
111 switch (mDirection) { in validate()
116 ALOGD("direction not valid = %d", mDirection); in validate()
192 ALOGD("mDirection = %6d", mDirection); in dump()
DAAudioStreamParameters.h84 return mDirection; in getDirection()
88 mDirection = direction; in setDirection()
154 aaudio_direction_t mDirection = AAUDIO_DIRECTION_OUTPUT; variable
/frameworks/base/core/java/android/view/animation/
DGridLayoutAnimationController.java101 private int mDirection; field in GridLayoutAnimationController
125 mDirection = a.getInt(com.android.internal.R.styleable.GridLayoutAnimation_direction, in GridLayoutAnimationController()
231 return mDirection; in getDirection()
250 mDirection = direction; in setDirection()
362 int direction = mDirection & DIRECTION_HORIZONTAL_MASK; in getTransformedColumnIndex()
388 int direction = mDirection & DIRECTION_VERTICAL_MASK; in getTransformedRowIndex()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/resources/
DIconLoader.java30 private final LayoutDirection mDirection; field in IconLoader
40 mDirection = direction; in IconLoader()
108 if (mDirection == LayoutDirection.RTL) { in getIcon()
110 .append(mDirection.getResourceValue()) in getIcon()
/frameworks/base/core/java/android/widget/
DAbsListView.java746 private int mDirection = 0; field in AbsListView
3682 mDirection = 0; // Reset when entering overscroll. in scrollIfNeeded()
3713 if (mDirection == 0) { in scrollIfNeeded()
3714 mDirection = newDirection; in scrollIfNeeded()
3772 mDirection = newDirection; in scrollIfNeeded()
3955 mDirection = 0; in onTouchDown()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt78874 Landroid/view/animation/GridLayoutAnimationController;->mDirection:I
85933 Landroid/widget/AbsListView;->mDirection:I