Merge changes I502e52f6,Iabf58566,Ida773967,Ic6c48861,If9e5cc6e, ...
* changes: New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (15/n). New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (14/n). New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (13/n). New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (12/n). New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (11/n). New feature “Text and reading options” for SetupWizard, Wallpaper, and Settings (10/n).
This commit is contained in:
@@ -117,7 +117,15 @@ public class PreviewPagerAdapter extends PagerAdapter {
|
||||
mAnimationEndAction = action;
|
||||
}
|
||||
|
||||
void setPreviewLayer(int newLayerIndex, int currentLayerIndex, int currentFrameIndex,
|
||||
/**
|
||||
* Switches the sample layouts for the preview pager.
|
||||
*
|
||||
* @param newLayerIndex the new layer index
|
||||
* @param currentLayerIndex the current layer index
|
||||
* @param currentFrameIndex the current frame index
|
||||
* @param animate whether to enable the animation
|
||||
*/
|
||||
public void setPreviewLayer(int newLayerIndex, int currentLayerIndex, int currentFrameIndex,
|
||||
final boolean animate) {
|
||||
for (FrameLayout previewFrame : mPreviewFrames) {
|
||||
if (currentLayerIndex >= 0) {
|
||||
|
Reference in New Issue
Block a user