OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Event
(Results
76 - 100
of
1413
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/activity/
ExitRecentsWindowFirstAnimationFrameEvent.java
22
*
Event
sent when the exit animation is started.
24
* This is sent so parts of UI can synchronize on this
event
and adjust their appearance. An example
27
public class ExitRecentsWindowFirstAnimationFrameEvent extends EventBus.
Event
{
HideStackActionButtonEvent.java
24
public class HideStackActionButtonEvent extends EventBus.
Event
{
25
// Simple
event
IterateRecentsEvent.java
25
public class IterateRecentsEvent extends EventBus.
Event
{
26
// Simple
event
LaunchMostRecentTaskRequestEvent.java
22
* This
event
is sent to request that the most recent task is launched.
24
public class LaunchMostRecentTaskRequestEvent extends EventBus.
Event
{
25
// Simple
event
LaunchNextTaskRequestEvent.java
22
* This
event
is sent to request that the next task is launched after a double-tap on the Recents
25
public class LaunchNextTaskRequestEvent extends EventBus.
Event
{
26
// Simple
event
LaunchTaskFailedEvent.java
24
public class LaunchTaskFailedEvent extends EventBus.
Event
{
25
// Simple
event
LaunchTaskSucceededEvent.java
24
public class LaunchTaskSucceededEvent extends EventBus.
Event
{
RecentsActivityStartingEvent.java
24
public class RecentsActivityStartingEvent extends EventBus.
Event
{
ShowEmptyViewEvent.java
24
public class ShowEmptyViewEvent extends EventBus.
Event
{
ShowStackActionButtonEvent.java
24
public class ShowStackActionButtonEvent extends EventBus.
Event
{
ToggleRecentsEvent.java
24
public class ToggleRecentsEvent extends EventBus.
Event
{
25
// Simple
event
UndockingTaskEvent.java
24
public class UndockingTaskEvent extends EventBus.
Event
{
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/component/
ActivityPinnedEvent.java
24
public class ActivityPinnedEvent extends EventBus.
Event
{
ActivityUnpinnedEvent.java
24
public class ActivityUnpinnedEvent extends EventBus.
Event
{
ExpandPipEvent.java
24
public class ExpandPipEvent extends EventBus.
Event
{
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ui/
AllTaskViewsDismissedEvent.java
24
public class AllTaskViewsDismissedEvent extends EventBus.
Event
{
HideIncompatibleAppOverlayEvent.java
24
public class HideIncompatibleAppOverlayEvent extends EventBus.
Event
{
25
// Simple
event
RecentsDrawnEvent.java
24
public class RecentsDrawnEvent extends EventBus.
Event
{
RecentsGrowingEvent.java
24
public class RecentsGrowingEvent extends EventBus.
Event
{
ShowIncompatibleAppOverlayEvent.java
24
public class ShowIncompatibleAppOverlayEvent extends EventBus.
Event
{
25
// Simple
event
UpdateFreeformTaskViewVisibilityEvent.java
24
public class UpdateFreeformTaskViewVisibilityEvent extends EventBus.
Event
{
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ui/focus/
FocusPreviousTaskViewEvent.java
24
public class FocusPreviousTaskViewEvent extends EventBus.
Event
{
25
// Simple
event
/packages/apps/Camera2/src/com/android/camera/captureintent/stateful/
EventHandler.java
22
* Defines an
event
handler interface that any implementation of this interface
23
* can be used by {@link StateMachine} to handle a particular type of
event
24
* which extends {@link
Event
}.
26
* @param <T> The particular type of
event
.
28
public interface EventHandler<T extends
Event
> {
31
* Process a single
event
.
33
* @param
event
The
event
to be processed.
37
public Optional<State> processEvent(T
event
);
StateMachine.java
24
* {@link
Event
}.
43
* Process a specified {@link
Event
} and potentially change the current
47
* Only one
event
could be processed at a time.
49
* @param
event
An {@link
Event
} to be processed.
51
public void processEvent(
Event
event
);
/system/chre/core/include/chre/core/
nanoapp.h
22
#include "chre/core/
event
.h"
31
*
event
registrations.
61
* with the given
event
ID.
63
* @return true if the
event
is newly registered
69
* events with the given
event
ID.
71
* @return true if the
event
was previously registered
76
* Adds an
event
to this nanoapp's queue of pending events.
78
* @param
event
80
void postEvent(
Event
*
event
);
[
all
...]
Completed in 84 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>