ErrLookup › umano/AndroidSlidingUpPanel

umano/AndroidSlidingUpPanel

This library provides a simple way to add a draggable sliding up panel (popularized by Google Music and Google Maps) to your Android application. Brought to you by Umano. · Java · 3 source files

Analyzed at 45a460435b on 2026-09-11. 10 documented errors.

Code / MessageTypeSeverityTags
Callback may not be null
exception error android, viewdraghelper, null-argument, callback
Sliding up panel layout must have exactly 2 children!
exception error android, layout, child-count
Width must have an exact value or MATCH_PARENT
exception error android, layout, measure-spec
gravity must be set to either top or bottom
exception error android, illegal-argument, gravity
Cannot settleCapturedViewAt outside of a call to…
exception error android, viewdraghelper, invalid-state, callback-lifecycle
captureChildView: parameter must be a descendant of the…
exception error android, viewdraghelper, view-hierarchy
Panel state cannot be null or DRAGGING.
exception error android, illegal-argument, enum, panel-state
Parent view may not be null
exception error android, viewdraghelper, null-argument
Cannot flingCapturedView outside of a call to…
exception error android, viewdraghelper, invalid-state, fling
Height must have an exact value or MATCH_PARENT
exception error android, layout, measure-spec