/packages/apps/DevCamera/src/com/android/devcamera/ |
D | CameraDeviceReport.java | 55 Log.v(TAG, "Number of cameras:" + cameralist.length); in printCameraSystemInfo() 72 Log.v(TAG, "============= CAMERA " + id + " INFO ============="); in printCameraInfo() 86 Log.v(TAG, "SENSOR_INFO_ACTIVE_ARRAY_SIZE: " in printCameraInfo() 89 Log.v(TAG, "SENSOR_INFO_ACTIVE_ARRAY_SIZE: null"); in printCameraInfo() 93 Log.v(TAG, "SENSOR_INFO_PIXEL_ARRAY_SIZE: " + size2.getWidth() + "x" + size2.getHeight()); in printCameraInfo() 96 Log.v(TAG, "SENSOR_INFO_PHYSICAL_SIZE: " + size3.getWidth() + "x" + size3.getHeight()); in printCameraInfo() 100 Log.v(TAG, "SENSOR_ORIENTATION: " + sensorOrientation); in printCameraInfo() 102 Log.v(TAG, "SENSOR_INFO_TIMESTAMP_SOURCE: " + in printCameraInfo() 105 Log.v(TAG, "LENS_INFO_FOCUS_DISTANCE_CALIBRATION: " + in printCameraInfo() 109 Log.v(TAG, "STATISTICS_INFO_AVAILABLE_FACE_DETECT_MODES: "); in printCameraInfo() [all …]
|
D | Api2Camera.java | 161 Log.v(TAG, "STARTUP_REQUIREMENT ImageReader initialization done."); in Api2Camera() 278 Log.v(TAG, "AF trigger"); in triggerAFScan() 283 Log.v(TAG, "run CAF"); in setCAF() 298 Log.v(TAG, " onFrameAvailable(SurfaceTexture)"); in onFrameAvailable() 339 Log.v(TAG, "Opening camera " + mCameraInfoCache.getCameraId()); in openCamera() 356 Log.v(TAG, "Closing camera " + mCameraInfoCache.getCameraId()); in closeCamera() 366 Log.v(TAG, "Done closing camera " + mCameraInfoCache.getCameraId()); in closeCamera() 370 Log.v(TAG, "STARTUP_REQUIREMENT preview Surface ready."); in startPreview() 380 Log.v(TAG, "STARTUP_REQUIREMENT Done opening camera " + mCameraInfoCache.getCameraId() + 404 Log.v(TAG, "Configuring session.."); in startCaptureSession() [all …]
|
/packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/ |
D | SendTestBroadcastActivity.java | 108 public void onClick(View v) { in onCreate() 109 if (mDelayBeforeSending && v != null) { in onCreate() 122 public void onClick(View v) { in onCreate() 123 if (mDelayBeforeSending && v != null) { in onCreate() 137 public void onClick(View v) { in onCreate() 138 if (mDelayBeforeSending && v != null) { in onCreate() 151 public void onClick(View v) { in onCreate() 152 if (mDelayBeforeSending && v != null) { in onCreate() 165 public void onClick(View v) { in onCreate() 166 if (mDelayBeforeSending && v != null) { in onCreate() [all …]
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | ItemDragListener.java | 65 public boolean onDrag(final View v, DragEvent event) { in onDrag() argument 66 if (!mDragHost.canHandleDragEvent(v)) { in onDrag() 74 handleEnteredEvent(v, event); in onDrag() 77 handleLocationEvent(v, event.getX(), event.getY()); in onDrag() 80 mDragHost.onDragExited(v); in onDrag() 81 handleExitedEndedEvent(v, event); in onDrag() 85 handleExitedEndedEvent(v, event); in onDrag() 88 return handleDropEvent(v, event); in onDrag() 94 private void handleEnteredEvent(View v, DragEvent event) { in handleEnteredEvent() argument 95 mDragHost.onDragEntered(v); in handleEnteredEvent() [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | ItemClickHandler.java | 76 return v -> onClick(v, sourceContainer); in getInstance() 79 private static void onClick(View v, String sourceContainer) { in onClick() argument 82 if (v.getWindowToken() == null) return; in onClick() 84 Launcher launcher = Launcher.getLauncher(v.getContext()); in onClick() 87 Object tag = v.getTag(); in onClick() 89 onClickAppShortcut(v, (WorkspaceItemInfo) tag, launcher, sourceContainer); in onClick() 91 if (v instanceof FolderIcon) { in onClick() 92 onClickFolderIcon(v); in onClick() 95 startAppShortcutOrInfoActivity(v, (AppInfo) tag, launcher, in onClick() 98 if (v instanceof PendingAppWidgetHostView) { in onClick() [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | FocusHelper.java | 36 public boolean onKey(View v, int keyCode, KeyEvent event) { in onKey() argument 37 return FocusHelper.handleIconKeyEvent(v, keyCode, event); in onKey() 46 public boolean onKey(View v, int keyCode, KeyEvent event) { in onKey() argument 47 return FocusHelper.handleHotseatButtonKeyEvent(v, keyCode, event); in onKey() 56 public boolean onKey(View v, int keyCode, KeyEvent event) { in onKey() argument 62 return FocusHelper.handleIconKeyEvent(v, keyCode, event); in onKey() 88 public boolean onKey(View v, int keyCode, KeyEvent e) { in onKey() argument 94 Log.v(TAG, String.format("Handle ALL Folders keyevent=[%s].", in onKey() 98 if (!(v.getParent() instanceof ShortcutAndWidgetContainer)) { in onKey() 107 … final ShortcutAndWidgetContainer itemContainer = (ShortcutAndWidgetContainer) v.getParent(); in onKey() [all …]
|
D | Utilities.java | 189 View v = descendant; in getDescendantCoordRelativeToAncestor() local 190 while(v != ancestor && v != null) { in getDescendantCoordRelativeToAncestor() 193 if (v != descendant || includeRootScroll) { in getDescendantCoordRelativeToAncestor() 194 offsetPoints(coord, -v.getScrollX(), -v.getScrollY()); in getDescendantCoordRelativeToAncestor() 198 if (v instanceof Transposable) { in getDescendantCoordRelativeToAncestor() 199 RotationMode m = ((Transposable) v).getRotationMode(); in getDescendantCoordRelativeToAncestor() 201 sMatrix.setRotate(m.surfaceRotation, v.getPivotX(), v.getPivotY()); in getDescendantCoordRelativeToAncestor() 210 v.getMatrix().mapPoints(coord); in getDescendantCoordRelativeToAncestor() 212 offsetPoints(coord, v.getLeft(), v.getTop()); in getDescendantCoordRelativeToAncestor() 213 scale *= v.getScaleX(); in getDescendantCoordRelativeToAncestor() [all …]
|
/packages/services/Telephony/src/com/android/phone/ |
D | EmergencyActionGroup.java | 157 public void onClick(View v) { in onClick() argument 158 Intent intent = (Intent) v.getTag(R.id.tag_intent); in onClick() 160 if (v.getId() == R.id.action1 || v.getId() == R.id.action2 || v.getId() == R.id.action3) { in onClick() 167 revealTheButton(v); in onClick() 169 } else if (v.getId() == R.id.selected_container) { in onClick() 176 private void revealTheButton(View v) { in revealTheButton() argument 177 CharSequence buttonText = ((Button) v).getText(); in revealTheButton() 186 int centerX = v.getLeft() + v.getWidth() / 2; in revealTheButton() 187 int centerY = v.getTop() + v.getHeight() / 2; in revealTheButton() 197 animateHintText(mSelectedLabel, v, reveal); in revealTheButton() [all …]
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
D | ActionAdapter.java | 273 private void changeFocus(View v, boolean hasFocus, boolean shouldAnimate) { in changeFocus() argument 274 if (v == null) { in changeFocus() 277 Action action = (Action) v.getTag(R.id.action_title); in changeFocus() 286 TextView title = (TextView) v.findViewById(R.id.action_title); in changeFocus() 289 TextView description = (TextView) v.findViewById(R.id.action_description); in changeFocus() 292 ImageView checkmark = (ImageView) v.findViewById(R.id.action_checkmark); in changeFocus() 295 ImageView icon = (ImageView) v.findViewById(R.id.action_icon); in changeFocus() 298 View chevronBackground = v.findViewById(R.id.action_next_chevron_background); in changeFocus() 303 mOnFocusListener.onActionFocused((Action) v.getTag(R.id.action_title)); in changeFocus() 334 public void onClick(View v) { in onClick() argument [all …]
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hvac/ |
D | HvacTestFragment.java | 289 private void configureOutsideTemp(View v, CarPropertyConfig prop) { in configureOutsideTemp() argument 293 private void configureDualOn(View v, CarPropertyConfig prop) { in configureDualOn() argument 295 mTbDual = (ToggleButton) v.findViewById(R.id.tbDual); in configureDualOn() 304 private void configureAcOn(View v, CarPropertyConfig prop) { in configureAcOn() argument 306 mTbAc = (ToggleButton) v.findViewById(R.id.tbAc); in configureAcOn() 315 private void configureAutoModeOn(View v, CarPropertyConfig prop) { in configureAutoModeOn() argument 317 mTbAuto = (ToggleButton) v.findViewById(R.id.tbAuto); in configureAutoModeOn() 327 private void configureFanPosition(View v, CarPropertyConfig prop) { in configureFanPosition() argument 329 RadioGroup rg = (RadioGroup) v.findViewById(R.id.rgFanPosition); in configureFanPosition() 366 mRbFanPositionFace = (RadioButton) v.findViewById(R.id.rbPositionFace); in configureFanPosition() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransfer.java | 120 Log.v(TAG, "Device :" + device + "- OPP device: " + mBatch.mDestination in onReceive() 126 Log.v(TAG, "ACTION_ACL_DISCONNECTED to be processed for batch: " in onReceive() 217 Log.v(TAG, "receive TRANSPORT_ERROR msg"); in handleMessage() 230 Log.v(TAG, "Transfer receive TRANSPORT_CONNECTED msg"); in handleMessage() 247 Log.v(TAG, "receive MSG_SHARE_COMPLETE for info " + info.mId); in handleMessage() 255 Log.v(TAG, "continue session for info " + mCurrentShare.mId in handleMessage() 262 Log.v(TAG, "Batch " + mBatch.mId + " is done"); in handleMessage() 276 Log.v(TAG, "receive MSG_SESSION_COMPLETE for batch " + mBatch.mId); in handleMessage() 288 Log.v(TAG, "receive MSG_SESSION_ERROR for batch " + mBatch.mId); in handleMessage() 307 Log.v(TAG, "receive MSG_SHARE_INTERRUPTED for batch " + mBatch.mId); in handleMessage() [all …]
|
D | BluetoothOppService.java | 98 Log.v(TAG, "ContentObserver received notification"); in onChange() 195 Log.v(TAG, "onCreate"); in create() 230 Log.v(TAG, "start()"); in start() 257 Log.v(TAG, "Starting RfcommListener"); in startListener() 367 Log.v(TAG, "Update mInfo.id " + msg.arg1 + " for data uri= " 382 Log.v(TAG, "Update mInfo.id " + msg.arg1 + " for MEDIA_SCANNED_FAILED"); 483 Log.v(TAG, "onDestroy"); in cleanup() 528 Log.v(TAG, "Bluetooth state changed: STATE_ON"); 555 Log.v(TAG, "Bluetooth state changed: STATE_TURNING_OFF"); 605 Log.v(TAG, "pendingUpdate is " + mPendingUpdate + " sListenStarted is " in run() [all …]
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
D | ScrollAdapterView.java | 267 ExpandedView v = mExpandedViews.get(i); in saveVisibleViewsUnchecked() local 268 saveViewUnchecked(v.expandedView, v.index); in saveVisibleViewsUnchecked() 364 ExpandedView(View v, int i, int t) { in ExpandedView() argument 365 expandedView = v; in ExpandedView() 552 ExpandedView v = mExpandedViews.get(i); 553 v.close(); 554 removeViewInLayout(v.expandedView); 555 mRecycleExpandedViews.recycleView(v.expandedView, v.viewType); 1013 ExpandedView v = findExpandedView(mExpandedViews, getAdapterIndex(expandableViewIndex)); 1014 if (v != null && v.expandedView.hasFocus()) { [all …]
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | HighlightablePreferenceGroupAdapter.java | 116 View v = holder.itemView; in updateBackground() local 119 addHighlightBackground(v, !mFadeInAnimated); in updateBackground() 120 } else if (Boolean.TRUE.equals(v.getTag(R.id.preference_highlighted))) { in updateBackground() 122 removeHighlightBackground(v, false /* animate */); in updateBackground() 147 void requestRemoveHighlightDelayed(View v) { in requestRemoveHighlightDelayed() argument 148 v.postDelayed(() -> { in requestRemoveHighlightDelayed() 150 removeHighlightBackground(v, true /* animate */); in requestRemoveHighlightDelayed() 154 private void addHighlightBackground(View v, boolean animate) { in addHighlightBackground() argument 155 v.setTag(R.id.preference_highlighted, true); in addHighlightBackground() 157 v.setBackgroundColor(mHighlightColor); in addHighlightBackground() [all …]
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | HighlightablePreferenceGroupAdapter.java | 116 View v = holder.itemView; in updateBackground() local 119 addHighlightBackground(v, !mFadeInAnimated); in updateBackground() 120 } else if (Boolean.TRUE.equals(v.getTag(R.id.preference_highlighted))) { in updateBackground() 122 removeHighlightBackground(v, false /* animate */); in updateBackground() 147 void requestRemoveHighlightDelayed(View v) { in requestRemoveHighlightDelayed() argument 148 v.postDelayed(() -> { in requestRemoveHighlightDelayed() 150 removeHighlightBackground(v, true /* animate */); in requestRemoveHighlightDelayed() 154 private void addHighlightBackground(View v, boolean animate) { in addHighlightBackground() argument 155 v.setTag(R.id.preference_highlighted, true); in addHighlightBackground() 157 v.setBackgroundColor(mHighlightColor); in addHighlightBackground() [all …]
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | TaskViewUtils.java | 57 BaseDraggingActivity activity, View v, RemoteAnimationTargetCompat[] targets) { in findTaskViewToLaunch() argument 59 if (v instanceof TaskView) { in findTaskViewToLaunch() 60 TaskView taskView = (TaskView) v; in findTaskViewToLaunch() 66 if (v.getTag() instanceof ItemInfo) { in findTaskViewToLaunch() 67 ItemInfo itemInfo = (ItemInfo) v.getTag(); in findTaskViewToLaunch() 113 public static ValueAnimator getRecentsWindowAnimator(TaskView v, boolean skipViewChanges, in getRecentsWindowAnimator() argument 116 new SyncRtSurfaceTransactionApplierCompat(v); in getRecentsWindowAnimator() 124 final RecentsView recentsView = v.getRecentsView(); in getRecentsWindowAnimator() 140 BaseActivity.fromContext(v.getContext()).getDeviceProfile(), in getRecentsWindowAnimator() 142 inOutHelper.fromTaskThumbnailView(v.getThumbnail(), (RecentsView) v.getParent(), in getRecentsWindowAnimator() [all …]
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | CarPropertyUtils.java | 49 VehiclePropValue.RawValue v = halValue.value; in toCarPropertyValue() local 54 v.int32Values.get(0) == 1); in toCarPropertyValue() 57 v.floatValues.get(0)); in toCarPropertyValue() 60 v.int32Values.get(0)); in toCarPropertyValue() 63 v.int64Values.get(0)); in toCarPropertyValue() 65 Float[] values = new Float[v.floatValues.size()]; in toCarPropertyValue() 67 values[i] = v.floatValues.get(i); in toCarPropertyValue() 71 Integer[] values = new Integer[v.int32Values.size()]; in toCarPropertyValue() 73 values[i] = v.int32Values.get(i); in toCarPropertyValue() 77 Long[] values = new Long[v.int64Values.size()]; in toCarPropertyValue() [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderPagedView.java | 252 public void removeItem(View v) { in removeItem() argument 254 getPageAt(i).removeView(v); in removeItem() 290 View v = list.size() > i ? list.get(i) : null; in arrangeChildren() local 301 if (v != null) { in arrangeChildren() 302 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) v.getLayoutParams(); in arrangeChildren() 303 ItemInfo info = (ItemInfo) v.getTag(); in arrangeChildren() 305 currentPage.addViewToCellLayout(v, -1, info.getViewId(), lp, true); in arrangeChildren() 307 if (mOrganizer.isItemInPreview(rank) && v instanceof BubbleTextView) { in arrangeChildren() 308 ((BubbleTextView) v).verifyHighRes(); in arrangeChildren() 390 View v = page.getChildAt(i, j); in iterateOverItems() local [all …]
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | EffectsRecorder.java | 138 if (mLogVerbose) Log.v(TAG, "EffectsRecorder created (" + this + ")"); in EffectsRecorder() 244 if (mLogVerbose) Log.v(TAG, "Setting time lapse capture rate to " + fps + " fps"); in setCaptureRate() 251 if (mLogVerbose) Log.v(TAG, "setPreviewDisplay (" + this + ")"); in setPreviewDisplay() 277 if (mLogVerbose) Log.v(TAG, in setEffect() 350 if (mLogVerbose) Log.v(TAG, "Setting orientation hint to: " + degrees); in setOrientationHint() 407 Log.v(TAG, "Effects framework initializing. Recording size " in initializeFilterFramework() 433 Log.v(TAG, "Effect initializing. Preview size " in initializeEffect() 465 Log.v(TAG, "New runner: " + mRunner in initializeEffect() 499 if (mLogVerbose) Log.v(TAG, "Setting the background to be mirrored"); in initializeEffect() 510 if (mLogVerbose) Log.v(TAG, "Starting preview (" + this + ")"); in startPreview() [all …]
|
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/ |
D | DragHost.java | 59 public boolean canHandleDragEvent(View v) { in canHandleDragEvent() argument 60 return v instanceof RootItemView; in canHandleDragEvent() 64 public void setDropTargetHighlight(View v, boolean highlight) { in setDropTargetHighlight() argument 66 RootItemView itemView = (RootItemView) v; in setDropTargetHighlight() 71 public void onViewHovered(View v) { in onViewHovered() argument 73 RootItemView itemView = (RootItemView) v; in onViewHovered() 76 mDestinationLookup.lookup(v).open(); in onViewHovered() 80 public void onDragEntered(View v) { in onDragEntered() argument 81 final Item item = mDestinationLookup.lookup(v); in onDragEntered() 85 mDragAndDropManager.updateStateToNotAllowed(v); in onDragEntered() [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/ |
D | FocusIndicatorHelper.java | 157 public void onFocusChange(View v, boolean hasFocus) { in onFocusChange() argument 162 mTargetView = v; in onFocusChange() 167 mCurrentAnimation.addListener(new ViewSetListener(v, true)); in onFocusChange() 169 setCurrentView(v); in onFocusChange() 175 mLastFocusedView = v; in onFocusChange() 177 if (mLastFocusedView == v) { in onFocusChange() 189 mLastFocusedView = hasFocus ? v : null; in onFocusChange() 203 protected void setCurrentView(View v) { in setCurrentView() argument 204 mCurrentView = v; in setCurrentView() 212 public abstract void viewToRect(View v, Rect outRect); in viewToRect() argument [all …]
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/ |
D | strtod.h | 148 DiyFp v(significand, 0); in StrtodDiyFp() 149 v = v.Normalize(); in StrtodDiyFp() 150 error <<= -v.e; in StrtodDiyFp() 168 v = v * kPow10[adjustment]; in StrtodDiyFp() 173 v = v * cachedPower; in StrtodDiyFp() 177 const int oldExp = v.e; in StrtodDiyFp() 178 v = v.Normalize(); in StrtodDiyFp() 179 error <<= oldExp - v.e; in StrtodDiyFp() 181 const unsigned effectiveSignificandSize = Double::EffectiveSignificandSize(64 + v.e); in StrtodDiyFp() 185 v.f >>= scaleExp; in StrtodDiyFp() [all …]
|
/packages/apps/DocumentsUI/tests/res/raw/ |
D | images_tar | 13 …�F���(�x�]^��k^C#�~���N_���a���h�7��\�3F'F�$� �qld�V��}q�X�!�q��ޡXP?v��b~!�`\��DQ�YW�nS8… 14 …�ar�� f����Go�'�5���vb�E�%X_�k.�d�G�����n�����n@d}5NWH���L�y];�n�v�b��?��-�+'EB�8�u��j… 16 P���ʈ݁-���v���)@�]��e�<X��f������%�Xh�U�}�~���=��I]�-�� 19 …v��R���l\�p� �I���9z�p߱�xv<��Z<zKI��k� \�x:S�8X �&�a5�O :�ڃ�/�=�N�Z���S�=���D)p幬�=�… 26 …��87o(��d]aRK��]��� K纫�|T�s�->^v���������D�6�B�j���;���YN��7��J�ͥ�y*%��3%�9y�F��M-�e�5… 34 …�|��?�4��o f֘4����#C�,��NP1ip��4�2:��>vǝ�Ù@����Q��<��o�SS�,���P�8B�؉T#|zh�7��W`b������"�ũ�… 41 �Zko�#�2�eOV0� �n��<��`mA��^�P1("=>�$B"�1$���v%�ʦ��F~o�_$(��:QcG<Pm�w֥�A�:��d��rV�����7 46 ���`n�-���Y��Eo�cf��}:)�U�����Ǵ��ni����"]�����3v���3\�^m�pk�f#%,����_F?O�&����c�h*Q�… 55 =ۗl>)��o���B�7�O����t�lNX�%��%�/�^�7|�}�B{c*F��*K����G�oE~��Z�wW�H��@N=�}�n�0 �v�}��,�… 64 ��~��VS�P�m��?L���NM��B&����J̈́NP�?�n�r���ו�M�|�^��1�h2D�8L�TT䮁�W�v���V����A+P�,��
|
/packages/apps/PermissionController/src/android/support/wearable/view/ |
D | WearableListView.java | 165 public void onLayoutChange(View v, int left, int top, int right, int bottom, 644 private static int getCenterYPos(View v) { in getCenterYPos() argument 645 return v.getTop() + v.getPaddingTop() + getAdjustedHeight(v) / 2; in getCenterYPos() 765 private static int getAdjustedHeight(View v) { in getAdjustedHeight() argument 766 return v.getHeight() - v.getPaddingBottom() - v.getPaddingTop(); in getAdjustedHeight() 975 View v = recycler.getViewForPosition(getFirstPosition()); in performLayoutOneChild() local 976 addView(v, 0); in performLayoutOneChild() 977 measureZoomView(v); in performLayoutOneChild() 978 v.layout(getPaddingLeft(), getPaddingTop(), right, parentBottom); in performLayoutOneChild() 993 View v = recycler.getViewForPosition(getFirstPosition() + i); in performLayoutMultipleChildren() local [all …]
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
D | pointer.h | 389 ValueType* v = &root; variable 392 if (v->IsArray() && t->name[0] == '-' && t->length == 1) { 393 v->PushBack(Value().Move(), allocator); 394 v = &((*v)[v->Size() - 1]); 399 if (!v->IsObject()) 400 v->SetObject(); // Change to Object 403 if (!v->IsArray() && !v->IsObject()) 404 v->SetArray(); // Change to Array 407 if (v->IsArray()) { 408 if (t->index >= v->Size()) { [all …]
|