Searched defs:mDirection (Results 1 - 15 of 15) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferInfo.java42 int mDirection; field in class:BluetoothOppTransferInfo
H A DBluetoothOppBatch.java70 public final int mDirection; field in class:BluetoothOppBatch
110 mDirection = info.mDirection;
141 if (info.mDirection == BluetoothShare.DIRECTION_INBOUND && info.mFilename != null) {
169 if (info.mDirection == BluetoothShare.DIRECTION_INBOUND && info.mFilename != null) {
H A DBluetoothOppShareInfo.java53 public int mDirection; field in class:BluetoothOppShareInfo
79 mDirection = direction;
95 if (mDirection == BluetoothShare.DIRECTION_OUTBOUND) {
99 } else if (mDirection == BluetoothShare.DIRECTION_INBOUND) {
/packages/apps/TV/src/com/android/tv/ui/
H A DOnRepeatedKeyInterceptListener.java40 private int mDirection; field in class:OnRepeatedKeyInterceptListener
66 mDirection = event.getKeyCode() == KeyEvent.KEYCODE_DPAD_UP ? View.FOCUS_UP
104 View v = focused.focusSearch(listener.mDirection);
106 v.requestFocus(listener.mDirection);
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
H A DProportionalLayout.java63 private Direction mDirection; field in class:ProportionalLayout
83 mDirection = Direction.parse(a.getString(R.styleable.ProportionalLayout_direction));
104 if (mDirection == Direction.heightToWidth) {
132 return mDirection;
136 mDirection = direction;
/packages/apps/Launcher2/src/com/android/launcher2/
H A DInterruptibleInOutAnimator.java46 private int mDirection = STOPPED; field in class:InterruptibleInOutAnimator
57 mDirection = STOPPED;
73 mDirection = direction;
86 mDirection = STOPPED;
91 mDirection = STOPPED;
98 return mDirection == STOPPED;
H A DDragController.java793 private int mDirection; field in class:DragController.ScrollRunnable
800 if (mDirection == SCROLL_LEFT) {
818 mDirection = direction;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DInterruptibleInOutAnimator.java48 @Thunk int mDirection = STOPPED; field in class:InterruptibleInOutAnimator
59 mDirection = STOPPED;
75 mDirection = direction;
88 mDirection = STOPPED;
93 mDirection = STOPPED;
100 return mDirection == STOPPED;
/packages/apps/Camera2/src/com/android/camera/
H A DPanoProgressBar.java40 private int mDirection = 0; field in class:PanoProgressBar
72 if (mDirection != direction) {
73 mDirection = direction;
75 mListener.onDirectionChange(mDirection);
82 return mDirection;
135 if (mDirection == DIRECTION_NONE) {
142 // mDirection might be modified by setRightIncreasing() above. Need to check again.
143 if (mDirection != DIRECTION_NONE) {
147 if (mDirection == DIRECTION_RIGHT) {
151 if (mDirection
[all...]
/packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
H A DGenericOneCameraImpl.java65 private final Facing mDirection; field in class:GenericOneCameraImpl
78 mDirection = direction;
172 return mDirection;
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DPanoProgressBar.java37 private int mDirection = 0; field in class:PanoProgressBar
69 if (mDirection != direction) {
70 mDirection = direction;
72 mListener.onDirectionChange(mDirection);
79 return mDirection;
130 if (mDirection == DIRECTION_NONE) {
137 // mDirection might be modified by setRightIncreasing() above. Need to check again.
138 if (mDirection != DIRECTION_NONE) {
142 if (mDirection == DIRECTION_RIGHT) {
146 if (mDirection
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DStateView.java59 private int mDirection = DOWN; field in class:StateView
146 if (mDirection == DOWN) {
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetPhoneState.java385 int mDirection; field in class:HeadsetClccResponse
395 mDirection = direction;
/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DOneCameraZslImpl.java159 private final CameraDirectionProvider mDirection; field in class:OneCameraZslImpl
300 mDirection = new CameraDirectionProvider(mCharacteristics);
606 return mDirection.getDirection();
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragController.java836 private int mDirection; field in class:DragController.ScrollRunnable
843 if (mDirection == SCROLL_LEFT) {
861 mDirection = direction;

Completed in 388 milliseconds