Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A AndroidSlidingUpPanel
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 267
    • Issues 267
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 34
    • Merge requests 34
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Umano: News Read To You
  • AndroidSlidingUpPanel
  • Merge requests
  • !660

Added start callbacks to PanelSlideListener

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/patloew/start-callbacks into master Feb 11, 2016
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: patloew

Added callbacks to PanelSlideListener, for when the panel state starts changing from collapsed to expanded and vice versa. This can be useful, if other UI elements need to start changing already when the state transition begins.

Added StartPanelSlideListener, which behaves like the normal PanelSlideListener for collapse and expand events, except that it executes on slide start and automatically handles the case when state change does not finish by calling the other callback again.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/patloew/start-callbacks