HomeSort by relevance Sort by last modified time
    Searched refs:mContentView (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/webkit/
PluginFullScreenHolder.java 38 private View mContentView;
66 mContentView = contentView;
112 if (mContentView != null && mContentView.getParent() != null) {
113 ViewGroup vg = (ViewGroup) mContentView.getParent();
114 vg.removeView(mContentView);
  /frameworks/base/core/java/android/widget/
PopupWindow.java 80 private View mContentView;
361 return mContentView;
381 mContentView = contentView;
384 mContext = mContentView.getContext();
748 if (isShowing() || mContentView == null) {
800 if (isShowing() || mContentView == null) {
867 if (mContentView == null || mContext == null || mWindowManager == null) {
873 final ViewGroup.LayoutParams layoutParams = mContentView.getLayoutParams();
887 popupViewContainer.addView(mContentView, listParams);
891 mPopupView = mContentView;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppIncomingFileConfirmActivity.java 78 private TextView mContentView;
130 mContentView = (TextView)view.findViewById(R.id.content);
135 mContentView.setText(text);
203 mContentView.setText(getString(R.string.incoming_file_confirm_timeout_content,
  /development/apps/FontLab/src/com/android/fontlab/
FontLab.java 97 mContentView = findViewById(R.id.content);
270 mContentView.setBackgroundResource(texture.intValue());
273 mContentView.setBackgroundColor(color);
341 mContentView.invalidate();
365 private View mContentView;
  /packages/apps/Camera/src/com/android/camera/ui/
GLRootView.java 76 private GLView mContentView;
198 mContentView = content;
207 return mContentView;
215 if (mContentView == null || (mFlags & FLAG_NEED_LAYOUT) != 0) return;
230 if (mContentView != null && width != 0 && height != 0) {
231 mContentView.layout(0, 0, width, height);
654 if (mContentView != null) {
655 mContentView.render(GLRootView.this, (GL11) gl);
667 return mContentView != null
668 ? mContentView.dispatchTouchEvent(event
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserActivity.java 207 mContentView = (FrameLayout) mBrowserFrameLayout.findViewById(
    [all...]

Completed in 341 milliseconds