Searched refs:dx (Results 201 - 203 of 203) sorted by relevance

123456789

/frameworks/av/media/extractors/mp4/
H A DMPEG4Extractor.cpp2890 int32_t dx = U32_AT(&buffer[matrixOffset + 8]);
2894 a00 / 65536.0f, a01 / 65536.0f, dx / 65536.0f);
/frameworks/base/core/java/android/view/
H A DView.java15927 * @param globalOffset If true is returned, globalOffset holds the dx,dy
16935 private void postSendViewScrolledAccessibilityEventCallback(int dx, int dy) { argument
16939 mSendViewScrolledAccessibilityEvent.post(dx, dy);
24672 * @param dx Horizontal scroll distance in pixels
24674 * @param consumed Output. If not null, consumed[0] will contain the consumed component of dx
24683 public boolean dispatchNestedPreScroll(int dx, int dy, argument
24686 if (dx != 0 || dy != 0) {
24703 mNestedScrollingParent.onNestedPreScroll(this, dx, dy, consumed);
26878 post(int dx, int dy) argument
[all...]
H A DViewRootImpl.java7807 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { argument

Completed in 161 milliseconds

123456789