Searched refs:mLoadingView (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DCommonControllerOverlay.java61 protected final LinearLayout mLoadingView; field in class:CommonControllerOverlay
93 mLoadingView = new LinearLayout(context);
94 mLoadingView.setOrientation(LinearLayout.VERTICAL);
95 mLoadingView.setGravity(Gravity.CENTER_HORIZONTAL);
98 mLoadingView.addView(spinner, wrapContent);
101 mLoadingView.addView(loadingText, wrapContent);
102 addView(mLoadingView, wrapContent);
171 showMainView(mLoadingView);
192 mLoadingView.setVisibility(View.INVISIBLE);
203 mLoadingView
[all...]
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
H A DPermissionsFrameFragment.java30 private View mLoadingView; field in class:PermissionsFrameFragment
51 mLoadingView = rootView.findViewById(R.id.loading_container);
82 if (mLoadingView != null) {
83 setViewShown(mLoadingView, loading, animate);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DDictionarySettingsFragment.java65 private View mLoadingView; field in class:DictionarySettingsFragment
92 mLoadingView = v.findViewById(R.id.loading_container);
366 if (View.GONE == mLoadingView.getVisibility()) {
407 mLoadingView.setVisibility(View.VISIBLE);
418 final View loadingView = mLoadingView;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationListFragment.java145 private View mLoadingView; field in class:ConversationListFragment
183 mLoadingView.setVisibility(View.INVISIBLE);
191 mLoadingView.setVisibility(View.INVISIBLE);
203 mLoadingView.setVisibility(View.INVISIBLE);
211 mLoadingView.setVisibility(View.VISIBLE);
514 mLoadingView = rootView.findViewById(R.id.conversation_list_loading_view);

Completed in 126 milliseconds