Searched refs:axis (Results 1 – 6 of 6) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | GameControllerInput.java | 292 final int axis = mAxes[i]; in onJoystickMotion() local 293 final float value = event.getAxisValue(axis); in onJoystickMotion() 295 message.append(" ").append(MotionEvent.axisToString(axis)).append(": "); in onJoystickMotion() 299 message.append(event.getHistoricalAxisValue(axis, historyPos)); in onJoystickMotion() 388 final int axis = state.getAxis(i); in show() local 389 final int id = BASE_ID_AXIS_ITEM | axis; in show() 392 column = new TextColumn(id, MotionEvent.axisToString(axis)); in show()
|
D | GameView.java | 271 int axis, int historyPos) { 272 final InputDevice.MotionRange range = device.getMotionRange(axis, event.getSource()); 275 final float value = historyPos < 0 ? event.getAxisValue(axis) 276 : event.getHistoricalAxisValue(axis, historyPos);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
D | Layer.java | 21 public Layer(int axis) { in Layer() argument 23 mAxis = axis; in Layer()
|
/development/samples/browseable/ElevationBasic/ |
D | _index.jd | 8 This sample demonstrates two alternative ways to move a view in the z-axis. The
|
/development/samples/ControllerSample/src/com/example/controllersample/ |
D | GameView.java | 466 int axis, int historyPos) { in getCenteredAxis() argument 467 final InputDevice.MotionRange range = device.getMotionRange(axis, event.getSource()); in getCenteredAxis() 470 final float value = historyPos < 0 ? event.getAxisValue(axis) in getCenteredAxis() 471 : event.getHistoricalAxisValue(axis, historyPos); in getCenteredAxis()
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 13263 …JR-E_kQja09VzCsNPRHQ@fakeemail.com,[base] Minor API improvement for default variation axis setting. 13280 …/freetype,fake_cGJR-E_kQja09VzCsNPRHQ@fakeemail.com,[truetype] Beautify tracing of VF axis records. 14382 …ake_cGJR-E_kQja09VzCsNPRHQ@fakeemail.com,* src/truetype/ttgxvar.c (TT_Get_MM_Var): Check axis data. 14417 …ernal/freetype,fake_cGJR-E_kQja09VzCsNPRHQ@fakeemail.com,[truetype] Check axis count in HVAR table. 14577 …,fake_cGJR-E_kQja09VzCsNPRHQ@fakeemail.com,[autofit] Properly handle spikes pointing to the x-axis. 16649 …/ahalgo2.c, src/pshinter/pshglob.h: fixed a bug where the X and Y axis where inversed in t… 17119 …1_Get_MM_Var): Provide axis tags. Use mm_axis_unmap and mm_weights_unmap to provide default values… 17230 …,fake_cGJR-E_kQja09VzCsNPRHQ@fakeemail.com,[type1] Correctly handle missing MM axis names (#46202). 17988 …e/contexthub,fake_wlftku0nRa2zTMb_FQX0kA@fakeemail.com,hostIntf: allow bias with raw 3-axis sensors 31948 …f,platform/external/libxml2,fake_0vxac3FZQGOX3dzfy2IWIw@fakeemail.com,Fix axis traversal from attr… [all …]
|