Home
last modified time | relevance | path

Searched refs:mNoWidgetsView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DSearchAndRecommendationsScrollController.java43 private final TextView mNoWidgetsView; field in SearchAndRecommendationsScrollController
99 mNoWidgetsView = noWidgetsView; in SearchAndRecommendationsScrollController()
245 if (mNoWidgetsView.getPaddingTop() != noWidgetsViewHeight) { in updateMarginAndPadding()
246 mNoWidgetsView.setPadding( in updateMarginAndPadding()
247 mNoWidgetsView.getPaddingLeft(), in updateMarginAndPadding()
249 mNoWidgetsView.getPaddingRight(), in updateMarginAndPadding()
250 mNoWidgetsView.getPaddingBottom()); in updateMarginAndPadding()
DWidgetsFullSheet.java161 private TextView mNoWidgetsView; field in WidgetsFullSheet
223 mNoWidgetsView = findViewById(R.id.no_widgets_text); in onFinishInflate()
240 mNoWidgetsView); in onFinishInflate()
279 mNoWidgetsView.setText( in updateRecyclerViewVisibility()
283 mNoWidgetsView.setVisibility(isWidgetAvailable ? GONE : VISIBLE); in updateRecyclerViewVisibility()
490 mNoWidgetsView.setVisibility(GONE); in setViewVisibilityBasedOnSearch()
519 mNoWidgetsView.getPaint() in onRecommendedWidgetsBound()
520 .getTextBounds(mNoWidgetsView.getText().toString(), /* start= */ 0, in onRecommendedWidgetsBound()
521 mNoWidgetsView.getText().length(), noWidgetsViewTextBounds); in onRecommendedWidgetsBound()