Searched defs:view (Results 226 - 250 of 386) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java17 package android.view;
31 * are well equipped to do the right thing to set the property and invalidate the view
44 * it will animate. Calls to {@link android.view.View#animate()} will return a reference
224 * @param view The View associated with this ViewPropertyAnimator
226 ViewPropertyAnimator(View view) { argument
227 mView = view;
228 view.ensureTransformationInfo();
797 * property and then set it on the view object).
831 * Calculate the current value for each property and set it on the view. Invalidate
832 * the view objec
[all...]
H A DDisplay.java17 package android.view;
41 * Use {@link android.view.WindowManager#getDefaultDisplay()
H A DDragEvent.java17 package android.view;
112 * The {@link android.view.DragEvent#getAction()},
113 * {@link android.view.DragEvent#describeContents()},
114 * {@link android.view.DragEvent#writeToParcel(Parcel,int)}, and
115 * {@link android.view.DragEvent#toString()} methods always return valid data.
338 * {@link android.view.View#startDrag(ClipData,View.DragShadowBuilder,Object,int) startDrag()}.
349 * {@link android.view.View#startDrag(ClipData,View.DragShadowBuilder,Object,int) startDrag()}.
362 * {@link android.view.View#startDrag(ClipData,View.DragShadowBuilder,Object,int) startDrag()}.
H A DGravity.java17 package android.view;
H A DMenu.java17 package android.view;
H A DPointerIcon.java17 package android.view;
H A DScaleGestureDetector.java17 package android.view;
H A DVelocityTracker.java17 package android.view;
/frameworks/base/core/java/android/app/
H A DLauncherActivity.java35 import android.view.LayoutInflater;
36 import android.view.View;
37 import android.view.ViewGroup;
38 import android.view.Window;
39 import android.view.View.OnClickListener;
151 View view;
153 view = mInflater.inflate(
156 view = convertView;
158 bindView(view, mActivitiesList.get(position));
159 return view;
162 bindView(View view, ListItem item) argument
[all...]
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java37 import android.view.Gravity;
38 import android.view.LayoutInflater;
39 import android.view.View;
86 * Create a host view. Uses default fade animations.
93 * Create a host view. Uses specified animations when pushing
104 // We want to segregate the view ids within AppWidgets to prevent
105 // problems when those ids collide with view ids in the AppWidgetHost.
110 * Set the AppWidget that will be displayed by this view. This method also adds default padding
220 * Update the AppWidgetProviderInfo for this view, and reset it to the
240 // Capture the old view int
413 prepareView(View view) argument
[all...]
/frameworks/base/core/java/android/pim/
H A DContactsAsyncHelper.java32 import android.view.View;
72 public ImageView view; field in class:ContactsAsyncHelper.WorkerArgs
274 args.view = imageView;
314 args.view.setVisibility(View.VISIBLE);
315 args.view.setImageDrawable((Drawable) args.result);
322 args.view.setVisibility(View.VISIBLE);
323 args.view.setImageResource(args.defaultResource);
335 args.listener.onImageLoadComplete(msg.what, args.cookie, args.view,
/frameworks/base/core/java/android/preference/
H A DSeekBarPreference.java24 import android.view.KeyEvent;
25 import android.view.View;
58 protected void onBindView(View view) { argument
59 super.onBindView(view);
60 SeekBar seekBar = (SeekBar) view.findViewById(
H A DTwoStatePreference.java25 import android.view.View;
26 import android.view.accessibility.AccessibilityEvent;
27 import android.view.accessibility.AccessibilityManager;
188 void sendAccessibilityEvent(View view) { argument
189 // Since the view is still not attached we create, populate,
196 view.onInitializeAccessibilityEvent(event);
197 view.dispatchPopulateAccessibilityEvent(event);
204 * Sync a summary view contained within view's subhierarchy with the correct summary text.
205 * @param view Vie
207 syncSummaryView(View view) argument
[all...]
/frameworks/base/core/java/android/text/method/
H A DPasswordTransformationMethod.java22 import android.view.View;
38 public CharSequence getTransformation(CharSequence source, View view) { argument
56 sp.setSpan(new ViewReference(view), 0, 0,
120 public void onFocusChanged(View view, CharSequence sourceText, argument
H A DTextKeyListener.java26 import android.view.KeyCharacterMap;
27 import android.view.KeyEvent;
28 import android.view.View;
128 public boolean onKeyDown(View view, Editable content, argument
132 return im.onKeyDown(view, content, keyCode, event);
136 public boolean onKeyUp(View view, Editable content, argument
140 return im.onKeyUp(view, content, keyCode, event);
144 public boolean onKeyOther(View view, Editable content, KeyEvent event) { argument
147 return im.onKeyOther(view, content, event);
213 public boolean onKeyDown(View view, Editabl argument
218 onKeyUp(View view, Editable content, int keyCode, KeyEvent event) argument
223 onKeyOther(View view, Editable content, KeyEvent event) argument
227 clearMetaKeyState(View view, Editable content, int states) argument
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityEvent.java17 package android.view.accessibility;
30 * {@link android.widget.Button} is clicked, a {@link android.view.View} is focused, etc.
33 * An accessibility event is fired by an individual view which populates the event with
37 * request for sending an event. The accessibility event is sent by the topmost view in the
38 * view tree. Therefore, an {@link android.accessibilityservice.AccessibilityService} can
66 * <b>View clicked</b> - represents the event of clicking on a {@link android.view.View}
94 * <b>View long clicked</b> - represents the event of long clicking on a {@link android.view.View}
153 * {@link android.view.View}.</br>
224 * <b>View scrolled</b> - represents the event of scrolling a view. If
255 * {@link android.view
[all...]
H A DAccessibilityInteractionClient.java17 package android.view.accessibility;
33 * which is it queries remote view hierarchies about snapshots of their
42 * to a given view hierarchy where a message is posted (from a binder
45 * the blocked client thread and the main UI thread of the target view
52 * the accessed view hierarchy can detect if the client making the request
53 * is running in its main UI thread. In such a case the view hierarchy,
111 * Sets the message to be processed if the interacted view hierarchy
166 * @param viewId The id of the view.
248 * Use {@link android.view.View#NO_ID} to start from the root.
H A DAccessibilityManager.java17 package android.view.accessibility;
31 import android.view.IWindow;
32 import android.view.View;
44 * {@link android.view.View} changes etc. Parties interested in handling accessibility
/frameworks/base/core/java/android/view/animation/
H A DScaleAnimation.java17 package android.view.animation;
/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java17 package android.view.inputmethod;
233 * The "hint" text of the text view, typically shown in-line when the
251 * {@link android.view.View#getId() View.getId()} on the View that
H A DInputConnection.java17 package android.view.inputmethod;
20 import android.view.KeyCharacterMap;
21 import android.view.KeyEvent;
135 * text view and containing the extracted text itself.
291 * key event, to the currently focused; this generally is the view that
H A DInputConnectionWrapper.java17 package android.view.inputmethod;
20 import android.view.KeyEvent;
H A DInputMethodInfo.java17 package android.view.inputmethod;
H A DInputMethodSubtype.java17 package android.view.inputmethod;
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSession.java17 package android.view.textservice;
31 import android.view.textservice.SpellCheckerInfo;
32 import android.view.textservice.SuggestionsInfo;
33 import android.view.textservice.TextInfo;
93 public static final String SERVICE_META_DATA = "android.view.textservice.scs";

Completed in 296 milliseconds

1234567891011>>