Overlay: Load during Zygote only [2/2]#5
Open
InterfaceNode wants to merge 1 commit intoF-AOSP:aosp-5.1from
InterfaceNode:patch-2
Open
Overlay: Load during Zygote only [2/2]#5InterfaceNode wants to merge 1 commit intoF-AOSP:aosp-5.1from InterfaceNode:patch-2
InterfaceNode wants to merge 1 commit intoF-AOSP:aosp-5.1from
InterfaceNode:patch-2
Conversation
Ensure overlays are only loaded once, which will be during Zygote init Ia5064045c77f713c58fb78adc3942f6af1abdc93
VitaTaf
added a commit
to VitaTaf/platform_frameworks_base_F-AOSP
that referenced
this pull request
Jan 2, 2016
- ActivityRecord.waitingVisible is identical to ActivityStackSupervisor.mWaitingVisibleActivities.contains(). This ArrayList is never very large so much code can be simplified by eliminating the waitingVisible member. - The processStoppingActivityLocked() method can eliminate a lot of variables by traversing the list top down. This makes the code simpler to analyze and maintain. - Declarations of ArrayLists do not need parameterization in the new constructor. These have been removed in ActivityStackSupervisor. Fixes item F-AOSP#5 of bug 18088522. Change-Id: Ib9d648c5fa32c8dd7313882864886c929e1ebc21
VitaTaf
pushed a commit
to VitaTaf/platform_frameworks_base_F-AOSP
that referenced
this pull request
Jan 2, 2016
- ActivityRecord.waitingVisible is identical to ActivityStackSupervisor.mWaitingVisibleActivities.contains(). This ArrayList is never very large so much code can be simplified by eliminating the waitingVisible member. - The processStoppingActivityLocked() method can eliminate a lot of variables by traversing the list top down. This makes the code simpler to analyze and maintain. - Declarations of ArrayLists do not need parameterization in the new constructor. These have been removed in ActivityStackSupervisor. Fixes item F-AOSP#5 of bug 18088522. Change-Id: Ib9d648c5fa32c8dd7313882864886c929e1ebc21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ensure overlays are only loaded once, which will be during Zygote init
Ia5064045c77f713c58fb78adc3942f6af1abdc93