Uses of Class
android.view.View

Packages that use View
android.app   
android.appwidget   
android.gesture   
android.inputmethodservice   
android.opengl   
android.preference   
android.provider   
android.text   
android.text.method   
android.text.style   
android.view   
android.view.animation   
android.view.inputmethod   
android.webkit   
android.widget   
 

Uses of View in android.app
 

Methods in android.app that return View
 View Activity.findViewById(int id)
           
 View Dialog.findViewById(int id)
           
 View Activity.getCurrentFocus()
           
 View Dialog.getCurrentFocus()
           
 View Activity.onCreatePanelView(int featureId)
           
 View Dialog.onCreatePanelView(int featureId)
           
 View Activity.onCreateView(java.lang.String name, Context context, AttributeSet attrs)
           
 

Methods in android.app with parameters of type View
 void Activity.addContentView(View view, ViewGroup.LayoutParams params)
           
 void Dialog.addContentView(View view, ViewGroup.LayoutParams params)
           
 boolean ExpandableListActivity.onChildClick(ExpandableListView parent, View v, int groupPosition, int childPosition, long id)
           
 void Activity.onCreateContextMenu(ContextMenu menu, View v, ContextMenu.ContextMenuInfo menuInfo)
           
 void ExpandableListActivity.onCreateContextMenu(ContextMenu menu, View v, ContextMenu.ContextMenuInfo menuInfo)
           
 void Dialog.onCreateContextMenu(ContextMenu menu, View v, ContextMenu.ContextMenuInfo menuInfo)
           
protected  void LauncherActivity.onListItemClick(ListView l, View v, int position, long id)
           
protected  void ListActivity.onListItemClick(ListView l, View v, int position, long id)
           
 boolean Activity.onPreparePanel(int featureId, View view, Menu menu)
           
 boolean Dialog.onPreparePanel(int featureId, View view, Menu menu)
           
 void Activity.openContextMenu(View view)
           
 void Dialog.openContextMenu(View view)
           
 void Activity.registerForContextMenu(View view)
           
 void Dialog.registerForContextMenu(View view)
           
 void Activity.setContentView(View view)
           
 void Dialog.setContentView(View view)
           
 void Activity.setContentView(View view, ViewGroup.LayoutParams params)
           
 void Dialog.setContentView(View view, ViewGroup.LayoutParams params)
           
 void AlertDialog.setCustomTitle(View customTitleView)
           
 AlertDialog.Builder AlertDialog.Builder.setCustomTitle(View customTitleView)
           
 void AlertDialog.setView(View view)
           
 AlertDialog.Builder AlertDialog.Builder.setView(View view)
           
 void AlertDialog.setView(View view, int viewSpacingLeft, int viewSpacingTop, int viewSpacingRight, int viewSpacingBottom)
           
 void Activity.unregisterForContextMenu(View view)
           
 void Dialog.unregisterForContextMenu(View view)
           
 

Uses of View in android.appwidget
 

Subclasses of View in android.appwidget
 class AppWidgetHostView
           
 

Methods in android.appwidget that return View
protected  View AppWidgetHostView.getDefaultView()
           
protected  View AppWidgetHostView.getErrorView()
           
 

Methods in android.appwidget with parameters of type View
protected  boolean AppWidgetHostView.drawChild(Canvas canvas, View child, long drawingTime)
           
protected  void AppWidgetHostView.prepareView(View view)
           
 

Uses of View in android.gesture
 

Subclasses of View in android.gesture
 class GestureOverlayView
           
 

Uses of View in android.inputmethodservice
 

Subclasses of View in android.inputmethodservice
 class ExtractEditText
           
 class KeyboardView
           
 

Methods in android.inputmethodservice that return View
 View InputMethodService.onCreateCandidatesView()
           
 View InputMethodService.onCreateExtractTextView()
           
 View InputMethodService.onCreateInputView()
           
 

Methods in android.inputmethodservice with parameters of type View
 void KeyboardView.onClick(View v)
           
 void InputMethodService.setCandidatesView(View view)
           
 void InputMethodService.setExtractView(View view)
           
 void InputMethodService.setInputView(View view)
           
 void KeyboardView.setPopupParent(View v)
           
 

Uses of View in android.opengl
 

Subclasses of View in android.opengl
 class GLSurfaceView
           
 

Uses of View in android.preference
 

Methods in android.preference that return View
 View Preference.getView(View convertView, ViewGroup parent)
           
protected  View DialogPreference.onCreateDialogView()
           
protected  View Preference.onCreateView(ViewGroup parent)
           
 

Methods in android.preference with parameters of type View
 View Preference.getView(View convertView, ViewGroup parent)
           
protected  void EditTextPreference.onAddEditTextToDialogView(View dialogView, EditText editText)
           
protected  void EditTextPreference.onBindDialogView(View view)
           
protected  void DialogPreference.onBindDialogView(View view)
           
protected  void CheckBoxPreference.onBindView(View view)
           
protected  void Preference.onBindView(View view)
           
 void PreferenceScreen.onItemClick(AdapterView parent, View view, int position, long id)
           
 

Uses of View in android.provider
 

Methods in android.provider with parameters of type View
static void ContactsContract.QuickContact.showQuickContact(Context context, View target, Uri lookupUri, int mode, java.lang.String[] excludeMimes)
           
 

Uses of View in android.text
 

Methods in android.text with parameters of type View
static java.lang.String AutoText.get(java.lang.CharSequence src, int start, int end, View view)
           
static int AutoText.getSize(View view)
           
 

Uses of View in android.text.method
 

Methods in android.text.method with parameters of type View
 boolean BaseKeyListener.backspace(View view, Editable content, int keyCode, KeyEvent event)
           
 void MetaKeyKeyListener.clearMetaKeyState(View view, Editable content, int states)
           
 void KeyListener.clearMetaKeyState(View view, Editable content, int states)
           
 java.lang.CharSequence TransformationMethod.getTransformation(java.lang.CharSequence source, View view)
           
 java.lang.CharSequence ReplacementTransformationMethod.getTransformation(java.lang.CharSequence source, View v)
           
 java.lang.CharSequence PasswordTransformationMethod.getTransformation(java.lang.CharSequence source, View view)
           
 void CharacterPickerDialog.onClick(View v)
           
 void TransformationMethod.onFocusChanged(View view, java.lang.CharSequence sourceText, boolean focused, int direction, Rect previouslyFocusedRect)
           
 void ReplacementTransformationMethod.onFocusChanged(View view, java.lang.CharSequence sourceText, boolean focused, int direction, Rect previouslyFocusedRect)
           
 void PasswordTransformationMethod.onFocusChanged(View view, java.lang.CharSequence sourceText, boolean focused, int direction, Rect previouslyFocusedRect)
           
 void CharacterPickerDialog.onItemClick(AdapterView parent, View view, int position, long id)
           
 boolean BaseKeyListener.onKeyDown(View view, Editable content, int keyCode, KeyEvent event)
           
 boolean MetaKeyKeyListener.onKeyDown(View view, Editable content, int keyCode, KeyEvent event)
           
 boolean TextKeyListener.onKeyDown(View view, Editable content, int keyCode, KeyEvent event)
           
 boolean KeyListener.onKeyDown(View view, Editable text, int keyCode, KeyEvent event)
           
 boolean MultiTapKeyListener.onKeyDown(View view, Editable content, int keyCode, KeyEvent event)
           
 boolean NumberKeyListener.onKeyDown(View view, Editable content, int keyCode, KeyEvent event)
           
 boolean QwertyKeyListener.onKeyDown(View view, Editable content, int keyCode, KeyEvent event)
           
 boolean BaseKeyListener.onKeyOther(View view, Editable content, KeyEvent event)
           
 boolean TextKeyListener.onKeyOther(View view, Editable content, KeyEvent event)
           
 boolean KeyListener.onKeyOther(View view, Editable text, KeyEvent event)
           
 boolean MetaKeyKeyListener.onKeyUp(View view, Editable content, int keyCode, KeyEvent event)
           
 boolean TextKeyListener.onKeyUp(View view, Editable content, int keyCode, KeyEvent event)
           
 boolean KeyListener.onKeyUp(View view, Editable text, int keyCode, KeyEvent event)
           
 

Constructors in android.text.method with parameters of type View
CharacterPickerDialog(Context context, View view, Editable text, java.lang.String options, boolean insert)
           
 

Uses of View in android.text.style
 

Methods in android.text.style with parameters of type View
 void URLSpan.onClick(View widget)
           
abstract  void ClickableSpan.onClick(View widget)
           
 

Uses of View in android.view
 

Subclasses of View in android.view
 class SurfaceView
           
 class ViewGroup
           
 class ViewStub
           
 

Methods in android.view that return View
 View LayoutInflater.createView(java.lang.String name, java.lang.String prefix, AttributeSet attrs)
           
 View View.findFocus()
           
 View ViewGroup.findFocus()
           
 View FocusFinder.findNearestTouchable(ViewGroup root, int x, int y, int direction, int[] deltas)
           
 View FocusFinder.findNextFocus(ViewGroup root, View focused, int direction)
           
 View FocusFinder.findNextFocusFromRect(ViewGroup root, Rect focusedRect, int direction)
           
 View View.findViewById(int id)
           
 View Window.findViewById(int id)
           
 View View.findViewWithTag(java.lang.Object tag)
           
 View View.focusSearch(int direction)
           
 View ViewParent.focusSearch(View v, int direction)
           
 View ViewGroup.focusSearch(View focused, int direction)
           
 View ViewGroup.getChildAt(int index)
           
abstract  View Window.getCurrentFocus()
           
abstract  View Window.getDecorView()
           
 View ViewGroup.getFocusedChild()
           
 View View.getRootView()
           
 View ViewStub.inflate()
           
static View View.inflate(Context context, int resource, ViewGroup root)
           
 View LayoutInflater.inflate(int resource, ViewGroup root)
           
 View LayoutInflater.inflate(int resource, ViewGroup root, boolean attachToRoot)
           
 View LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser parser, ViewGroup root)
           
 View LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser parser, ViewGroup root, boolean attachToRoot)
           
 View Window.Callback.onCreatePanelView(int featureId)
           
protected  View LayoutInflater.onCreateView(java.lang.String name, AttributeSet attrs)
           
 View LayoutInflater.Factory.onCreateView(java.lang.String name, Context context, AttributeSet attrs)
           
abstract  View Window.peekDecorView()
           
 

Methods in android.view that return types with arguments of type View
 java.util.ArrayList<View> View.getFocusables(int direction)
           
 java.util.ArrayList<View> View.getTouchables()
           
 

Methods in android.view with parameters of type View
abstract  void Window.addContentView(View view, ViewGroup.LayoutParams params)
           
 void ViewGroup.addView(View child)
           
 void ViewGroup.addView(View child, int index)
           
 void ViewGroup.addView(View child, int width, int height)
           
 void ViewGroup.addView(View child, int index, ViewGroup.LayoutParams params)
           
 void ViewManager.addView(View view, ViewGroup.LayoutParams params)
           
 void ViewGroup.addView(View child, ViewGroup.LayoutParams params)
           
protected  boolean ViewGroup.addViewInLayout(View child, int index, ViewGroup.LayoutParams params)
           
protected  boolean ViewGroup.addViewInLayout(View child, int index, ViewGroup.LayoutParams params, boolean preventRequestLayout)
           
protected  void ViewGroup.attachLayoutAnimationParameters(View child, ViewGroup.LayoutParams params, int index, int count)
           
protected  void ViewGroup.attachViewToParent(View child, int index, ViewGroup.LayoutParams params)
           
 void ViewParent.bringChildToFront(View child)
           
 void ViewGroup.bringChildToFront(View child)
           
 boolean View.checkInputConnectionProxy(View view)
           
 void ViewParent.childDrawableStateChanged(View child)
           
 void ViewGroup.childDrawableStateChanged(View child)
           
protected  void ViewGroup.cleanupLayoutState(View child)
           
 void ViewParent.clearChildFocus(View child)
           
 void ViewGroup.clearChildFocus(View child)
           
protected  void ViewGroup.detachViewFromParent(View child)
           
 boolean View.dispatchUnhandledMove(View focused, int direction)
           
 boolean ViewGroup.dispatchUnhandledMove(View focused, int direction)
           
protected  boolean ViewGroup.drawChild(Canvas canvas, View child, long drawingTime)
           
 View FocusFinder.findNextFocus(ViewGroup root, View focused, int direction)
           
 void ViewParent.focusableViewAvailable(View v)
           
 void ViewGroup.focusableViewAvailable(View v)
           
 View ViewParent.focusSearch(View v, int direction)
           
 View ViewGroup.focusSearch(View focused, int direction)
           
protected  boolean ViewGroup.getChildStaticTransformation(View child, Transformation t)
           
 boolean ViewParent.getChildVisibleRect(View child, Rect r, Point offset)
           
 boolean ViewGroup.getChildVisibleRect(View child, Rect r, Point offset)
           
 int ViewGroup.indexOfChild(View child)
           
 void ViewParent.invalidateChild(View child, Rect r)
           
 void ViewGroup.invalidateChild(View child, Rect dirty)
           
protected  void ViewGroup.measureChild(View child, int parentWidthMeasureSpec, int parentHeightMeasureSpec)
           
protected  void ViewGroup.measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed)
           
 void ViewGroup.offsetDescendantRectToMyCoords(View descendant, Rect rect)
           
 void ViewGroup.offsetRectIntoDescendantCoords(View descendant, Rect rect)
           
 void ViewGroup.OnHierarchyChangeListener.onChildViewAdded(View parent, View child)
           
 void ViewGroup.OnHierarchyChangeListener.onChildViewRemoved(View parent, View child)
           
 void View.OnClickListener.onClick(View v)
           
 void View.OnCreateContextMenuListener.onCreateContextMenu(ContextMenu menu, View v, ContextMenu.ContextMenuInfo menuInfo)
           
 void View.OnFocusChangeListener.onFocusChange(View v, boolean hasFocus)
           
 void ViewTreeObserver.OnGlobalFocusChangeListener.onGlobalFocusChanged(View oldFocus, View newFocus)
           
 void ViewStub.OnInflateListener.onInflate(ViewStub stub, View inflated)
           
 boolean View.OnKeyListener.onKey(View v, int keyCode, KeyEvent event)
           
 boolean View.OnLongClickListener.onLongClick(View v)
           
 boolean Window.Callback.onPreparePanel(int featureId, View view, Menu menu)
           
 boolean View.OnTouchListener.onTouch(View v, MotionEvent event)
           
 void ViewParent.recomputeViewAttributes(View child)
           
 void ViewGroup.recomputeViewAttributes(View child)
           
protected  void ViewGroup.removeDetachedView(View child, boolean animate)
           
 void ViewManager.removeView(View view)
           
 void ViewGroup.removeView(View view)
           
 void WindowManager.removeViewImmediate(View view)
           
 void ViewGroup.removeViewInLayout(View view)
           
 void ViewParent.requestChildFocus(View child, View focused)
           
 void ViewGroup.requestChildFocus(View child, View focused)
           
 boolean ViewParent.requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate)
           
 boolean ViewGroup.requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate)
           
 void ViewParent.requestTransparentRegion(View child)
           
 void ViewGroup.requestTransparentRegion(View child)
           
abstract  void Window.setContentView(View view)
           
abstract  void Window.setContentView(View view, ViewGroup.LayoutParams params)
           
 ContextMenu ContextMenu.setHeaderView(View view)
           
 SubMenu SubMenu.setHeaderView(View view)
           
 boolean ViewParent.showContextMenuForChild(View originalView)
           
 boolean ViewGroup.showContextMenuForChild(View originalView)
           
static void ViewDebug.startHierarchyTracing(java.lang.String prefix, View view)
           
static void ViewDebug.startRecyclerTracing(java.lang.String prefix, View view)
           
static void ViewDebug.trace(View view, ViewDebug.HierarchyTraceType type)
           
static void ViewDebug.trace(View view, ViewDebug.RecyclerTraceType type, int... parameters)
           
 void ViewManager.updateViewLayout(View view, ViewGroup.LayoutParams params)
           
 void ViewGroup.updateViewLayout(View view, ViewGroup.LayoutParams params)
           
 

Method parameters in android.view with type arguments of type View
 void View.addFocusables(java.util.ArrayList<View> views, int direction)
           
 void ViewGroup.addFocusables(java.util.ArrayList<View> views, int direction)
           
 void View.addFocusables(java.util.ArrayList<View> views, int direction, int focusableMode)
           
 void ViewGroup.addFocusables(java.util.ArrayList<View> views, int direction, int focusableMode)
           
 void View.addTouchables(java.util.ArrayList<View> views)
           
 void ViewGroup.addTouchables(java.util.ArrayList<View> views)
           
 

Constructors in android.view with parameters of type View
TouchDelegate(Rect bounds, View delegateView)
           
 

Uses of View in android.view.animation
 

Methods in android.view.animation with parameters of type View
 Animation LayoutAnimationController.getAnimationForView(View view)
           
protected  long GridLayoutAnimationController.getDelayForView(View view)
           
protected  long LayoutAnimationController.getDelayForView(View view)
           
 

Uses of View in android.view.inputmethod
 

Methods in android.view.inputmethod with parameters of type View
 void InputMethodManager.displayCompletions(View view, CompletionInfo[] completions)
           
 boolean InputMethodManager.isActive(View view)
           
 boolean InputMethodManager.isWatchingCursor(View view)
           
 void InputMethodManager.restartInput(View view)
           
 void InputMethodManager.sendAppPrivateCommand(View view, java.lang.String action, Bundle data)
           
 boolean InputMethodManager.showSoftInput(View view, int flags)
           
 boolean InputMethodManager.showSoftInput(View view, int flags, ResultReceiver resultReceiver)
           
 void InputMethodManager.updateCursor(View view, int left, int top, int right, int bottom)
           
 void InputMethodManager.updateExtractedText(View view, int token, ExtractedText text)
           
 void InputMethodManager.updateSelection(View view, int selStart, int selEnd, int candidatesStart, int candidatesEnd)
           
 

Constructors in android.view.inputmethod with parameters of type View
BaseInputConnection(View targetView, boolean fullEditor)
           
 

Uses of View in android.webkit
 

Subclasses of View in android.webkit
 class WebView
           
 

Methods in android.webkit that return View
 View PluginStub.getEmbeddedView(int NPP, Context context)
           
 View PluginStub.getFullScreenView(int NPP, Context context)
           
 View WebChromeClient.getVideoLoadingProgressView()
           
 View WebView.getZoomControls()
           
 

Methods in android.webkit with parameters of type View
protected  boolean WebView.drawChild(Canvas canvas, View child, long drawingTime)
           
 void WebView.onChildViewAdded(View parent, View child)
           
 void WebView.onChildViewRemoved(View p, View child)
           
 void WebView.onGlobalFocusChanged(View oldFocus, View newFocus)
           
 void WebChromeClient.onShowCustomView(View view, WebChromeClient.CustomViewCallback callback)
           
 boolean WebView.requestChildRectangleOnScreen(View child, Rect rect, boolean immediate)
           
 

Uses of View in android.widget
 

Subclasses of View in android.widget
 class AbsListView
           
 class AbsoluteLayout
          Deprecated. 
 class AbsSeekBar
           
 class AbsSpinner
           
 class AdapterView<T extends Adapter>
           
 class AnalogClock
           
 class AutoCompleteTextView
           
 class Button
           
 class CheckBox
           
 class CheckedTextView
           
 class Chronometer
           
 class CompoundButton
           
 class DatePicker
           
 class DialerFilter
           
 class DigitalClock
           
 class EditText
           
 class ExpandableListView
           
 class FrameLayout
           
 class Gallery
           
 class GridView
           
 class HorizontalScrollView
           
 class ImageButton
           
 class ImageSwitcher
           
 class ImageView
           
 class LinearLayout
           
 class ListView
           
 class MediaController
           
 class MultiAutoCompleteTextView
           
 class ProgressBar
           
 class QuickContactBadge
           
 class RadioButton
           
 class RadioGroup
           
 class RatingBar
           
 class RelativeLayout
           
 class ScrollView
           
 class SeekBar
           
 class SlidingDrawer
           
 class Spinner
           
 class TabHost
           
 class TableLayout
           
 class TableRow
           
 class TabWidget
           
 class TextSwitcher
           
 class TextView
           
 class TimePicker
           
 class ToggleButton
           
 class TwoLineListItem
           
 class VideoView
           
 class ViewAnimator
           
 class ViewFlipper
           
 class ViewSwitcher
           
 class ZoomButton
           
 class ZoomControls
           
 

Fields in android.widget declared as View
 View AdapterView.AdapterContextMenuInfo.targetView
           
 View ExpandableListView.ExpandableListContextMenuInfo.targetView
           
 View ListView.FixedViewInfo.view
           
 

Methods in android.widget that return View
 View RemoteViews.apply(Context context, ViewGroup parent)
           
 View TabHost.TabContentFactory.createTabContent(java.lang.String tag)
           
protected  View ListView.findViewTraversal(int id)
           
protected  View ListView.findViewWithTagTraversal(java.lang.Object tag)
           
 View TabWidget.getChildTabViewAt(int index)
           
 View ExpandableListAdapter.getChildView(int groupPosition, int childPosition, boolean isLastChild, View convertView, ViewGroup parent)
           
 View SimpleExpandableListAdapter.getChildView(int groupPosition, int childPosition, boolean isLastChild, View convertView, ViewGroup parent)
           
 View CursorTreeAdapter.getChildView(int groupPosition, int childPosition, boolean isLastChild, View convertView, ViewGroup parent)
           
 View SlidingDrawer.getContent()
           
 View PopupWindow.getContentView()
           
 View TabHost.getCurrentTabView()
           
 View TabHost.getCurrentView()
           
 View ViewAnimator.getCurrentView()
           
 View BaseAdapter.getDropDownView(int position, View convertView, ViewGroup parent)
           
 View ArrayAdapter.getDropDownView(int position, View convertView, ViewGroup parent)
           
 View CursorAdapter.getDropDownView(int position, View convertView, ViewGroup parent)
           
 View SpinnerAdapter.getDropDownView(int position, View convertView, ViewGroup parent)
           
 View SimpleAdapter.getDropDownView(int position, View convertView, ViewGroup parent)
           
 View AdapterView.getEmptyView()
           
 View ExpandableListAdapter.getGroupView(int groupPosition, boolean isExpanded, View convertView, ViewGroup parent)
           
 View SimpleExpandableListAdapter.getGroupView(int groupPosition, boolean isExpanded, View convertView, ViewGroup parent)
           
 View CursorTreeAdapter.getGroupView(int groupPosition, boolean isExpanded, View convertView, ViewGroup parent)
           
 View SlidingDrawer.getHandle()
           
 View ViewSwitcher.getNextView()
           
 View AbsListView.getSelectedView()
           
abstract  View AdapterView.getSelectedView()
           
 View AbsSpinner.getSelectedView()
           
 View Toast.getView()
           
 View Adapter.getView(int position, View convertView, ViewGroup parent)
           
 View HeaderViewListAdapter.getView(int position, View convertView, ViewGroup parent)
           
 View ArrayAdapter.getView(int position, View convertView, ViewGroup parent)
           
 View CursorAdapter.getView(int position, View convertView, ViewGroup parent)
           
 View SimpleAdapter.getView(int position, View convertView, ViewGroup parent)
           
 View TableRow.getVirtualChildAt(int i)
           
 View ZoomButtonsController.getZoomControls()
           
 View ViewSwitcher.ViewFactory.makeView()
           
 View SimpleExpandableListAdapter.newChildView(boolean isLastChild, ViewGroup parent)
           
protected abstract  View CursorTreeAdapter.newChildView(Context context, Cursor cursor, boolean isLastChild, ViewGroup parent)
           
 View ResourceCursorTreeAdapter.newChildView(Context context, Cursor cursor, boolean isLastChild, ViewGroup parent)
           
 View CursorAdapter.newDropDownView(Context context, Cursor cursor, ViewGroup parent)
           
 View SimpleCursorAdapter.newDropDownView(Context context, Cursor cursor, ViewGroup parent)
           
 View ResourceCursorAdapter.newDropDownView(Context context, Cursor cursor, ViewGroup parent)
           
 View SimpleExpandableListAdapter.newGroupView(boolean isExpanded, ViewGroup parent)
           
protected abstract  View CursorTreeAdapter.newGroupView(Context context, Cursor cursor, boolean isExpanded, ViewGroup parent)
           
 View ResourceCursorTreeAdapter.newGroupView(Context context, Cursor cursor, boolean isExpanded, ViewGroup parent)
           
abstract  View CursorAdapter.newView(Context context, Cursor cursor, ViewGroup parent)
           
 View SimpleCursorAdapter.newView(Context context, Cursor cursor, ViewGroup parent)
           
 View ResourceCursorAdapter.newView(Context context, Cursor cursor, ViewGroup parent)
           
 

Methods in android.widget with parameters of type View
 void ListView.addFooterView(View v)
           
 void ListView.addFooterView(View v, java.lang.Object data, boolean isSelectable)
           
 void ListView.addHeaderView(View v)
           
 void ListView.addHeaderView(View v, java.lang.Object data, boolean isSelectable)
           
 void TableLayout.addView(View child)
           
 void TabWidget.addView(View child)
           
 void AdapterView.addView(View child)
           
 void HorizontalScrollView.addView(View child)
           
 void ScrollView.addView(View child)
           
 void TableLayout.addView(View child, int index)
           
 void AdapterView.addView(View child, int index)
           
 void HorizontalScrollView.addView(View child, int index)
           
 void ScrollView.addView(View child, int index)
           
 void TableLayout.addView(View child, int index, ViewGroup.LayoutParams params)
           
 void RadioGroup.addView(View child, int index, ViewGroup.LayoutParams params)
           
 void TextSwitcher.addView(View child, int index, ViewGroup.LayoutParams params)
           
 void ViewSwitcher.addView(View child, int index, ViewGroup.LayoutParams params)
           
 void AdapterView.addView(View child, int index, ViewGroup.LayoutParams params)
           
 void HorizontalScrollView.addView(View child, int index, ViewGroup.LayoutParams params)
           
 void ViewAnimator.addView(View child, int index, ViewGroup.LayoutParams params)
           
 void ScrollView.addView(View child, int index, ViewGroup.LayoutParams params)
           
 void TableLayout.addView(View child, ViewGroup.LayoutParams params)
           
 void AdapterView.addView(View child, ViewGroup.LayoutParams params)
           
 void HorizontalScrollView.addView(View child, ViewGroup.LayoutParams params)
           
 void ScrollView.addView(View child, ViewGroup.LayoutParams params)
           
protected  void GridView.attachLayoutAnimationParameters(View child, ViewGroup.LayoutParams params, int index, int count)
           
protected  void SimpleCursorTreeAdapter.bindChildView(View view, Context context, Cursor cursor, boolean isLastChild)
           
protected abstract  void CursorTreeAdapter.bindChildView(View view, Context context, Cursor cursor, boolean isLastChild)
           
protected  void SimpleCursorTreeAdapter.bindGroupView(View view, Context context, Cursor cursor, boolean isExpanded)
           
protected abstract  void CursorTreeAdapter.bindGroupView(View view, Context context, Cursor cursor, boolean isExpanded)
           
abstract  void CursorAdapter.bindView(View view, Context context, Cursor cursor)
           
 void SimpleCursorAdapter.bindView(View view, Context context, Cursor cursor)
           
 boolean AbsListView.checkInputConnectionProxy(View view)
           
 void TabWidget.childDrawableStateChanged(View child)
           
 boolean ZoomButton.dispatchUnhandledMove(View focused, int direction)
           
protected  boolean Gallery.getChildStaticTransformation(View child, Transformation t)
           
 View ExpandableListAdapter.getChildView(int groupPosition, int childPosition, boolean isLastChild, View convertView, ViewGroup parent)
           
 View SimpleExpandableListAdapter.getChildView(int groupPosition, int childPosition, boolean isLastChild, View convertView, ViewGroup parent)
           
 View CursorTreeAdapter.getChildView(int groupPosition, int childPosition, boolean isLastChild, View convertView, ViewGroup parent)
           
 View BaseAdapter.getDropDownView(int position, View convertView, ViewGroup parent)
           
 View ArrayAdapter.getDropDownView(int position, View convertView, ViewGroup parent)
           
 View CursorAdapter.getDropDownView(int position, View convertView, ViewGroup parent)
           
 View SpinnerAdapter.getDropDownView(int position, View convertView, ViewGroup parent)
           
 View SimpleAdapter.getDropDownView(int position, View convertView, ViewGroup parent)
           
 View ExpandableListAdapter.getGroupView(int groupPosition, boolean isExpanded, View convertView, ViewGroup parent)
           
 View SimpleExpandableListAdapter.getGroupView(int groupPosition, boolean isExpanded, View convertView, ViewGroup parent)
           
 View CursorTreeAdapter.getGroupView(int groupPosition, boolean isExpanded, View convertView, ViewGroup parent)
           
 int PopupWindow.getMaxAvailableHeight(View anchor)
           
 int PopupWindow.getMaxAvailableHeight(View anchor, int yOffset)
           
 int AdapterView.getPositionForView(View view)
           
 View Adapter.getView(int position, View convertView, ViewGroup parent)
           
 View HeaderViewListAdapter.getView(int position, View convertView, ViewGroup parent)
           
 View ArrayAdapter.getView(int position, View convertView, ViewGroup parent)
           
 View CursorAdapter.getView(int position, View convertView, ViewGroup parent)
           
 View SimpleAdapter.getView(int position, View convertView, ViewGroup parent)
           
protected  void HorizontalScrollView.measureChild(View child, int parentWidthMeasureSpec, int parentHeightMeasureSpec)
           
protected  void ScrollView.measureChild(View child, int parentWidthMeasureSpec, int parentHeightMeasureSpec)
           
protected  void HorizontalScrollView.measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed)
           
protected  void ScrollView.measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed)
           
 boolean ExpandableListView.OnChildClickListener.onChildClick(ExpandableListView parent, View v, int groupPosition, int childPosition, long id)
           
 void QuickContactBadge.onClick(View v)
           
 void TabWidget.onFocusChange(View v, boolean hasFocus)
           
 boolean ExpandableListView.OnGroupClickListener.onGroupClick(ExpandableListView parent, View v, int groupPosition, long id)
           
 void AdapterView.OnItemClickListener.onItemClick(AdapterView<?> parent, View view, int position, long id)
           
 boolean AdapterView.OnItemLongClickListener.onItemLongClick(AdapterView<?> parent, View view, int position, long id)
           
 void AdapterView.OnItemSelectedListener.onItemSelected(AdapterView<?> parent, View view, int position, long id)
           
 boolean ZoomButton.onLongClick(View v)
           
 void AbsListView.RecyclerListener.onMovedToScrapHeap(View view)
           
 boolean ZoomButtonsController.onTouch(View v, MotionEvent event)
           
 boolean AdapterView.performItemClick(View view, int position, long id)
           
 boolean ListView.performItemClick(View view, int position, long id)
           
 boolean ExpandableListView.performItemClick(View v, int position, long id)
           
 void RemoteViews.reapply(Context context, View v)
           
 boolean HeaderViewListAdapter.removeFooter(View v)
           
 boolean ListView.removeFooterView(View v)
           
 boolean HeaderViewListAdapter.removeHeader(View v)
           
 boolean ListView.removeHeaderView(View v)
           
 void AdapterView.removeView(View child)
           
 void ViewAnimator.removeView(View view)
           
 void ViewAnimator.removeViewInLayout(View view)
           
 void HorizontalScrollView.requestChildFocus(View child, View focused)
           
 void ScrollView.requestChildFocus(View child, View focused)
           
 boolean HorizontalScrollView.requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate)
           
 boolean ListView.requestChildRectangleOnScreen(View child, Rect rect, boolean immediate)
           
 boolean ScrollView.requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate)
           
 void MediaController.setAnchorView(View view)
           
 void PopupWindow.setContentView(View contentView)
           
 void AdapterView.setEmptyView(View emptyView)
           
 TabHost.TabSpec TabHost.TabSpec.setIndicator(View view)
           
 void AbsListView.setScrollIndicators(View up, View down)
           
 void Toast.setView(View view)
           
 boolean SimpleCursorTreeAdapter.ViewBinder.setViewValue(View view, Cursor cursor, int columnIndex)
           
 boolean SimpleCursorAdapter.ViewBinder.setViewValue(View view, Cursor cursor, int columnIndex)
           
 boolean SimpleAdapter.ViewBinder.setViewValue(View view, java.lang.Object data, java.lang.String textRepresentation)
           
 void PopupWindow.showAsDropDown(View anchor)
           
 void PopupWindow.showAsDropDown(View anchor, int xoff, int yoff)
           
 void PopupWindow.showAtLocation(View parent, int gravity, int x, int y)
           
 boolean AbsListView.showContextMenuForChild(View originalView)
           
 boolean Gallery.showContextMenuForChild(View originalView)
           
 void PopupWindow.update(View anchor, int width, int height)
           
 void PopupWindow.update(View anchor, int xoff, int yoff, int width, int height)
           
 

Method parameters in android.widget with type arguments of type View
 void AbsListView.addTouchables(java.util.ArrayList<View> views)
           
 void AbsListView.reclaimViews(java.util.List<View> views)
           
 

Constructors in android.widget with parameters of type View
AdapterView.AdapterContextMenuInfo(View targetView, int position, long id)
           
ExpandableListView.ExpandableListContextMenuInfo(View targetView, long packedPosition, long id)
           
PopupWindow(View contentView)
           
PopupWindow(View contentView, int width, int height)
           
PopupWindow(View contentView, int width, int height, boolean focusable)
           
ZoomButtonsController(View ownerView)
           
 



Copyright © 2008-2010. All Rights Reserved.