HomeSort by relevance Sort by last modified time
    Searched defs:mPan (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 329 mPan = (BluetoothPan) proxy;
349 mPan = null;
366 private BluetoothPan mPan = null;
690 if (mPan == null) mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN);
691 assertNotNull(mPan);
694 mPan.setBluetoothTethering(true);
696 assertTrue(mPan.isTetheringOn());
708 if (mPan == null) mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN)
    [all...]
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
MagnificationGestureHandlerTest.java 89 float mPan;
131 mPan = view.getWidth() / 4;
188 swipe(mTapLocation, add(mTapLocation, -mPan, 0)),
189 swipe(mTapLocation2, add(mTapLocation2, -mPan, 0)));
192 () -> (mCurrentZoomCenter.x - oldCenter.x >= mPan / mCurrentScale * 0.9));
209 StrokeDescription drag = drag(down, add(lastPointOf(down), mPan, 0f));
211 waitOn(mZoomLock, () -> distance(mCurrentZoomCenter, oldCenter) >= mPan / 5);
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 712 public final float mPan;
725 mPan = Engine.DEFAULT_PAN;
733 mPan = pan;
    [all...]

Completed in 78 milliseconds