Home
last modified time | relevance | path

Searched refs:v (Results 1 – 25 of 1568) sorted by relevance

12345678910>>...63

/packages/apps/DevCamera/src/com/android/devcamera/
DCameraDeviceReport.java55 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 …]
DApi2Camera.java161 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/
DSendTestBroadcastActivity.java105 public void onClick(View v) { in onCreate()
106 if (mDelayBeforeSending && v != null) { in onCreate()
119 public void onClick(View v) { in onCreate()
120 if (mDelayBeforeSending && v != null) { in onCreate()
134 public void onClick(View v) { in onCreate()
135 if (mDelayBeforeSending && v != null) { in onCreate()
148 public void onClick(View v) { in onCreate()
149 if (mDelayBeforeSending && v != null) { in onCreate()
162 public void onClick(View v) { in onCreate()
163 if (mDelayBeforeSending && v != null) { in onCreate()
[all …]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationViewAdapter.java132 final ConversationViewHeader v = (ConversationViewHeader) inflater.inflate( in createView() local
134 v.setCallbacks( in createView()
136 v.setSubject(mConversation.subject); in createView()
139 v.setFolders(mConversation); in createView()
141 v.setStarred(mConversation.starred); in createView()
142 v.setTag(OVERLAY_ITEM_ROOT_TAG); in createView()
144 return v; in createView()
148 public void bindView(View v, boolean measureOnly) { in bindView() argument
149 ConversationViewHeader header = (ConversationViewHeader) v; in bindView()
182 final ConversationFooterView v = (ConversationFooterView) in createView() local
[all …]
/packages/apps/DocumentsUI/src/com/android/documentsui/
DItemDragListener.java65 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/
DFocusHelper.java36 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 …]
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemClickHandler.java67 return v -> onClick(v, sourceContainer); in getInstance()
70 private static void onClick(View v, String sourceContainer) { in onClick() argument
77 if (v.getWindowToken() == null) { in onClick()
85 Launcher launcher = Launcher.getLauncher(v.getContext()); in onClick()
94 Object tag = v.getTag(); in onClick()
96 onClickAppShortcut(v, (WorkspaceItemInfo) tag, launcher, sourceContainer); in onClick()
98 if (v instanceof FolderIcon) { in onClick()
99 onClickFolderIcon(v); in onClick()
106 startAppShortcutOrInfoActivity(v, (AppInfo) tag, launcher, in onClick()
109 if (v instanceof PendingAppWidgetHostView) { in onClick()
[all …]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DActionAdapter.java273 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/
DHvacTestFragment.java289 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/
DBluetoothOppTransfer.java121 Log.v(TAG, "Device :" + device + "- OPP device: " + mBatch.mDestination in onReceive()
127 Log.v(TAG, "ACTION_ACL_DISCONNECTED to be processed for batch: " in onReceive()
218 Log.v(TAG, "receive TRANSPORT_ERROR msg"); in handleMessage()
231 Log.v(TAG, "Transfer receive TRANSPORT_CONNECTED msg"); in handleMessage()
248 Log.v(TAG, "receive MSG_SHARE_COMPLETE for info " + info.mId); in handleMessage()
256 Log.v(TAG, "continue session for info " + mCurrentShare.mId in handleMessage()
263 Log.v(TAG, "Batch " + mBatch.mId + " is done"); in handleMessage()
277 Log.v(TAG, "receive MSG_SESSION_COMPLETE for batch " + mBatch.mId); in handleMessage()
289 Log.v(TAG, "receive MSG_SESSION_ERROR for batch " + mBatch.mId); in handleMessage()
308 Log.v(TAG, "receive MSG_SHARE_INTERRUPTED for batch " + mBatch.mId); in handleMessage()
[all …]
DBluetoothOppService.java100 Log.v(TAG, "ContentObserver received notification"); in onChange()
197 Log.v(TAG, "onCreate"); in create()
232 Log.v(TAG, "start()"); in start()
259 Log.v(TAG, "Starting RfcommListener"); in startListener()
369 Log.v(TAG, "Update mInfo.id " + msg.arg1 + " for data uri= "
384 Log.v(TAG, "Update mInfo.id " + msg.arg1 + " for MEDIA_SCANNED_FAILED");
485 Log.v(TAG, "onDestroy"); in cleanup()
530 Log.v(TAG, "Bluetooth state changed: STATE_ON");
557 Log.v(TAG, "Bluetooth state changed: STATE_TURNING_OFF");
607 Log.v(TAG, "pendingUpdate is " + mPendingUpdate + " sListenStarted is " in run()
[all …]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DScrollAdapterView.java267 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/apps/Settings/src/com/android/settings/widget/
DHighlightablePreferenceGroupAdapter.java116 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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DHighlightablePreferenceGroupAdapter.java116 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/
DTaskViewUtils.java57 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/Telephony/src/com/android/phone/
DEmergencyActionGroup.java157 public void onClick(View v) { in onClick() argument
158 Intent intent = (Intent) v.getTag(R.id.tag_intent); in onClick()
160 switch (v.getId()) { in onClick()
167 revealTheButton(v); in onClick()
178 private void revealTheButton(View v) { in revealTheButton() argument
179 CharSequence buttonText = ((Button) v).getText(); in revealTheButton()
188 int centerX = v.getLeft() + v.getWidth() / 2; in revealTheButton()
189 int centerY = v.getTop() + v.getHeight() / 2; in revealTheButton()
199 animateHintText(mSelectedLabel, v, reveal); in revealTheButton()
200 animateHintText(mLaunchHint, v, reveal); in revealTheButton()
[all …]
/packages/services/Car/service/src/com/android/car/hal/
DCarPropertyUtils.java49 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/
DFolderPagedView.java280 public void removeItem(View v) { in removeItem() argument
282 getPageAt(i).removeView(v); in removeItem()
327 View v = list.size() > i ? list.get(i) : null; in arrangeChildren() local
338 if (v != null) { in arrangeChildren()
339 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) v.getLayoutParams(); in arrangeChildren()
342 ItemInfo info = (ItemInfo) v.getTag(); in arrangeChildren()
354 currentPage.addViewToCellLayout(v, -1, info.getViewId(), lp, true); in arrangeChildren()
356 if (verifier.isItemInPreview(rank) && v instanceof BubbleTextView) { in arrangeChildren()
357 ((BubbleTextView) v).verifyHighRes(); in arrangeChildren()
452 View v = page.getChildAt(i, j); in iterateOverItems() local
[all …]
/packages/apps/LegacyCamera/src/com/android/camera/
DEffectsRecorder.java138 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/
DDragHost.java59 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/
DFocusIndicatorHelper.java157 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/DocumentsUI/tests/res/raw/
Dimages_tar13 …�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]�΃-��
19v��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/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
Dstrtod.h148 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/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java132 Log.v(TAG, "Sap Service startRfcommSocketListener"); in startRfcommSocketListener()
146 Log.v(TAG, "Sap Service initSocket"); in initSocket()
182 Log.v(TAG, "wait 300 ms"); in initSocket()
195 Log.v(TAG, "Succeed to create listening socket "); in initSocket()
230 Log.v(TAG, "SAP Service closeService in"); in closeService()
257 Log.v(TAG, "SAP Service closeService out"); in closeService()
263 Log.v(TAG, "Sap Service startSapServerSession"); in startSapServerSession()
288 Log.v(TAG, "startSapServerSession() success!"); in startSapServerSession()
297 Log.v(TAG, "SAP Service stopSapServerSession"); in stopSapServerSession()
340 Log.v(TAG, "Accepting socket connection..."); in run()
[all …]
/packages/apps/PermissionController/src/android/support/wearable/view/
DWearableListView.java165 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 …]

12345678910>>...63