Home
last modified time | relevance | path

Searched refs:mDirection (Results 1 – 22 of 22) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
DPanoProgressBar.java40 private int mDirection = 0; field in PanoProgressBar
72 if (mDirection != direction) { in setDirection()
73 mDirection = direction; in setDirection()
75 mListener.onDirectionChange(mDirection); in setDirection()
82 return mDirection; in getDirection()
135 if (mDirection == DIRECTION_NONE) { in setProgress()
143 if (mDirection != DIRECTION_NONE) { in setProgress()
147 if (mDirection == DIRECTION_RIGHT) { in setProgress()
151 if (mDirection == DIRECTION_LEFT) { in setProgress()
170 if (mDirection != DIRECTION_NONE) { in onDraw()
[all …]
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DPanoProgressBar.java37 private int mDirection = 0; field in PanoProgressBar
69 if (mDirection != direction) { in setDirection()
70 mDirection = direction; in setDirection()
72 mListener.onDirectionChange(mDirection); in setDirection()
79 return mDirection; in getDirection()
130 if (mDirection == DIRECTION_NONE) { in setProgress()
138 if (mDirection != DIRECTION_NONE) { in setProgress()
142 if (mDirection == DIRECTION_RIGHT) { in setProgress()
146 if (mDirection == DIRECTION_LEFT) { in setProgress()
165 if (mDirection != DIRECTION_NONE) { in onDraw()
[all …]
/packages/apps/Launcher2/src/com/android/launcher2/
DInterruptibleInOutAnimator.java46 private int mDirection = STOPPED; field in InterruptibleInOutAnimator
57 mDirection = STOPPED; in InterruptibleInOutAnimator()
73 mDirection = direction; in animate()
86 mDirection = STOPPED; in cancel()
91 mDirection = STOPPED; in end()
98 return mDirection == STOPPED; in isStopped()
DDragController.java793 private int mDirection;
800 if (mDirection == SCROLL_LEFT) {
818 mDirection = direction;
/packages/apps/Launcher3/src/com/android/launcher3/
DInterruptibleInOutAnimator.java48 @Thunk int mDirection = STOPPED; field in InterruptibleInOutAnimator
59 mDirection = STOPPED; in InterruptibleInOutAnimator()
75 mDirection = direction; in animate()
88 mDirection = STOPPED; in cancel()
93 mDirection = STOPPED; in end()
100 return mDirection == STOPPED; in isStopped()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java246 if (mBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in handleMessage()
297 if (mBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in handleMessage()
323 if (mBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in handleMessage()
378 if (mCurrentShare.mDirection == BluetoothShare.DIRECTION_INBOUND in markBatchFailed()
396 if (info.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in markBatchFailed()
462 if (mBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in start()
465 } else if (mBatch.mDirection == BluetoothShare.DIRECTION_INBOUND) { in start()
521 if (mBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in startObexSession()
524 } else if (mBatch.mDirection == BluetoothShare.DIRECTION_INBOUND) { in startObexSession()
784 updateValues.put(BluetoothShare.DIRECTION, share.mDirection); in tickShareStatus()
[all …]
DBluetoothOppService.java640 Log.v(TAG, "DIRECTION: " + info.mDirection); in insertShare()
668 if (info.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in insertShare()
684 if (info.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in insertShare()
688 } else if (info.mDirection == BluetoothShare.DIRECTION_INBOUND) { in insertShare()
695 if (info.mDirection == BluetoothShare.DIRECTION_OUTBOUND && mTransfer != null) { in insertShare()
699 } else if (info.mDirection == BluetoothShare.DIRECTION_INBOUND in insertShare()
722 if (info.mDirection == BluetoothShare.DIRECTION_INBOUND) { in insertShare()
749 info.mDirection = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in updateShare()
801 if (batch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in updateShare()
903 if (nextBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in removeBatch()
[all …]
DBluetoothOppReceiver.java127 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND in onReceive()
203 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND) { in onReceive()
229 if (transInfo.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in onReceive()
231 } else if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND) { in onReceive()
237 if (transInfo.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in onReceive()
240 } else if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND) { in onReceive()
DBluetoothOppShareInfo.java53 public int mDirection; field in BluetoothOppShareInfo
79 mDirection = direction; in BluetoothOppShareInfo()
95 if (mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in isReadyToStart()
99 } else if (mDirection == BluetoothShare.DIRECTION_INBOUND) { in isReadyToStart()
DBluetoothOppBatch.java70 public final int mDirection; field in BluetoothOppBatch
110 mDirection = info.mDirection; in BluetoothOppBatch()
150 if (info.mDirection == BluetoothShare.DIRECTION_INBOUND && info.mFilename != null) { in cancelBatch()
DBluetoothOppTransferInfo.java42 int mDirection; field in BluetoothOppTransferInfo
DBluetoothOppTransferHistory.java295 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND in openCompleteTransfer()
DBluetoothOppUtility.java92 info.mDirection = cursor.getInt(cursor in fillRecord()
DBluetoothOppTransferActivity.java179 int direction = mTransInfo.mDirection; in displayWhichDialog()
/packages/apps/Contacts/src/com/android/contacts/widget/
DProportionalLayout.java63 private Direction mDirection; field in ProportionalLayout
83 mDirection = Direction.parse(a.getString(R.styleable.ProportionalLayout_direction)); in initFromAttributes()
104 if (mDirection == Direction.heightToWidth) { in onMeasure()
132 return mDirection; in getDirection()
136 mDirection = direction; in setDirection()
/packages/apps/TV/src/com/android/tv/ui/
DOnRepeatedKeyInterceptListener.java40 private int mDirection; field in OnRepeatedKeyInterceptListener
66 mDirection = event.getKeyCode() == KeyEvent.KEYCODE_DPAD_UP ? View.FOCUS_UP in onInterceptKeyEvent()
104 View v = focused.focusSearch(listener.mDirection); in handleMessage()
106 v.requestFocus(listener.mDirection); in handleMessage()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
DCrossProfileIntentFilter.java70 private @Direction int mDirection; field in CrossProfileIntentFilter.Builder
73 mDirection = direction; in Builder()
102 return new CrossProfileIntentFilter(mFilter, mFlags, mDirection); in build()
/packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
DGenericOneCameraImpl.java65 private final Facing mDirection; field in GenericOneCameraImpl
78 mDirection = direction; in GenericOneCameraImpl()
172 return mDirection; in getDirection()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetPhoneState.java398 int mDirection; field in HeadsetClccResponse
408 mDirection = direction; in HeadsetClccResponse()
DHeadsetStateMachine.java3231 clccResponseNative(clcc.mIndex, clcc.mDirection, clcc.mStatus, clcc.mMode, clcc.mMpty, in processSendClccResponse()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStateView.java59 private int mDirection = DOWN; field in StateView
146 if (mDirection == DOWN) { in onDraw()
/packages/apps/Camera2/src/com/android/camera/one/v2/
DOneCameraZslImpl.java159 private final CameraDirectionProvider mDirection; field in OneCameraZslImpl
300 mDirection = new CameraDirectionProvider(mCharacteristics); in OneCameraZslImpl()
606 return mDirection.getDirection(); in getDirection()