Home
last modified time | relevance | path

Searched defs:v (Results 1 – 25 of 813) sorted by relevance

12345678910>>...33

/packages/apps/DocumentsUI/src/com/android/documentsui/
DItemDragListener.java66 public boolean onDrag(final View v, DragEvent event) { in onDrag()
91 private void handleEnteredEvent(View v, DragEvent event) { in handleEnteredEvent()
102 private void handleLocationEvent(View v, float x, float y) { in handleLocationEvent()
109 private void handleExitedEndedEvent(View v, DragEvent event) { in handleExitedEndedEvent()
117 private boolean handleDropEvent(View v, DragEvent event) { in handleDropEvent()
130 public @Nullable TimerTask createOpenTask(final View v, DragEvent event) { in createOpenTask()
150 public boolean handleDropEventChecked(View v, DragEvent event) { in handleDropEventChecked()
173 void setDropTargetHighlight(View v, boolean highlight); in setDropTargetHighlight()
179 void onViewHovered(View v); in onViewHovered()
185 void onDragEntered(View v); in onDragEntered()
[all …]
DDragAndDropManager.java80 View v, in startDrag()
103 void updateStateToNotAllowed(View v); in updateStateToNotAllowed()
113 View v, RootInfo destRoot, @Nullable DocumentInfo destDoc); in updateState()
120 void resetState(View v); in resetState()
236 View v, in startDrag()
301 void startDragAndDrop(View v, ClipData clipData, DragShadowBuilder builder, in startDragAndDrop()
312 public void updateStateToNotAllowed(View v) { in updateStateToNotAllowed()
319 View v, RootInfo destRoot, @Nullable DocumentInfo destDoc) { in updateState()
361 public void resetState(View v) { in resetState()
383 void updateDragShadow(View v) { in updateDragShadow()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hvac/
DHvacTestFragment.java286 private void configureDualOn(View v, CarPropertyConfig prop) { in configureDualOn()
299 private void configureAcOn(View v, CarPropertyConfig prop) { in configureAcOn()
311 private void configureAutoModeOn(View v, CarPropertyConfig prop) { in configureAutoModeOn()
324 private void configureFanPosition(View v, CarPropertyConfig prop) { in configureFanPosition()
377 private void configureFanSpeed(View v, CarPropertyConfig prop) { in configureFanSpeed()
428 private void configureTempSetpoint(View v, CarPropertyConfig prop) { in configureTempSetpoint()
537 private void configureDefrosterOn(View v, CarPropertyConfig prop1) { in configureDefrosterOn()
556 private void configureRecircOn(View v, CarPropertyConfig prop) { in configureRecircOn()
569 private void configureMaxAcOn(View v, CarPropertyConfig prop) { in configureMaxAcOn()
582 private void configureMaxDefrostOn(View v, CarPropertyConfig prop) { in configureMaxDefrostOn()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemClickHandler.java85 private static void onClick(View v) { in onClick()
118 private static void onClickFolderIcon(View v) { in onClickFolderIcon()
133 private static void onClickAppPairIcon(View v) { in onClickAppPairIcon()
142 private static void onClickPendingWidget(PendingAppWidgetHostView v, Launcher launcher) { in onClickPendingWidget()
173 private static void onClickPendingAppItem(View v, Launcher launcher, String packageName, in onClickPendingAppItem()
301 public static void onClickAppShortcut(View v, WorkspaceItemInfo shortcut, Launcher launcher) { in onClickAppShortcut()
326 private static void startAppShortcutOrInfoActivity(View v, ItemInfo item, Launcher launcher) { in startAppShortcutOrInfoActivity()
DItemLongClickListener.java54 private static boolean onWorkspaceItemLongClick(View v) { in onWorkspaceItemLongClick()
74 public static void beginDrag(View v, Launcher launcher, ItemInfo info, in beginDrag()
96 View v = (view instanceof BubbleTextHolder) in onAllAppsItemLongClick() local
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDragHost.java95 public void setDropTargetHighlight(View v, boolean highlight) { in setDropTargetHighlight()
99 public void onViewHovered(View v) { in onViewHovered()
107 public void onDragEntered(View v) { in onDragEntered()
113 public boolean canHandleDragEvent(View v) { in canHandleDragEvent()
124 boolean canSpringOpen(View v) { in canSpringOpen()
129 boolean handleDropEvent(View v, DragEvent event) { in handleDropEvent()
DDirectoryDragListener.java37 public boolean onDrag(View v, DragEvent event) { in onDrag()
53 public boolean handleDropEventChecked(View v, DragEvent event) { in handleDropEventChecked()
58 public @Nullable TimerTask createOpenTask(final View v, DragEvent event) { in createOpenTask()
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DDragHost.java59 public boolean canHandleDragEvent(View v) { in canHandleDragEvent()
64 public void setDropTargetHighlight(View v, boolean highlight) { in setDropTargetHighlight()
71 public void onViewHovered(View v) { in onViewHovered()
80 public void onDragEntered(View v) { in onDragEntered()
102 View v, RootItem rootItem, DocumentInfo rootDoc) { in updateDropShadow()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DItemDragListenerTest.java199 public TimerTask createOpenTask(View v, DragEvent event) { in createOpenTask()
207 public boolean handleDropEventChecked(View v, DragEvent event) { in handleDropEventChecked()
224 public boolean canHandleDragEvent(View v) { in canHandleDragEvent()
229 public void setDropTargetHighlight(View v, boolean highlight) { in setDropTargetHighlight()
239 public void onViewHovered(View v) { in onViewHovered()
244 public void onDragEntered(View v) { in onDragEntered()
249 public void onDragExited(View v) { in onDragExited()
DDragScrollListenerTest.java177 public boolean onDrag(View v, DragEvent event) { in onDrag()
186 public void setDropTargetHighlight(View v, boolean highlight) {} in setDropTargetHighlight()
192 public void onViewHovered(View v) {} in onViewHovered()
195 public void onDragEntered(View v) {} in onDragEntered()
198 public void onDragExited(View v) {} in onDragExited()
/packages/modules/Bluetooth/system/embdrv/lc3/src/
Dcommon.h67 #define LC3_CLIP(v, min, max) LC3_MIN(LC3_MAX(v, min), max) argument
68 #define LC3_SAT16(v) LC3_CLIP(v, -(1 << 15), (1 << 15) - 1) argument
69 #define LC3_SAT24(v) LC3_CLIP(v, -(1 << 23), (1 << 23) - 1) argument
71 #define LC3_ABS(v) ( (v) < 0 ? -(v) : (v) ) argument
77 #define LC3_SAT16(v) __ssat(v, 16) argument
80 #define LC3_SAT24(v) __ssat(v, 24) argument
/packages/modules/Connectivity/tests/common/java/android/net/
DVpnTransportInfoTest.java52 final VpnTransportInfo v = new VpnTransportInfo(VpnManager.TYPE_VPN_PLATFORM, "12345"); in testParceling() local
98 final VpnTransportInfo v = new VpnTransportInfo(VpnManager.TYPE_VPN_PLATFORM, "12345"); in testIsBypassable_beforeU() local
105 final VpnTransportInfo v = new VpnTransportInfo(VpnManager.TYPE_VPN_PLATFORM, "12345"); in testIsBypassable_afterU() local
116 final VpnTransportInfo v = new VpnTransportInfo(VpnManager.TYPE_VPN_PLATFORM, "12345"); in testShouldLongLivedTcpExcluded() local
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
DAppPermissionFragment.java310 mAppPermissionRationaleContent.setOnClickListener((v) -> { in showPermissionRationaleDialog() argument
326 view.setOnClickListener((v) -> { in setBottomLinkState() argument
376 mAllowButton.setOnClickListener((v) -> { in setRadioButtonsState() argument
381 mAllowAlwaysButton.setOnClickListener((v) -> { in setRadioButtonsState() argument
391 mAllowForegroundButton.setOnClickListener((v) -> { in setRadioButtonsState() argument
404 mAskButton.setOnClickListener((v) -> { in setRadioButtonsState() argument
409 mSelectPhotosButton.setOnClickListener((v) -> { in setRadioButtonsState() argument
415 mDenyButton.setOnClickListener((v) -> { in setRadioButtonsState() argument
424 mDenyForegroundButton.setOnClickListener((v) -> { in setRadioButtonsState() argument
434 mLocationAccuracy.setOnClickListener((v) -> { in setRadioButtonsState() argument
[all …]
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DHighlightablePreferenceGroupAdapter.java64 View v = holder.itemView; in updateBackground() local
112 private void addHighlightBackground(View v) { in addHighlightBackground()
117 private void removeHighlightBackground(View v) { in removeHighlightBackground()
122 private boolean hasHighlightBackground(View v) { in hasHighlightBackground()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/power/
DPowerTestFragment.java95 View v = inflater.inflate(R.layout.power_test, container, false); in onCreateView() local
134 private void requestShutdownBtn(View v) { in requestShutdownBtn()
138 private void shutdownBtn(View v) { in shutdownBtn()
147 private void sleepBtn(View v) { in sleepBtn()
158 private void displayOnBtn(View v) { in displayOnBtn()
166 private void displayOffBtn(View v) { in displayOffBtn()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestDragAndDropManager.java50 public void startDrag(View v, List<DocumentInfo> srcs, RootInfo root, List<Uri> invalidDest, in startDrag()
61 public void updateStateToNotAllowed(View v) {} in updateStateToNotAllowed()
64 public int updateState(View v, RootInfo destRoot, @Nullable DocumentInfo destDoc) { in updateState()
69 public void resetState(View v) {} in resetState()
/packages/modules/Bluetooth/system/embdrv/lc3/test/neon/
Dneon.h87 static int32_t vaddvq_s32(int32x4_t v) in vaddvq_s32()
93 static int64_t vaddvq_s64(int64x2_t v) in vaddvq_s64()
113 static int32x4_t vmovq_n_s32(uint32_t v) in vmovq_n_s32()
119 static int64x2_t vmovq_n_s64(int64_t v) in vmovq_n_s64()
174 static void vst1_f32(float *p, float32x2_t v) in vst1_f32()
180 static void vst1q_f32(float *p, float32x4_t v) in vst1q_f32()
276 static float32x4_t vmovq_n_f32(float v) in vmovq_n_f32()
282 static float32x2_t vrev64_f32(float32x2_t v) in vrev64_f32()
288 static float32x4_t vrev64q_f32(float32x4_t v) in vrev64q_f32()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DVmsHalServiceSubscriptionEventTest.java79 int[] v = getMockHalClient().receiveMessage().value.int32Values; in subscriptionTestLogic() local
85 v[VmsSubscriptionsStateIntegerValuesIndex.NUMBER_OF_LAYERS]); in subscriptionTestLogic() local
111 int[] v = getMockHalClient().receiveMessage().value.int32Values; in subscribeViaHal() local
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/os/
DCarPerformanceTestFragment.java65 View v = inflater.inflate(R.layout.car_performance_test, container, in onCreateView() local
96 private void getThreadPriority(View v) { in getThreadPriority()
113 private void setThreadPriority(View v) { in setThreadPriority()
/packages/modules/StatsD/lib/libkll/encoding/
Dvarint.h42 inline int Varint::Length64(uint64_t v) { in Length64()
50 inline char* Varint::Encode32Inline(char* sptr, uint32_t v) { in Encode32Inline()
Dvarint.cpp20 char* Varint::Encode32(char* sptr, uint32_t v) { in Encode32()
24 char* Varint::Encode64(char* sptr, uint64_t v) { in Encode64()
/packages/apps/TV/src/com/android/tv/ui/
DIntroView.java66 View v = findViewById(R.id.welcome_ripple); in onAttachedToWindow() local
86 View v = findViewById(R.id.container); in onStartEnterAnimation() local
99 View v = findViewById(R.id.container); in onStartExitAnimation() local
/packages/apps/Messaging/src/com/android/messaging/util/
DImeUtil.java60 public void hideImeKeyboard(@NonNull final Context context, @NonNull final View v) { in hideImeKeyboard()
71 public void showImeKeyboard(@NonNull final Context context, @NonNull final View v) { in showImeKeyboard()
83 public static void hideSoftInput(@NonNull final Context context, @NonNull final View v) { in hideSoftInput()
/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/io/write/
DTypedOutputStream.java124 public void writeChar(int v) throws IOException { in writeChar()
132 public void writeInt(int v) throws IOException { in writeInt()
139 public void writeLong(long v) throws IOException { in writeLong()
/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/util/
DLogcat.kt55 fun v(msg: String, vararg args: Any) { in v() method in com.android.libraries.pcc.chronicle.util.TaggedLogger
66 fun v(tr: Throwable, msg: String, vararg args: Any) { in v() method in com.android.libraries.pcc.chronicle.util.TaggedLogger

12345678910>>...33