OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mexpandedchild
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java
65
private View
mExpandedChild
;
167
if (
mExpandedChild
!= null) {
169
ViewGroup.LayoutParams layoutParams =
mExpandedChild
.getLayoutParams();
181
mExpandedChild
.measure(widthMeasureSpec, spec);
182
maxChildHeight = Math.max(maxChildHeight,
mExpandedChild
.getMeasuredHeight());
209
if (
mExpandedChild
!= null
210
&& mContractedChild.getMeasuredHeight() >
mExpandedChild
.getMeasuredHeight()) {
214
mExpandedChild
.measure(widthMeasureSpec, heightSpec);
287
if (
mExpandedChild
!= null
335
if (
mExpandedChild
!= null)
[
all
...]
Completed in 855 milliseconds