OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCollapsedHeight
(Results
1 - 14
of
14
) sorted by null
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandableListItem.java
59
public int
getCollapsedHeight
() {
ExpandingCells.java
62
obj.
getCollapsedHeight
(), obj.getText()));
CustomArrayAdapter.java
77
(AbsListView.LayoutParams.MATCH_PARENT, object.
getCollapsedHeight
());
ExpandingListView.java
391
viewObject.
getCollapsedHeight
()));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DragDownHelper.java
178
&& (rubberband + child.
getCollapsedHeight
()) > child.getMaxContentHeight()) {
180
(rubberband + child.
getCollapsedHeight
()) - child.getMaxContentHeight();
184
child.setActualHeight((int) (child.
getCollapsedHeight
() + rubberband));
188
if (child.getActualHeight() == child.
getCollapsedHeight
()) {
193
child.getActualHeight(), child.
getCollapsedHeight
());
ExpandableView.java
177
public int
getCollapsedHeight
() {
ExpandableNotificationRow.java
700
return Math.max(
getCollapsedHeight
(), mHeadsUpHeight);
[
all
...]
NotificationShelf.java
374
clipBottomAmount = Math.min(row.getIntrinsicHeight() - row.
getCollapsedHeight
(),
[
all
...]
NotificationContentView.java
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QuickStatusBarHeader.java
103
public int
getCollapsedHeight
() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java
463
- childState.yTranslation), row.
getCollapsedHeight
());
474
float bottomPosition = maxHeadsUpTranslation - row.
getCollapsedHeight
();
NotificationChildrenContainer.java
[
all
...]
NotificationStackScrollLayout.java
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java
530
mSmallSize = v.
getCollapsedHeight
();
Completed in 130 milliseconds