Searched refs:mInput (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
H A DAllAppsSearchBarController.java44 protected ExtendedEditText mInput; field in class:AllAppsSearchBarController
50 mInput.setVisibility(visibility);
61 mInput = input;
62 mInput.addTextChangedListener(this);
63 mInput.setOnEditorActionListener(this);
64 mInput.setOnBackKeyListener(this);
118 String query = Utilities.trim(mInput.getEditableText().toString());
131 mInput.reset();
139 mInput.showKeyboard();
146 return mInput
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerSetupView.java51 private final int[] mInput = { 0, 0, 0, 0, 0, 0 }; field in class:TimerSetupView
205 final int seconds = mInput[1] * 10 + mInput[0];
206 final int minutes = mInput[3] * 10 + mInput[2];
207 final int hours = mInput[5] * 10 + mInput[4];
243 if (mInputPointer == mInput.length - 1) {
248 System.arraycopy(mInput, 0, mInput,
[all...]
/packages/apps/Nfc/src/com/android/nfc/handover/
H A DBluetoothPeripheralHandover.java114 BluetoothHidHost mInput; field in class:BluetoothPeripheralHandover
205 if (mA2dp == null || mHeadset == null || mInput == null) {
218 if (mInput.getConnectedDevices().contains(mDevice)) {
259 if (mInput.getConnectionState(mDevice)
262 mInput.disconnect(mDevice);
365 if (mInput.getConnectionState(mDevice)
537 if (mInput != null) {
538 mBluetoothAdapter.closeProfileProxy(BluetoothProfile.HID_HOST, mInput);
543 mInput = null;
675 mInput
[all...]
/packages/apps/TV/tests/unit/src/com/android/tv/util/
H A DTvInputManagerHelperTest.java250 return inputWrapper == null ? null : inputWrapper.mInput;
269 inputWrapper.mInput =
277 return inputWrapper.mInput;
281 TvInputInfo mInput; field in class:TvInputManagerHelperTest.TvInputInfoWrapper
/packages/apps/TV/src/com/android/tv/dvr/recorder/
H A DInputTaskScheduler.java101 private TvInputInfo mInput; field in class:InputTaskScheduler
151 mInput = input;
250 mInput = input;
309 tunerCount = mInput.canRecord() ? mInput.getTunerCount() : 0;

Completed in 141 milliseconds