Home
last modified time | relevance | path

Searched refs:mDirection (Results 1 – 21 of 21) 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/Launcher3/src/com/android/launcher3/
DInterruptibleInOutAnimator.java66 @Thunk int mDirection = STOPPED; field in InterruptibleInOutAnimator
77 mDirection = STOPPED; in InterruptibleInOutAnimator()
92 mDirection = direction; in animate()
105 mDirection = STOPPED; in cancel()
110 mDirection = STOPPED; in end()
117 return mDirection == STOPPED; in isStopped()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java249 if (mBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in handleMessage()
310 if (mBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in handleMessage()
340 if (mBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in handleMessage()
403 if (mCurrentShare.mDirection == BluetoothShare.DIRECTION_INBOUND in markBatchFailed()
421 if (info.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in markBatchFailed()
486 if (mBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in start()
489 } else if (mBatch.mDirection == BluetoothShare.DIRECTION_INBOUND) { in start()
555 if (mBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in startObexSession()
560 } else if (mBatch.mDirection == BluetoothShare.DIRECTION_INBOUND) { in startObexSession()
850 updateValues.put(BluetoothShare.DIRECTION, share.mDirection); in tickShareStatus()
[all …]
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.java67 public final int mDirection; field in BluetoothOppBatch
107 mDirection = info.mDirection; in BluetoothOppBatch()
150 if (info.mDirection == BluetoothShare.DIRECTION_INBOUND && info.mUri != null) { in cancelBatch()
DBluetoothOppReceiver.java139 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND in onReceive()
230 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND) { in onReceive()
256 if (transInfo.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in onReceive()
258 } else if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND) { in onReceive()
264 if (transInfo.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in onReceive()
267 } else if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND) { in onReceive()
DBluetoothOppService.java271 String dir = info.mDirection == BluetoothShare.DIRECTION_OUTBOUND ? " -> " : " <- "; in dump()
747 Log.v(TAG, "DIRECTION: " + info.mDirection); in insertShare()
775 if (info.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in insertShare()
791 if (info.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in insertShare()
798 } else if (info.mDirection == BluetoothShare.DIRECTION_INBOUND) { in insertShare()
806 if (info.mDirection == BluetoothShare.DIRECTION_OUTBOUND && mTransfer != null) { in insertShare()
812 } else if (info.mDirection == BluetoothShare.DIRECTION_INBOUND in insertShare()
858 info.mDirection = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in updateShare()
916 if (batch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in updateShare()
1022 if (nextBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in removeBatch()
[all …]
DBluetoothOppTransferInfo.java42 int mDirection; field in BluetoothOppTransferInfo
DBluetoothOppTransferHistory.java317 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND in openCompleteTransfer()
DBluetoothOppTransferActivity.java180 int direction = mTransInfo.mDirection; in displayWhichDialog()
DBluetoothOppUtility.java101 info.mDirection = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in fillRecord()
/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.java37 private int mDirection; field in OnRepeatedKeyInterceptListener
62 mDirection = in onInterceptKeyEvent()
100 View v = focused.focusSearch(listener.mDirection); in handleMessage()
102 v.requestFocus(listener.mDirection); in handleMessage()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetClccResponse.java33 int mDirection; field in HeadsetClccResponse
70 mDirection = direction; in HeadsetClccResponse()
87 .append(mDirection) in buildString()
DHeadsetStateMachine.java2002 mNativeInterface.clccResponse(mDevice, clcc.mIndex, clcc.mDirection, clcc.mStatus, in processSendClccResponse()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
DCrossProfileIntentFilter.java80 private @Direction int mDirection; field in CrossProfileIntentFilter.Builder
84 mDirection = direction; in Builder()
114 return new CrossProfileIntentFilter(mFilter, mFlags, mDirection, in build()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DAssistantTouchConsumer.java83 private int mDirection; field in AssistantTouchConsumer
200 SWIPE_NOOP, mDirection, NAVBAR); in onMotionEvent()
251 .logActionOnContainer(gestureType, mDirection, NAVBAR); in startAssistantInternal()
267 mDirection = angle > 90 ? UPLEFT : UPRIGHT; in isValidAssistantGestureAngle()
/packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
DGenericOneCameraImpl.java66 private final Facing mDirection; field in GenericOneCameraImpl
79 mDirection = direction; in GenericOneCameraImpl()
173 return mDirection; in getDirection()
/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.java160 private final CameraDirectionProvider mDirection; field in OneCameraZslImpl
301 mDirection = new CameraDirectionProvider(mCharacteristics); in OneCameraZslImpl()
607 return mDirection.getDirection(); in getDirection()