public static interface ExpandHelper.Callback
Modifier and Type | Method and Description |
---|---|
boolean |
canChildBeExpanded(View v) |
void |
expansionStateChanged(boolean isExpanding) |
com.android.systemui.statusbar.ExpandableView |
getChildAtPosition(float x,
float y) |
com.android.systemui.statusbar.ExpandableView |
getChildAtRawPosition(float x,
float y) |
int |
getMaxExpandHeight(com.android.systemui.statusbar.ExpandableView view) |
void |
setExpansionCancelled(View view) |
void |
setUserExpandedChild(View v,
boolean userExpanded) |
void |
setUserLockedChild(View v,
boolean userLocked) |
com.android.systemui.statusbar.ExpandableView getChildAtRawPosition(float x, float y)
com.android.systemui.statusbar.ExpandableView getChildAtPosition(float x, float y)
boolean canChildBeExpanded(View v)
void setUserExpandedChild(View v, boolean userExpanded)
void setUserLockedChild(View v, boolean userLocked)
void expansionStateChanged(boolean isExpanding)
int getMaxExpandHeight(com.android.systemui.statusbar.ExpandableView view)
void setExpansionCancelled(View view)