/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | ItemDragListener.java | 65 public boolean onDrag(final View v, DragEvent event) { in onDrag() 94 private void handleEnteredEvent(View v, DragEvent event) { in handleEnteredEvent() 105 private void handleLocationEvent(View v, float x, float y) { in handleLocationEvent() 112 private void handleExitedEndedEvent(View v, DragEvent event) { in handleExitedEndedEvent() 120 private boolean handleDropEvent(View v, DragEvent event) { in handleDropEvent() 133 public @Nullable TimerTask createOpenTask(final View v, DragEvent event) { in createOpenTask() 153 public boolean handleDropEventChecked(View v, DragEvent event) { in handleDropEventChecked() 176 void setDropTargetHighlight(View v, boolean highlight); in setDropTargetHighlight() 182 void onViewHovered(View v); in onViewHovered() 188 void onDragEntered(View v); in onDragEntered() [all …]
|
D | DragAndDropManager.java | 79 View v, in startDrag() 102 void updateStateToNotAllowed(View v); in updateStateToNotAllowed() 112 View v, RootInfo destRoot, @Nullable DocumentInfo destDoc); in updateState() 119 void resetState(View v); in resetState() 228 View v, in startDrag() 292 void startDragAndDrop(View v, ClipData clipData, DragShadowBuilder builder, in startDragAndDrop() 303 public void updateStateToNotAllowed(View v) { in updateStateToNotAllowed() 310 View v, RootInfo destRoot, @Nullable DocumentInfo destDoc) { in updateState() 352 public void resetState(View v) { in resetState() 369 void updateDragShadow(View v) { in updateDragShadow()
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/ |
D | PreProvisioningActivityTest.java | 107 CustomizationVerifier v = new CustomizationVerifier(activity); in profileOwnerDefaultColors() local 117 CustomizationVerifier v = new CustomizationVerifier(activity); in profileOwnerCustomColors() local 126 CustomizationVerifier v = new CustomizationVerifier(activity); in deviceOwnerDefaultColorsAndLogo() local 135 CustomizationVerifier v = new CustomizationVerifier(activity); in deviceOwnerCustomColor() local 147 CustomizationVerifier v = new CustomizationVerifier(activity); in deviceOwnerCustomLogo() local
|
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | ItemClickHandler.java | 70 private static void onClick(View v, String sourceContainer) { in onClick() 120 private static void onClickFolderIcon(View v) { in onClickFolderIcon() 131 private static void onClickPendingWidget(PendingAppWidgetHostView v, Launcher launcher) { in onClickPendingWidget() 162 private static void onClickPendingAppItem(View v, Launcher launcher, String packageName, in onClickPendingAppItem() 180 private static void startMarketIntentForPackage(View v, Launcher launcher, String packageName) { in startMarketIntentForPackage() 191 public static void onClickAppShortcut(View v, WorkspaceItemInfo shortcut, Launcher launcher, in onClickAppShortcut() 235 private static void startAppShortcutOrInfoActivity(View v, ItemInfo item, Launcher launcher, in startAppShortcutOrInfoActivity()
|
D | ItemLongClickListener.java | 47 private static boolean onWorkspaceItemLongClick(View v) { in onWorkspaceItemLongClick() 58 public static void beginDrag(View v, Launcher launcher, ItemInfo info, in beginDrag() 76 private static boolean onAllAppsItemLongClick(View v) { in onAllAppsItemLongClick()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | DirectoryDragListener.java | 37 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()
|
D | DragHost.java | 91 public void setDropTargetHighlight(View v, boolean highlight) { in setDropTargetHighlight() 95 public void onViewHovered(View v) { in onViewHovered() 103 public void onDragEntered(View v) { in onDragEntered() 108 boolean canSpringOpen(View v) { in canSpringOpen() 113 boolean handleDropEvent(View v, DragEvent event) { in handleDropEvent()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/ |
D | DragHost.java | 59 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/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/power/ |
D | PowerTestFragment.java | 69 View v = inflater.inflate(R.layout.power_test, container, false); in onCreateView() local 87 private void requestShutdownBtn(View v) { in requestShutdownBtn() 91 private void shutdownBtn(View v) { in shutdownBtn() 100 private void sleepBtn(View v) { in sleepBtn()
|
/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() 293 private void configureDualOn(View v, CarPropertyConfig prop) { in configureDualOn() 304 private void configureAcOn(View v, CarPropertyConfig prop) { in configureAcOn() 315 private void configureAutoModeOn(View v, CarPropertyConfig prop) { in configureAutoModeOn() 327 private void configureFanPosition(View v, CarPropertyConfig prop) { in configureFanPosition() 379 private void configureFanSpeed(View v, CarPropertyConfig prop) { in configureFanSpeed() 420 private void configureTempSetpoint(View v, CarPropertyConfig prop) { in configureTempSetpoint() 529 private void configureDefrosterOn(View v, CarPropertyConfig prop1) { in configureDefrosterOn() 548 private void configureRecircOn(View v, CarPropertyConfig prop) { in configureRecircOn() 560 private void configureMaxAcOn(View v, CarPropertyConfig prop) { in configureMaxAcOn() [all …]
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/ |
D | ItemDragListenerTest.java | 211 public TimerTask createOpenTask(View v, DragEvent event) { in createOpenTask() 219 public boolean handleDropEventChecked(View v, DragEvent event) { in handleDropEventChecked() 236 public boolean canHandleDragEvent(View v) { in canHandleDragEvent() 241 public void setDropTargetHighlight(View v, boolean highlight) { in setDropTargetHighlight() 251 public void onViewHovered(View v) { in onViewHovered() 256 public void onDragEntered(View v) { in onDragEntered() 261 public void onDragExited(View v) { in onDragExited()
|
D | DragScrollListenerTest.java | 177 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/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestDragAndDropManager.java | 50 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/apps/Launcher3/quickstep/src/com/android/quickstep/logging/ |
D | StatsLogCompatManager.java | 58 public void logAppLaunch(View v, Intent intent) { in logAppLaunch() 68 public void logTaskLaunch(View v, ComponentKey componentKey) { in logTaskLaunch() 77 public static boolean fillInLauncherExtension(View v, LauncherExtension extension) { in fillInLauncherExtension()
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | IncomingSelfManagedCallActivity.java | 49 mAnswerCallButton.setOnClickListener((View v) -> { in onCreate() 56 mRejectCallButton.setOnClickListener((View v) -> { in onCreate()
|
D | HandoverActivity.java | 48 mAcceptHandoverButton.setOnClickListener((View v) -> { in onCreate() 60 mRejectHandoverButton.setOnClickListener((View v) -> { in onCreate()
|
/packages/apps/Launcher3/src/com/android/launcher3/logging/ |
D | StatsLogManager.java | 41 public void logAppLaunch(View v, Intent intent) { } in logAppLaunch() 42 public void logTaskLaunch(View v, ComponentKey key) { } in logTaskLaunch()
|
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/ |
D | FocusIndicatorHelper.java | 157 public void onFocusChange(View v, boolean hasFocus) { in onFocusChange() 203 protected void setCurrentView(View v) { in setCurrentView() 212 public abstract void viewToRect(View v, Rect outRect); in viewToRect() 219 public ViewSetListener(View v, boolean callOnCancel) { in ViewSetListener() 250 public void viewToRect(View v, Rect outRect) { in viewToRect()
|
/packages/apps/TV/src/com/android/tv/ui/ |
D | IntroView.java | 66 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/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/activityview/ |
D | ActivityViewTestFragment.java | 58 private void onResizeVirtualDisplayClicked(View v) { in onResizeVirtualDisplayClicked() 63 private void onLaunchActivityClicked(View v) { in onLaunchActivityClicked()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | ImeUtil.java | 60 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/apps/Email/src/com/android/email/activity/ |
D | UiUtilities.java | 38 private static View checkView(View v) { in checkView() 48 public static void setVisibilitySafe(View v, int visibility) { in setVisibilitySafe()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | BaseWidgetSheet.java | 78 public final void onClick(View v) { in onClick() 92 public boolean onLongClick(View v) { in onLongClick() 111 private boolean beginDraggingWidget(WidgetCell v) { in beginDraggingWidget() 158 public void fillInLogContainerData(View v, ItemInfo info, Target target, Target targetParent) { in fillInLogContainerData()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | pointertest.cpp | 570 Value* v = &Pointer("").Create(d, d.GetAllocator()); in TEST() local 574 Value* v = &Pointer("/foo").Create(d, d.GetAllocator()); in TEST() local 578 Value* v = &Pointer("/foo/0").Create(d, d.GetAllocator()); in TEST() local 582 Value* v = &Pointer("/foo/-").Create(d, d.GetAllocator()); in TEST() local 587 Value* v = &Pointer("/foo/-/-").Create(d, d.GetAllocator()); in TEST() local 596 Value* v = &Pointer("/foo/-").Create(d); in TEST() local 602 Value* v = &Pointer("/-").Create(d["foo"], d.GetAllocator()); in TEST() local 636 const Value v("qux"); in TEST() local 688 const Value v("qux"); in TEST() local 915 Value& v = CreateValueByPointer(d, Pointer("/foo/0"), a); in TEST() local [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | FocusHelper.java | 36 public boolean onKey(View v, int keyCode, KeyEvent event) { in onKey() 46 public boolean onKey(View v, int keyCode, KeyEvent event) { in onKey() 56 public boolean onKey(View v, int keyCode, KeyEvent event) { in onKey() 88 public boolean onKey(View v, int keyCode, KeyEvent e) { in onKey() 190 public void handleNoopKey(int keyCode, View v) { in handleNoopKey() 204 static boolean handleHotseatButtonKeyEvent(View v, int keyCode, KeyEvent e) { in handleHotseatButtonKeyEvent() 319 static boolean handleIconKeyEvent(View v, int keyCode, KeyEvent e) { in handleIconKeyEvent() 485 @Thunk static void playSoundEffect(int keyCode, View v) { in playSoundEffect()
|