Searched refs:titleLayoutParams (Results 1 – 2 of 2) sorted by relevance
1118 final FrameLayout.LayoutParams titleLayoutParams in setInterpolatedTitleMargins() local1126 titleLayoutParams.setMarginStart((int) (mCollapsedTitleStartMargin * (1 - x) in setInterpolatedTitleMargins()1135 titleLayoutParams.topMargin = getTransparentViewHeight() in setInterpolatedTitleMargins()1138 titleLayoutParams.bottomMargin = 0; in setInterpolatedTitleMargins()1139 mTitleAndPhoneticNameView.setLayoutParams(titleLayoutParams); in setInterpolatedTitleMargins()
681 final ViewGroup.MarginLayoutParams titleLayoutParams = in createHintMessageView() local687 lp.setMargins(titleLayoutParams.leftMargin, getResources().getDimensionPixelSize( in createHintMessageView()688 R.dimen.password_requirement_view_margin_top), titleLayoutParams.leftMargin, 0); in createHintMessageView()