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
;
152
if (
mExpandedChild
!= null) {
154
ViewGroup.LayoutParams layoutParams =
mExpandedChild
.getLayoutParams();
162
mExpandedChild
.measure(widthMeasureSpec, spec);
163
maxChildHeight = Math.max(maxChildHeight,
mExpandedChild
.getMeasuredHeight());
183
if (
mExpandedChild
!= null
184
&& mContractedChild.getMeasuredHeight() >
mExpandedChild
.getMeasuredHeight()) {
188
mExpandedChild
.measure(widthMeasureSpec, heightSpec);
223
if (
mExpandedChild
!= null
271
if (
mExpandedChild
!= null)
[
all
...]
Completed in 564 milliseconds