OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stateAnnouncer
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
DropTarget.java
69
public DragViewStateAnnouncer
stateAnnouncer
;
ButtonDropTarget.java
127
if (d.
stateAnnouncer
!= null) {
128
d.
stateAnnouncer
.cancel();
DragController.java
254
mDragObject.
stateAnnouncer
= DragViewStateAnnouncer.createFor(dragView);
Folder.java
744
if (d.
stateAnnouncer
!= null) {
745
d.
stateAnnouncer
.announce(getContext().getString(R.string.move_to_position,
[
all
...]
Workspace.java
[
all
...]
CellLayout.java
[
all
...]
Completed in 132 milliseconds