OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setActualHeight
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableOutlineView.java
58
public void
setActualHeight
(int actualHeight, boolean notifyListeners) {
59
super.
setActualHeight
(actualHeight, notifyListeners);
NotificationBackgroundView.java
109
public void
setActualHeight
(int actualHeight) {
DragDownHelper.java
179
child.
setActualHeight
((int) (child.getCollapsedHeight() + rubberband));
ExpandableView.java
120
public void
setActualHeight
(int actualHeight, boolean notifyListeners) {
128
public void
setActualHeight
(int actualHeight) {
129
setActualHeight
(actualHeight, true /* notifyListeners */);
133
* See {@link #
setActualHeight
}.
NotificationGuts.java
412
public void
setActualHeight
(int actualHeight) {
ActivatableNotificationView.java
652
public void
setActualHeight
(int actualHeight, boolean notifyListeners) {
653
super.
setActualHeight
(actualHeight, notifyListeners);
655
mBackgroundNormal.
setActualHeight
(actualHeight);
656
mBackgroundDimmed.
setActualHeight
(actualHeight);
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java
142
mView.
setActualHeight
((int) h);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackStateAnimator.java
479
child.
setActualHeight
(newEndValue, false);
488
child.
setActualHeight
((int) animation.getAnimatedValue(),
[
all
...]
Completed in 123 milliseconds