Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
platform_frameworks_base-old
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Farzin Kazemzadeh
platform_frameworks_base-old
Commits
df79218c
Commit
df79218c
authored
9 years ago
by
Muyuan Li
Committed by
Android (Google) Code Review
9 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Removed redundant public modifier in CommandQueue.Callbacks" into nyc-dev
parents
16d62fc2
35b630c0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/SystemUI/src/com/android/systemui/statusbar/CommandQueue.java
+29
-29
29 additions, 29 deletions
...emUI/src/com/android/systemui/statusbar/CommandQueue.java
with
29 additions
and
29 deletions
packages/SystemUI/src/com/android/systemui/statusbar/CommandQueue.java
+
29
−
29
View file @
df79218c
...
...
@@ -92,37 +92,37 @@ public class CommandQueue extends IStatusBar.Stub {
* These methods are called back on the main thread.
*/
public
interface
Callbacks
{
public
void
setIcon
(
String
slot
,
StatusBarIcon
icon
);
public
void
removeIcon
(
String
slot
);
public
void
disable
(
int
state1
,
int
state2
,
boolean
animate
);
public
void
animateExpandNotificationsPanel
();
public
void
animateCollapsePanels
(
int
flags
);
public
void
animateExpandSettingsPanel
(
String
obj
);
public
void
setSystemUiVisibility
(
int
vis
,
int
fullscreenStackVis
,
void
setIcon
(
String
slot
,
StatusBarIcon
icon
);
void
removeIcon
(
String
slot
);
void
disable
(
int
state1
,
int
state2
,
boolean
animate
);
void
animateExpandNotificationsPanel
();
void
animateCollapsePanels
(
int
flags
);
void
animateExpandSettingsPanel
(
String
obj
);
void
setSystemUiVisibility
(
int
vis
,
int
fullscreenStackVis
,
int
dockedStackVis
,
int
mask
,
Rect
fullscreenStackBounds
,
Rect
dockedStackBounds
);
public
void
topAppWindowChanged
(
boolean
visible
);
public
void
setImeWindowStatus
(
IBinder
token
,
int
vis
,
int
backDisposition
,
void
topAppWindowChanged
(
boolean
visible
);
void
setImeWindowStatus
(
IBinder
token
,
int
vis
,
int
backDisposition
,
boolean
showImeSwitcher
);
public
void
showRecentApps
(
boolean
triggeredFromAltTab
);
public
void
hideRecentApps
(
boolean
triggeredFromAltTab
,
boolean
triggeredFromHomeKey
);
public
void
toggleRecentApps
();
public
void
toggleSplitScreen
();
public
void
preloadRecentApps
();
public
void
toggleKeyboardShortcutsMenu
(
int
deviceId
);
public
void
cancelPreloadRecentApps
();
public
void
setWindowState
(
int
window
,
int
state
);
public
void
buzzBeepBlinked
();
public
void
notificationLightOff
();
public
void
notificationLightPulse
(
int
argb
,
int
onMillis
,
int
offMillis
);
public
void
showScreenPinningRequest
();
public
void
appTransitionPending
();
public
void
appTransitionCancelled
();
public
void
appTransitionStarting
(
long
startTime
,
long
duration
);
public
void
appTransitionFinished
();
public
void
showAssistDisclosure
();
public
void
startAssist
(
Bundle
args
);
public
void
onCameraLaunchGestureDetected
(
int
source
);
public
void
requestTvPictureInPicture
();
void
showRecentApps
(
boolean
triggeredFromAltTab
);
void
hideRecentApps
(
boolean
triggeredFromAltTab
,
boolean
triggeredFromHomeKey
);
void
toggleRecentApps
();
void
toggleSplitScreen
();
void
preloadRecentApps
();
void
toggleKeyboardShortcutsMenu
(
int
deviceId
);
void
cancelPreloadRecentApps
();
void
setWindowState
(
int
window
,
int
state
);
void
buzzBeepBlinked
();
void
notificationLightOff
();
void
notificationLightPulse
(
int
argb
,
int
onMillis
,
int
offMillis
);
void
showScreenPinningRequest
();
void
appTransitionPending
();
void
appTransitionCancelled
();
void
appTransitionStarting
(
long
startTime
,
long
duration
);
void
appTransitionFinished
();
void
showAssistDisclosure
();
void
startAssist
(
Bundle
args
);
void
onCameraLaunchGestureDetected
(
int
source
);
void
requestTvPictureInPicture
();
void
addQsTile
(
ComponentName
tile
);
void
remQsTile
(
ComponentName
tile
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment