Home
last modified time | relevance | path

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

12345678910>>...23

/packages/apps/DocumentsUI/src/com/android/documentsui/
DItemDragListener.java65 public boolean onDrag(final View v, DragEvent event) { in onDrag()
88 private void handleEnteredEvent(View v, DragEvent event) { in handleEnteredEvent()
99 private void handleLocationEvent(View v, float x, float y) { in handleLocationEvent()
106 private void handleExitedEndedEvent(View v, DragEvent event) { in handleExitedEndedEvent()
114 private boolean handleDropEvent(View v, DragEvent event) { in handleDropEvent()
127 public @Nullable TimerTask createOpenTask(final View v, DragEvent event) { in createOpenTask()
147 public boolean handleDropEventChecked(View v, DragEvent event) { in handleDropEventChecked()
167 void setDropTargetHighlight(View v, Object localState, boolean highlight); in setDropTargetHighlight()
173 void onViewHovered(View v); in onViewHovered()
180 void onDragEntered(View v, Object localState); in onDragEntered()
[all …]
DHorizontalBreadcrumb.java130 private boolean onKey(View v, int keyCode, KeyEvent event) { in onKey()
149 public void setDropTargetHighlight(View v, Object localState, boolean highlight) { in setDropTargetHighlight()
157 public void onDragEntered(View v, Object localState) { in onDragEntered()
162 public void onDragExited(View v, Object localState) { in onDragExited()
167 public void onViewHovered(View v) { in onViewHovered()
205 View v = LayoutInflater.from(parent.getContext()) in onCreateViewHolder() local
/packages/apps/Launcher2/src/com/android/launcher2/
DHideFromAccessibilityHelper.java35 public void setImportantForAccessibilityToNo(View v, boolean onlyAllApps) { in setImportantForAccessibilityToNo()
41 private void setImportantForAccessibilityToNoHelper(View v) { in setImportantForAccessibilityToNoHelper()
59 public void restoreImportantForAccessibility(View v) { in restoreImportantForAccessibility()
66 private void restoreImportantForAccessibilityHelper(View v) { in restoreImportantForAccessibilityHelper()
102 private boolean includeView(View v) { in includeView()
107 private boolean hasAncestorOfType(View v, Class c) { in hasAncestorOfType()
DFocusOnlyTabWidget.java40 View v = getChildTabViewAt(i); in getSelectedTab() local
48 public int getChildTabIndex(View v) { in getChildTabIndex()
63 View v = getChildTabViewAt(i); in setCurrentTabToFocusedTab() local
75 public void superOnFocusChange(View v, boolean hasFocus) { in superOnFocusChange()
80 public void onFocusChange(android.view.View v, boolean hasFocus) { in onFocusChange()
DHolographicViewHelper.java43 void generatePressedFocusedStates(ImageView v) { in generatePressedFocusedStates()
62 void invalidatePressedFocusedStates(ImageView v) { in invalidatePressedFocusedStates()
72 private Bitmap createOriginalImage(ImageView v, Canvas canvas) { in createOriginalImage()
90 private Bitmap createPressImage(ImageView v, Canvas canvas) { in createPressImage()
DFocusHelper.java37 public boolean onKey(View v, int keyCode, KeyEvent event) { in onKey()
46 public boolean onKey(View v, int keyCode, KeyEvent event) { in onKey()
55 public boolean onKey(View v, int keyCode, KeyEvent event) { in onKey()
66 public boolean onKey(View v, int keyCode, KeyEvent event) { in onKey()
75 private static TabHost findTabHostParent(View v) { in findTabHostParent()
86 static boolean handleAppsCustomizeTabKeyEvent(View v, int keyCode, KeyEvent e) { in handleAppsCustomizeTabKeyEvent()
279 static boolean handleAppsCustomizeKeyEvent(View v, int keyCode, KeyEvent e) { in handleAppsCustomizeKeyEvent()
439 static boolean handleTabKeyEvent(AccessibleTabView v, int keyCode, KeyEvent e) { in handleTabKeyEvent()
493 static boolean handleHotseatButtonKeyEvent(View v, int keyCode, KeyEvent e, int orientation) { in handleHotseatButtonKeyEvent()
612 private static View getIconInDirection(CellLayout layout, ViewGroup parent, View v, in getIconInDirection()
[all …]
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/
DPreProvisioningActivityTest.java83 CustomizationVerifier v = new CustomizationVerifier(activity); in profileOwnerDefaultColors() local
93 CustomizationVerifier v = new CustomizationVerifier(activity); in profileOwnerCustomColors() local
103 CustomizationVerifier v = new CustomizationVerifier(activity); in deviceOwnerDefaultColorsAndLogo() local
114 CustomizationVerifier v = new CustomizationVerifier(activity); in deviceOwnerCustomColor() local
127 CustomizationVerifier v = new CustomizationVerifier(activity); in deviceOwnerCustomLogo() local
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hvac/
DHvacTestFragment.java187 View v = inflater.inflate(R.layout.hvac_test, container, false); in onCreateView() local
265 private void configureOutsideTemp(View v, CarPropertyConfig prop) { in configureOutsideTemp()
269 private void configureDualOn(View v, CarPropertyConfig prop) { in configureDualOn()
285 private void configureAcOn(View v, CarPropertyConfig prop) { in configureAcOn()
301 private void configureAutoModeOn(View v, CarPropertyConfig prop) { in configureAutoModeOn()
317 private void configureFanPosition(View v, CarPropertyConfig prop) { in configureFanPosition()
362 private void configureFanSpeed(View v, CarPropertyConfig prop) { in configureFanSpeed()
405 private void configureTempSetpoint(View v, CarPropertyConfig prop) { in configureTempSetpoint()
528 private void configureDefrosterOn(View v, CarPropertyConfig prop1) { in configureDefrosterOn()
557 private void configureRecircOn(View v, CarPropertyConfig prop) { in configureRecircOn()
[all …]
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
DNotificationShowcaseActivity.java37 public void doPost(View v) { in doPost()
43 public void doRemove(View v) { in doRemove()
49 public void doPrefs(View v) { in doPrefs()
55 public void doDisable(View v) { in doDisable()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryDragListener.java36 public boolean onDrag(View v, DragEvent event) { in onDrag()
52 public boolean handleDropEventChecked(View v, DragEvent event) { in handleDropEventChecked()
57 public @Nullable TimerTask createOpenTask(final View v, DragEvent event) { in createOpenTask()
DDragHoverListener.java127 public boolean onDrag(View v, DragEvent event) { in onDrag()
146 private boolean handleLocationEvent(View v, float x, float y) { in handleLocationEvent()
155 private Point transformToScrollViewCoordinate(View v, float x, float y) { in transformToScrollViewCoordinate()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetsContainerView.java109 public void onClick(View v) { in onClick()
132 public boolean onLongClick(View v) { in onLongClick()
138 public boolean handleLongClick(View v) { in handleLongClick()
152 private boolean beginDragging(View v) { in beginDragging()
170 private boolean beginDraggingWidget(WidgetCell v) { in beginDraggingWidget()
254 public void fillInLogContainerData(View v, ItemInfo info, Target target, Target targetParent) { in fillInLogContainerData()
/packages/apps/Launcher3/src/com/android/launcher3/anim/
DAnimationLayerSet.java38 public AnimationLayerSet(View v) { in AnimationLayerSet()
43 public void addView(View v) { in addView()
53 View v = entry.getKey(); in onAnimationStart() local
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DItemDragListenerTest.java198 public TimerTask createOpenTask(View v, DragEvent event) { in createOpenTask()
206 public boolean handleDropEventChecked(View v, DragEvent event) { in handleDropEventChecked()
221 public void setDropTargetHighlight(View v, Object localState, boolean highlight) { in setDropTargetHighlight()
231 public void onViewHovered(View v) { in onViewHovered()
236 public void onDragEntered(View v, Object localState) { in onDragEntered()
241 public void onDragExited(View v, Object localState) { in onDragExited()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DDragScrollListenerTest.java180 public boolean onDrag(View v, DragEvent event) { in onDrag()
189 public void setDropTargetHighlight(View v, Object localState, boolean highlight) { in setDropTargetHighlight()
197 public void onViewHovered(View v) { in onViewHovered()
201 public void onDragEntered(View v, Object localState) { in onDragEntered()
205 public void onDragExited(View v, Object localState) { in onDragExited()
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dpointertest.cpp570 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/TV/src/com/android/tv/ui/
DIntroView.java67 View v = findViewById(R.id.welcome_ripple); in onAttachedToWindow() local
87 View v = findViewById(R.id.container); in onStartEnterAnimation() local
100 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/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DIncomingSelfManagedCallActivity.java49 mAnswerCallButton.setOnClickListener((View v) -> { in onCreate()
56 mRejectCallButton.setOnClickListener((View v) -> { in onCreate()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationMainView.java124 public boolean canChildBeDismissed(View v) { in canChildBeDismissed()
134 public void onBeginDrag(View v) { in onBeginDrag()
138 public void onChildDismissed(View v) { in onChildDismissed()
149 public void onDragCancelled(View v) { in onDragCancelled()
/packages/apps/Launcher3/src/com/android/launcher3/
DFocusHelper.java36 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()
85 public boolean onKey(View v, int keyCode, KeyEvent e) { in onKey()
187 public void handleNoopKey(int keyCode, View v) { in handleNoopKey()
201 static boolean handleHotseatButtonKeyEvent(View v, int keyCode, KeyEvent e) { in handleHotseatButtonKeyEvent()
330 static boolean handleIconKeyEvent(View v, int keyCode, KeyEvent e) { in handleIconKeyEvent()
496 @Thunk static void playSoundEffect(int keyCode, View v) { in playSoundEffect()
/packages/apps/Email/src/com/android/email/activity/
DUiUtilities.java38 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/keyboard/
DFocusIndicatorHelper.java157 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()
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DRootsFragment.java167 private boolean onRightClick(View v, int x, int y, Runnable callback) { in onRightClick()
368 public void onDragEntered(View v, Object localState) { in onDragEntered()
386 View v, Object localState, RootItem rootItem, DocumentInfo rootDoc) { in updateDropShadow()
401 public void onDragExited(View v, Object localState) { in onDragExited()
408 public void onViewHovered(View v) { in onViewHovered()
419 public void setDropTargetHighlight(View v, Object localState, boolean highlight) { in setDropTargetHighlight()
427 ContextMenu menu, View v, ContextMenu.ContextMenuInfo menuInfo) { in onCreateContextMenu()
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
DAudioRoutingPolicyTest.java97 ArrayList<Integer> v = mEvents.get(0).value.int32Values; in checkPolicy0() local
118 ArrayList<Integer> v = mEvents.get(0).value.int32Values; in checkPolicyForTest() local

12345678910>>...23