Searched defs:view (Results 326 - 350 of 386) sorted by relevance

<<111213141516

/frameworks/base/core/java/android/widget/
H A DMediaController.java26 import android.view.Gravity;
27 import android.view.KeyEvent;
28 import android.view.LayoutInflater;
29 import android.view.MotionEvent;
30 import android.view.View;
31 import android.view.ViewGroup;
32 import android.view.Window;
33 import android.view.WindowManager;
42 * A view containing controls for a MediaPlayer. Typically contains the
50 * the controls will float above the view specifie
207 setAnchorView(View view) argument
[all...]
H A DAdapterView.java25 import android.view.ContextMenu;
26 import android.view.ContextMenu.ContextMenuInfo;
27 import android.view.SoundEffectConstants;
28 import android.view.View;
29 import android.view.ViewDebug;
30 import android.view.ViewGroup;
31 import android.view.accessibility.AccessibilityEvent;
32 import android.view.accessibility.AccessibilityNodeInfo;
36 * An AdapterView is a view whose children are determined by an {@link Adapter}.
51 * The item view typ
256 onItemClick(AdapterView<?> parent, View view, int position, long id) argument
286 performItemClick(View view, int position, long id) argument
318 onItemLongClick(AdapterView<?> parent, View view, int position, long id) argument
362 onItemSelected(AdapterView<?> parent, View view, int position, long id) argument
587 getPositionForView(View view) argument
[all...]
H A DAdapterViewAnimator.java28 import android.view.MotionEvent;
29 import android.view.View;
30 import android.view.ViewConfiguration;
31 import android.view.ViewGroup;
62 * Whether or not the first view(s) should be animated in
120 * The remote adapter containing the data to be displayed by this view to be set
212 View view; field in class:AdapterViewAnimator.ViewAndMetaData
217 ViewAndMetaData(View view, int relativeIndex, int adapterPosition, long itemId) { argument
218 this.view = view;
261 transformViewForTransition(int fromIndex, int toIndex, View view, boolean animate) argument
[all...]
H A DExpandableListView.java29 import android.view.ContextMenu;
30 import android.view.SoundEffectConstants;
31 import android.view.View;
32 import android.view.ContextMenu.ContextMenuInfo;
38 * A view that shows items in a vertically scrolling two-level list. This
41 * {@link ExpandableListAdapter} associated with this view.
454 * Sets the adapter that provides data to this view.
455 * @param adapter The adapter that provides data to this view.
473 * Gets the adapter that provides data to this view.
474 * @return The adapter that provides data to this view
980 createContextMenuInfo(View view, int flatListPosition, long id) argument
[all...]
H A DFastScroller.java30 import android.view.MotionEvent;
31 import android.view.View;
32 import android.view.ViewConfiguration;
441 void onScroll(AbsListView view, int firstVisibleItem, int visibleItemCount, argument
H A DGallery.java25 import android.view.ContextMenu.ContextMenuInfo;
26 import android.view.GestureDetector;
27 import android.view.Gravity;
28 import android.view.HapticFeedbackConstants;
29 import android.view.KeyEvent;
30 import android.view.MotionEvent;
31 import android.view.SoundEffectConstants;
32 import android.view.View;
33 import android.view.ViewConfiguration;
34 import android.view
452 getCenterOfView(View view) argument
1153 dispatchLongPress(View view, int position, long id) argument
[all...]
H A DListPopupWindow.java26 import android.view.KeyEvent;
27 import android.view.MotionEvent;
28 import android.view.View;
29 import android.view.View.MeasureSpec;
30 import android.view.View.OnTouchListener;
31 import android.view.ViewGroup;
32 import android.view.ViewParent;
35 * A ListPopupWindow anchors itself to a host view and displays a
96 * The provided prompt view should appear above list content.
105 * The provided prompt view shoul
1263 onScroll(AbsListView view, int firstVisibleItem, int visibleItemCount, int totalItemCount) argument
1268 onScrollStateChanged(AbsListView view, int scrollState) argument
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DIInputConnectionWrapper.java17 package com.android.internal.view;
25 import android.view.KeyEvent;
26 import android.view.inputmethod.CompletionInfo;
27 import android.view.inputmethod.CorrectionInfo;
28 import android.view.inputmethod.ExtractedTextRequest;
29 import android.view.inputmethod.InputConnection;
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItem.java17 package com.android.internal.view.menu;
22 import android.view.ActionProvider;
23 import android.view.ContextMenu.ContextMenuInfo;
24 import android.view.MenuItem;
25 import android.view.SubMenu;
26 import android.view.View;
H A DActionMenuPresenter.java17 package com.android.internal.view.menu;
19 import com.android.internal.view.menu.ActionMenuView.ActionMenuChildView;
27 import android.view.ActionProvider;
28 import android.view.MenuItem;
29 import android.view.SoundEffectConstants;
30 import android.view.View;
31 import android.view.View.MeasureSpec;
32 import android.view.ViewConfiguration;
33 import android.view.ViewGroup;
111 // Drop a scrap view a
[all...]
H A DIconMenuView.java17 package com.android.internal.view.menu;
19 import com.android.internal.view.menu.MenuBuilder.ItemInvoker;
30 import android.view.KeyEvent;
31 import android.view.View;
32 import android.view.ViewConfiguration;
33 import android.view.ViewGroup;
34 import android.view.LayoutInflater;
39 * The icon menu view is an icon-based menu usually with a subset of all the menu items.
64 /** Actual number of items (the 'More' view does not count as an item) shown */
163 // This view wil
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DTransportControlView.java46 import android.view.KeyEvent;
47 import android.view.View;
48 import android.view.View.OnClickListener;
85 * The metadata which should be populated into the view once we've been attached
119 // This means nobody is currently registered. Hide the view.
216 for (View view : buttons) {
217 view.setOnClickListener(this);
280 * Populates the given metadata into the view
326 private static void setVisibilityBasedOnFlag(View view, int flags, int flag) { argument
328 view
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java34 import android.view.KeyEvent;
35 import android.view.LayoutInflater;
36 import android.view.MenuItem;
37 import android.view.MotionEvent;
38 import android.view.View;
39 import android.view.ViewConfiguration;
40 import android.view.ViewGroup;
41 import android.view.accessibility.AccessibilityEvent;
42 import android.view.animation.AnimationUtils;
190 // Need to update list of recent apps before we set visibility so this view'
537 handleOnClick(View view) argument
556 onItemClick(AdapterView<?> parent, View view, int position, long id) argument
560 handleSwipe(View view) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java69 import android.view.AttachInfo_Accessor;
70 import android.view.BridgeInflater;
71 import android.view.View;
72 import android.view.ViewGroup;
73 import android.view.View.MeasureSpec;
74 import android.view.ViewGroup.LayoutParams;
75 import android.view.ViewGroup.MarginLayoutParams;
214 // the view group that receives the window background.
317 // Sets the project callback (custom view loader) to the fragment delegate so that
321 View view
681 addView(ViewGroup parent, View view, int index) argument
940 removeView(ViewGroup parent, View view) argument
1094 postInflateProcess(View view, IProjectCallback projectCallback) argument
1254 startVisitingViews(View view, int offset, boolean setExtendedInfo) argument
1289 visit(View view, int offset, boolean setExtendedInfo) argument
[all...]
/frameworks/ex/common/java/com/android/common/contacts/
H A DBaseEmailAddressAdapter.java38 import android.view.View;
39 import android.view.ViewGroup;
286 * Override to create a view for line item in the autocomplete suggestion list UI.
293 protected abstract void bindView(View view, String directoryType, String directoryName, argument
297 * Override to create a view for a "Searching directory" line item, which is
305 protected abstract void bindViewLoading(View view, String directoryType, String directoryName); argument
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentActivity.java30 import android.view.KeyEvent;
31 import android.view.Menu;
32 import android.view.MenuItem;
33 import android.view.View;
34 import android.view.Window;
54 * use the parent view's ID as the new fragment's ID. You must explicitly
294 + " did not create a view.");
420 public boolean onPreparePanel(int featureId, View view, Menu menu) { argument
427 boolean goforit = super.onPreparePanel(featureId, view, menu);
431 return super.onPreparePanel(featureId, view, men
[all...]
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java17 package android.support.v4.view.accessibility;
21 import android.view.View;
28 * Helper for accessing {@link android.view.accessibility.AccessibilityNodeInfo}
654 * @see android.view.accessibility.AccessibilityNodeInfo#ACTION_FOCUS
655 * @see android.view.accessibility.AccessibilityNodeInfo#ACTION_CLEAR_FOCUS
656 * @see android.view.accessibility.AccessibilityNodeInfo#ACTION_SELECT
657 * @see android.view.accessibility.AccessibilityNodeInfo#ACTION_CLEAR_SELECTION
695 * Finds {@link android.view.accessibility.AccessibilityNodeInfo}s by text. The match
700 * received info by calling {@link android.view.accessibility.AccessibilityNodeInfo#recycle()}
722 * received info by calling {@link android.view
[all...]
/frameworks/base/core/java/android/view/
H A DViewDebug.java17 package android.view;
66 * Various debugging/tracing tools related to {@link View} and the view hierarchy.
70 * Log tag used to log errors related to the consistency of the view hierarchy.
91 * Enables or disables view hierarchy tracing. Any invoker of
92 * {@link #trace(View, android.view.ViewDebug.HierarchyTraceType)} should first
98 * Enables or disables view recycler tracing. Any invoker of
99 * {@link #trace(View, android.view.ViewDebug.RecyclerTraceType, int[])} should first
142 * view consistency checks happen only if {@link false} is set
157 * the view server. Only non-void methods with no arguments can be annotated
189 * @see android.view
391 public int view; field in class:ViewDebug.RecyclerTrace
670 trace(View view, RecyclerTraceType type, int... parameters) argument
709 startRecyclerTracing(String prefix, View view) argument
812 trace(View view, HierarchyTraceType type) argument
849 startHierarchyTracing(String prefix, View view) argument
935 dispatchCommand(View view, String command, String parameters, OutputStream clientStream) argument
1024 profileViewAndChildren(final View view, BufferedWriter out) argument
1029 profileViewAndChildren(final View view, BufferedWriter out, boolean root) argument
1126 profileViewOperation(View view, final ViewOperation<T> operation) argument
1182 captureViewLayer(View view, DataOutputStream clientStream, boolean visible) argument
1329 isRequestedView(View view, String className, int hashCode) argument
1350 dumpViewWithProperties(Context context, View view, BufferedWriter out, int level) argument
1440 dumpViewProperties(Context context, Object view, BufferedWriter out) argument
1446 dumpViewProperties(Context context, Object view, BufferedWriter out, String prefix) argument
1458 exportMethods(Context context, Object view, BufferedWriter out, Class<?> klass, String prefix) argument
1531 exportFields(Context context, Object view, BufferedWriter out, Class<?> klass, String prefix) argument
1729 dumpView(Object view, BufferedWriter out, int level) argument
1891 dumpCapturedView(String tag, Object view) argument
[all...]
H A DWindow.java17 package android.view;
31 import android.view.accessibility.AccessibilityEvent;
35 * instance of this class should be used as the top-level view added to the
150 * {@link android.view.Window#superDispatchKeyEvent} to do the
162 * {@link android.view.Window#superDispatchKeyShortcutEvent} to do the
173 * {@link android.view.Window#superDispatchTouchEvent} to do the
185 * {@link android.view.Window#superDispatchTrackballEvent} to do the
197 * {@link android.view.Window#superDispatchGenericMotionEvent} to do the
216 * Instantiate the view to display in the panel for 'featureId'.
222 * @return view Th
260 onPreparePanel(int featureId, View view, Menu menu) argument
490 addView(View view, ViewGroup.LayoutParams params) argument
925 setContentView(View view) argument
940 setContentView(View view, ViewGroup.LayoutParams params) argument
951 addContentView(View view, ViewGroup.LayoutParams params) argument
[all...]
H A DWindowManager.java17 package android.view;
38 * Exception that is thrown when trying to add view whose
60 * the given view hierarchy's {@link View#onDetachedFromWindow()
64 * @param view The view to be removed.
66 public void removeViewImmediate(View view); argument
96 * to the view associated with these LayoutParams. Specify 0 if the view
105 * to the view associated with these LayoutParams. Specify 0 if the view
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java17 package android.view.inputmethod;
20 import com.android.internal.view.IInputConnectionWrapper;
21 import com.android.internal.view.IInputContext;
22 import com.android.internal.view.IInputMethodCallback;
23 import com.android.internal.view.IInputMethodClient;
24 import com.android.internal.view.IInputMethodManager;
25 import com.android.internal.view.IInputMethodSession;
26 import com.android.internal.view.InputBindResult;
42 import android.view.KeyEvent;
43 import android.view
615 isActive(View view) argument
709 displayCompletions(View view, CompletionInfo[] completions) argument
727 updateExtractedText(View view, int token, ExtractedText text) argument
768 showSoftInput(View view, int flags) argument
820 showSoftInput(View view, int flags, ResultReceiver resultReceiver) argument
962 restartInput(View view) argument
1112 focusIn(View view) argument
1118 focusInLocked(View view) argument
1136 focusOut(View view) argument
1155 scheduleCheckFocusLocked(View view) argument
1281 updateSelection(View view, int selStart, int selEnd, int candidatesStart, int candidatesEnd) argument
1314 viewClicked(View view) argument
1336 isWatchingCursor(View view) argument
1343 updateCursor(View view, int left, int top, int right, int bottom) argument
1378 sendAppPrivateCommand(View view, String action, Bundle data) argument
[all...]
/frameworks/base/core/java/android/app/
H A DDialog.java33 import android.view.ActionMode;
34 import android.view.ContextMenu;
35 import android.view.ContextMenu.ContextMenuInfo;
36 import android.view.ContextThemeWrapper;
37 import android.view.Gravity;
38 import android.view.KeyEvent;
39 import android.view.LayoutInflater;
40 import android.view.Menu;
41 import android.view.MenuItem;
42 import android.view
479 setContentView(View view) argument
491 setContentView(View view, ViewGroup.LayoutParams params) argument
502 addContentView(View view, ViewGroup.LayoutParams params) argument
811 onPreparePanel(int featureId, View view, Menu menu) argument
912 registerForContextMenu(View view) argument
919 unregisterForContextMenu(View view) argument
926 openContextMenu(View view) argument
[all...]
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java38 import android.view.LayoutInflater;
39 import android.view.View;
40 import android.view.View.OnClickListener;
41 import android.view.ViewGroup;
258 View view;
261 view = mInflater.inflate(com.android.internal.R.layout.preference_header_item,
264 holder.icon = (ImageView) view.findViewById(com.android.internal.R.id.icon);
265 holder.title = (TextView) view.findViewById(com.android.internal.R.id.title);
266 holder.summary = (TextView) view.findViewById(com.android.internal.R.id.summary);
267 view
865 setListFooter(View view) argument
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java17 package android.view.accessibility;
24 import android.view.View;
31 * can be requested from its source. From the point of view of an
34 * to the view hierarchy. In other words, a custom view is free to report itself as
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java17 package android.view.animation;
29 * other objects. See the {@link android.view.animation animation package
540 * android.view.animation.AnimationSet AnimationSet} to chain
557 * android.view.animation.AnimationSet AnimationSet} to chain
743 * animated view. For instance, a fade animation will not affect the bounds
746 * @return true if this animation will change the view's bounds
1009 * Return true if this animation changes the view's alpha property.

Completed in 307 milliseconds

<<111213141516