OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mcontrolsparams
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java
164
private LayoutParams
mControlsParams
;
368
if (
mControlsParams
== null) {
369
mControlsParams
= new LayoutParams(mControlsAnimateWidth, 0);
371
mControlsParams
.addRule(RelativeLayout.ALIGN_PARENT_RIGHT);
[
all
...]
Completed in 190 milliseconds