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
62
private View
mExpandedChild
;
154
if (
mExpandedChild
!= null) {
156
ViewGroup.LayoutParams layoutParams =
mExpandedChild
.getLayoutParams();
164
mExpandedChild
.measure(widthMeasureSpec, spec);
165
maxChildHeight = Math.max(maxChildHeight,
mExpandedChild
.getMeasuredHeight());
185
if (
mExpandedChild
!= null
186
&& mContractedChild.getMeasuredHeight() >
mExpandedChild
.getMeasuredHeight()) {
190
mExpandedChild
.measure(widthMeasureSpec, heightSpec);
225
if (
mExpandedChild
!= null
273
if (
mExpandedChild
!= null)
[
all
...]
Completed in 588 milliseconds