OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onDraggingInRecentsEnded
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/
RecentsComponent.java
51
void
onDraggingInRecentsEnded
(float velocity);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsImplProxy.java
108
public void
onDraggingInRecentsEnded
(float velocity) throws RemoteException {
148
mImpl.
onDraggingInRecentsEnded
((Float) msg.obj);
Recents.java
511
public void
onDraggingInRecentsEnded
(float velocity) {
513
mImpl.
onDraggingInRecentsEnded
(velocity);
521
callbacks.
onDraggingInRecentsEnded
(velocity);
RecentsImpl.java
391
public void
onDraggingInRecentsEnded
(float velocity) {
[
all
...]
Completed in 233 milliseconds