OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getActualHeight
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationBackgroundView.java
114
public int
getActualHeight
() {
ExpandableView.java
137
public int
getActualHeight
() {
301
outRect.bottom = (int) (outRect.top + getTranslationY() +
getActualHeight
());
312
outRect.bottom = outRect.top +
getActualHeight
();
327
if (top >=
getActualHeight
()) {
328
top =
getActualHeight
() - 1;
330
mClipRect.set(0, top, getWidth(),
getActualHeight
() + getExtraBottomPadding());
368
return super.hasOverlappingRendering() &&
getActualHeight
() <= getHeight();
442
* A listener notifying when {@link #
getActualHeight
} changes.
NotificationGuts.java
417
public int
getActualHeight
() {
Completed in 1059 milliseconds