Searched refs:mLayoutView (Results 1 – 5 of 5) sorted by relevance
88 View mLayoutView; field in PanelFragment121 if (mLayoutView.getHeight() > mMaxHeight) {122 final ViewGroup.LayoutParams params = mLayoutView.getLayoutParams();124 mLayoutView.setLayoutParams(params);147 mLayoutView = inflater.inflate(R.layout.panel_layout, container, false); in onCreateView()148 mLayoutView.getViewTreeObserver() in onCreateView()153 return mLayoutView; in onCreateView()166 final View panelContent = mLayoutView.findViewById(R.id.panel_container); in updatePanelWithAnimation()167 final AnimatorSet animatorSet = buildAnimatorSet(mLayoutView, in updatePanelWithAnimation()194 if (mLayoutView == null) { in createPanelContent()[all …]
184 final View titleView = panelFragment.mLayoutView.findViewById(R.id.panel_title); in supportIcon_displayIconHeaderLayout()185 final LinearLayout panelHeader = panelFragment.mLayoutView.findViewById(R.id.panel_header); in supportIcon_displayIconHeaderLayout()186 final TextView headerTitle = panelFragment.mLayoutView.findViewById(R.id.header_title); in supportIcon_displayIconHeaderLayout()187 final TextView headerSubtitle = panelFragment.mLayoutView.findViewById( in supportIcon_displayIconHeaderLayout()208 final View titleView = panelFragment.mLayoutView.findViewById(R.id.panel_title); in notSupportIcon_displayDefaultHeaderLayout()209 final View panelHeader = panelFragment.mLayoutView.findViewById(R.id.panel_header); in notSupportIcon_displayDefaultHeaderLayout()226 final View footerDivider = panelFragment.mLayoutView.findViewById(R.id.footer_divider); in sliderPanelType_notDisplayFooterDivider()242 final View footerDivider = panelFragment.mLayoutView.findViewById(R.id.footer_divider); in defaultPanelType_notDisplayFooterDivider()260 final TextView headerTitle = panelFragment.mLayoutView.findViewById(R.id.header_title); in onHeaderChanged_updateHeader_verifyTitle()261 final TextView headerSubtitle = panelFragment.mLayoutView.findViewById( in onHeaderChanged_updateHeader_verifyTitle()[all …]
111 View mLayoutView; field in AddAppNetworksFragment217 mLayoutView = view; in onViewCreated()271 mLayoutView.findViewById(R.id.multiple_networks).setVisibility(View.GONE); in createContent()272 mLayoutView.findViewById(R.id.single_network).setVisibility(View.VISIBLE); in createContent()277 ((TextView) mLayoutView.findViewById(R.id.single_ssid)).setText( in createContent()286 mLayoutView.findViewById(R.id.single_network).setVisibility(View.GONE); in createContent()287 mLayoutView.findViewById(R.id.multiple_networks).setVisibility(View.VISIBLE); in createContent()291 final ListView uiNetworkListView = mLayoutView.findViewById(R.id.config_list); in createContent()423 ((ImageView) mLayoutView.findViewById(R.id.signal_strength)).setImageDrawable(wifiIconDark); in updateSingleNetworkSignalIcon()455 ((ImageView) mLayoutView.findViewById(R.id.app_icon)).setImageDrawable(drawable); in assignAppIcon()[all …]
96 private ViewGroup mLayoutView; field in NotificationSettings104 if (mLayoutView != null) {105 mLayoutView.getViewTreeObserver().removeOnGlobalLayoutListener(this);214 mLayoutView = getActivity().findViewById(R.id.main_content); in animatePanel()215 mLayoutView.getViewTreeObserver().addOnGlobalLayoutListener(mOnGlobalLayoutListener); in animatePanel()227 final AnimatorSet animatorSet = buildAnimatorSet(mLayoutView, in animateIn()228 mLayoutView.getHeight() /* startY */, 0.0f /* endY */, in animateIn()
151 TextView ssidView = (TextView) mAddAppNetworksFragment.mLayoutView.findViewById( in requestOneNetwork_shouldShowCorrectSSID()297 final TextView textView = (TextView) mAddAppNetworksFragment.mLayoutView.findViewById( in status_withOneNetworkSave_shouldShowOneNetworkSaving()313 final TextView textView = (TextView) mAddAppNetworksFragment.mLayoutView.findViewById( in status_withTwoNetworksSave_shouldShowMultipleNetworksSaving()329 final TextView textView = (TextView) mAddAppNetworksFragment.mLayoutView.findViewById( in status_withOneNetworkSaved_shouldShowOneNetworkSaved()345 final TextView textView = (TextView) mAddAppNetworksFragment.mLayoutView.findViewById( in status_withTwoNetworksSaved_shouldShowMultipleNetworksSaved()360 final TextView textView = (TextView) mAddAppNetworksFragment.mLayoutView.findViewById( in status_withOneNetworkSaveFailed_shouldShowOneNetworkFailed()376 final TextView textView = (TextView) mAddAppNetworksFragment.mLayoutView.findViewById( in status_withTwoNetworksSaveFailed_shouldShowMultipleNetworksFailed()