HomeSort by relevance Sort by last modified time
    Searched defs:mRootView (Results 26 - 29 of 29) sorted by null

12

  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 191 private View mRootView;
597 mRootView = inflater.inflate(R.layout.manage_applications, null);
598 mLoadingContainer = mRootView.findViewById(R.id.loading_container);
599 mListContainer = mRootView.findViewById(R.id.list_container);
618 mRunningProcessesView = (RunningProcessesView)mRootView.findViewById(
787 return mRootView;
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 113 private View mRootView;
142 View view = mRootView = inflater.inflate(R.layout.power_usage_details, null);
188 final TextView summary = (TextView) mRootView.findViewById(android.R.id.summary);
195 mTitleView = (TextView) mRootView.findViewById(android.R.id.title);
198 final TextView text1 = (TextView)mRootView.findViewById(android.R.id.text1);
201 mTwoButtonsPanel = (ViewGroup)mRootView.findViewById(R.id.two_buttons_panel);
202 mForceStopButton = (Button)mRootView.findViewById(R.id.left_button);
203 mReportButton = (Button)mRootView.findViewById(R.id.right_button);
206 final ProgressBar progress = (ProgressBar) mRootView.findViewById(android.R.id.progress);
209 final ImageView icon = (ImageView) mRootView.findViewById(android.R.id.icon)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 110 private final CanvasViewInfo mRootView;
119 mRootView = rootView;
124 if (mRootView == null) {
129 CanvasViewInfo layoutView = findViewForElement(mRootView, mLayout);
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 256 View mRootView;
657 mRootView = mInflater.inflate(
659 mWindow.setContentView(mRootView);
660 mRootView.getViewTreeObserver().addOnComputeInternalInsetsListener(mInsetsComputer);
666 mFullscreenArea = (ViewGroup)mRootView.findViewById(com.android.internal.R.id.fullscreenArea);
668 mExtractFrame = (FrameLayout)mRootView.findViewById(android.R.id.extractArea);
675 mCandidatesFrame = (FrameLayout)mRootView.findViewById(android.R.id.candidatesArea);
676 mInputFrame = (FrameLayout)mRootView.findViewById(android.R.id.inputArea);
688 mRootView.getViewTreeObserver().removeOnComputeInternalInsetsListener(
    [all...]

Completed in 539 milliseconds

12