HomeSort by relevance Sort by last modified time
    Searched refs:Input (Results 251 - 275 of 522) sorted by null

<<11121314151617181920>>

  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
CullTest.java 23 import com.badlogic.gdx.Input.Keys;
99 if (Gdx.input.isKeyPressed(Keys.A)) cam.rotate(20 * Gdx.graphics.getDeltaTime(), 0, 1, 0);
100 if (Gdx.input.isKeyPressed(Keys.D)) cam.rotate(-20 * Gdx.graphics.getDeltaTime(), 0, 1, 0);
ProjectTest.java 22 import com.badlogic.gdx.Input.Keys;
91 if (Gdx.input.isKeyPressed(Keys.A)) cam.rotate(20 * Gdx.graphics.getDeltaTime(), 0, 1, 0);
92 if (Gdx.input.isKeyPressed(Keys.D)) cam.rotate(-20 * Gdx.graphics.getDeltaTime(), 0, 1, 0);
Box2DCharacterControllerTest.java 21 import com.badlogic.gdx.Input;
22 import com.badlogic.gdx.Input.Keys;
69 Gdx.input.setInputProcessor(this);
209 if (!Gdx.input.isKeyPressed(Keys.A) && !Gdx.input.isKeyPressed(Keys.D)) {
221 if (!Gdx.input.isKeyPressed(Keys.A) && !Gdx.input.isKeyPressed(Keys.D) && stillTime > 0.2) {
245 if (Gdx.input.isKeyPressed(Keys.A) && vel.x > -MAX_VELOCITY) {
250 if (Gdx.input.isKeyPressed(Keys.D) && vel.x < MAX_VELOCITY) {
338 if (button == Input.Buttons.LEFT) {
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/gwt/
GwtTestWrapper.java 24 import com.badlogic.gdx.Input;
150 ((InputWrapper)Gdx.input).multiplexer.removeProcessor(ui);
163 Gdx.input = new InputWrapper(Gdx.input) {
185 ((InputWrapper)Gdx.input).multiplexer.addProcessor(ui);
203 InputWrapper wrapper = ((InputWrapper)Gdx.input);
222 class InputWrapper extends InputAdapter implements Input {
223 Input input; field in class:GwtTestWrapper.InputWrapper
227 public InputWrapper (Input input)
    [all...]
  /external/libgdx/tests/gdx-tests-lwjgl3/src/com/badlogic/gdx/tests/lwjgl3/
DragNDropTest.java 8 import com.badlogic.gdx.Input.Keys;
49 Gdx.input.setInputProcessor(stage);
  /external/llvm/lib/ProfileData/
InstrProf.cpp 166 InstrProfValueSiteRecord::mergeValueData(InstrProfValueSiteRecord &Input,
169 Input.sortByTargetValues();
173 for (auto J = Input.ValueData.begin(), JE = Input.ValueData.end(); J != JE;
  /external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
Direct3DInterop.cpp 15 using namespace Windows::Phone::Input::Interop;
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_bmp.cpp 122 void CCodec_BmpModule::Input(void* pContext,
  /external/v8/test/cctest/
test-liveedit.cc 41 class StringCompareInput : public Comparator::Input {
96 StringCompareInput input(s1, s2);
104 Comparator::CalculateDifference(&input, &writer);
  /frameworks/base/libs/input/
PointerController.h 26 #include <input/Input.h>
  /frameworks/compile/mclinker/lib/LD/
TextDiagnosticPrinter.cpp 166 void TextDiagnosticPrinter::beginInput(const Input& pInput,
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp 226 void MipsGOT::initializeScan(const Input& pInput) {
236 void MipsGOT::finalizeScan(const Input& pInput) {
246 // in the current input already.
251 // Remember that it exists in the current input too.
361 uint64_t MipsGOT::getGPAddr(const Input& pInput) const {
378 uint64_t MipsGOT::getGPRelOffset(const Input& pInput,
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.h 84 Input& pInput);
  /frameworks/native/include/input/
VelocityTracker.h 20 #include <input/Input.h>
  /frameworks/native/services/inputflinger/
InputListener.h 20 #include <input/Input.h>
29 /* Superclass of all input event argument objects */
156 * The interface used by the InputReader to notify the InputListener about input events.
InputWindow.h 20 #include <input/Input.h>
21 #include <input/InputTransport.h>
34 * Describes the properties of a window that can receive input.
156 * Handle for a window that can receive input.
158 * Used by the native input dispatcher to indirectly refer to the window manager objects
185 * This method should only be called from within the input dispatcher's
  /build/core/
dpi_specific_apk.mk 2 # Input variable: my_dpi, and all other variables set up in package_internal.mk.
install_jni_libs.mk 2 # Input variables:
  /external/clang/tools/clang-format/
ClangFormat.cpp 43 "Can only be used with one input file."),
53 "Can only be used with one input file."),
61 "Can only be used with one input file."),
121 // Parses <start line>:<end line> input to a pair of line numbers.
123 static bool parseLineRange(StringRef Input, unsigned &FromLine,
125 std::pair<StringRef, StringRef> LineRange = Input.split(':');
326 "If no arguments are specified, it formats the code from standard input\n"
  /frameworks/base/cmds/input/src/com/android/commands/input/
Input.java 17 package com.android.commands.input;
19 import android.hardware.input.InputManager;
35 public class Input {
36 private static final String TAG = "Input";
59 (new Input()).run(args);
149 * @param text is a string of characters you want to input to the device.
222 * @param inputSource the InputDevice.SOURCE_* sending the input event
252 * @param inputSource the InputDevice.SOURCE_* sending the input event
283 System.err.println("Usage: input [<source>] <command> [<arg>...]");
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 20 class Input;
25 * - input files
26 * - attribute of input files
330 bool isInExcludeLIBS(const Input& pInput) const;
373 bool m_bBinaryInput : 1; // -b [input-format], --format=[input-format]
  /frameworks/rs/api/
rs_io.spec 18 summary: Input/Output Functions
  /external/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp 39 cl::desc("<input object files>"),
55 static void reportError(StringRef Input, StringRef Message) {
56 if (Input == "-")
57 Input = "<stdin>";
58 errs() << Input << ": " << Message << "\n";
63 static void reportError(StringRef Input, std::error_code EC) {
64 reportError(Input, EC.message());
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidInput.java 47 import com.badlogic.gdx.Input;
48 import com.badlogic.gdx.Input.TextInputListener;
54 /** An implementation of the {@link Input} interface for Android.
58 public class AndroidInput implements Input, OnKeyListener, OnTouchListener {
220 final EditText input = new EditText(context);
221 input.setHint(hint);
222 input.setText(text);
223 input.setSingleLine();
224 alert.setView(input);
230 listener.input(input.getText().toString());
    [all...]
  /external/vulkan-validation-layers/demos/smoke/android/src/main/jni/
Smoke.push_constant.vert.h 70 37: TypePointer Input 7(fvec3)
71 38(in_pos): 37(ptr) Variable Input
74 67(in_normal): 37(ptr) Variable Input

Completed in 5288 milliseconds

<<11121314151617181920>>