Searched refs:offsetLocation (Results 1 – 10 of 10) sorted by relevance
/external/setupdesign/main/src/com/google/android/setupdesign/view/ |
D | StickyHeaderRecyclerView.java | 139 ev.offsetLocation(-stickyRect.left, -stickyRect.top); in dispatchTouchEvent()
|
D | StickyHeaderListView.java | 104 ev.offsetLocation(-stickyRect.left, -stickyRect.top); in dispatchTouchEvent()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDrawTests.cpp | 688 deInt32 offsetLocation = ctx.getAttribLocation(programID, "a_offset"); in renderTo() local 730 ctx.vertexAttribPointer(offsetLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL); in renderTo() 731 ctx.vertexAttribDivisor(offsetLocation, 1); in renderTo() 732 ctx.enableVertexAttribArray(offsetLocation); in renderTo()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawTests.cpp | 820 deInt32 offsetLocation = ctx.getAttribLocation(programID, "a_offset"); in renderTo() local 865 ctx.vertexAttribPointer(offsetLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL); in renderTo() 866 ctx.vertexAttribDivisor(offsetLocation, 1); in renderTo() 867 ctx.enableVertexAttribArray(offsetLocation); in renderTo()
|
D | es31fGeometryShaderTests.cpp | 5586 const int offsetLocation = gl.getAttribLocation(m_program->getProgram(), "a_offset"); in iterate() local 5590 if (offsetLocation == -1) in iterate() 5600 gl.vertexAttribPointer(offsetLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL); in iterate() 5601 gl.enableVertexAttribArray(offsetLocation); in iterate() 5622 gl.vertexAttribDivisor(offsetLocation, 2); in iterate()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | NativeInput.java | 629 public void offsetLocation(float xOffset, float yOffset) { in offsetLocation() method in NativeInput.MotionEvent
|
D | ShadowMotionEvent.java | 810 event.offsetLocation(deltaX, deltaY); in nativeOffsetLocation()
|
/external/libchrome/base/android/jni_generator/ |
D | testMotionEvent.javap | 275 const #265 = Asciz offsetLocation; 2097 public final void offsetLocation(float, float);
|
D | testMotionEvent.javap7 | 279 #265 = Utf8 offsetLocation 2184 public final void offsetLocation(float, float);
|
D | testConstantsFromJavaP.golden | 1851 "offsetLocation",
|