Searched defs:view (Results 176 - 200 of 386) sorted by relevance

1234567891011>>

/frameworks/support/v4/ics/android/support/v4/view/
H A DAccessibilityDelegateCompatIcs.java17 package android.support.v4.view;
19 import android.view.View;
20 import android.view.View.AccessibilityDelegate;
21 import android.view.ViewGroup;
22 import android.view.accessibility.AccessibilityEvent;
23 import android.view.accessibility.AccessibilityNodeInfo;
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentStatePagerAdapter.java23 import android.support.v4.view.PagerAdapter;
25 import android.view.View;
26 import android.view.ViewGroup;
29 * Implementation of {@link android.support.v4.view.PagerAdapter} that
34 * of pages, working more like a list view. When pages are not visible to
165 public boolean isViewFromObject(View view, Object object) { argument
166 return ((Fragment)object).getView() == view;
/frameworks/support/v4/java/android/support/v4/view/
H A DKeyEventCompat.java17 package android.support.v4.view;
19 import android.view.KeyEvent;
H A DMotionEventCompat.java17 package android.support.v4.view;
19 import android.view.MotionEvent;
H A DViewCompat.java17 package android.support.v4.view;
20 import android.support.v4.view.accessibility.AccessibilityNodeInfoCompat;
21 import android.view.View;
22 import android.view.accessibility.AccessibilityEvent;
30 * Always allow a user to over-scroll this view, provided it is a
31 * view that can scroll.
36 * Allow a user to over-scroll this view only if the content is large
37 * enough to meaningfully scroll, provided it is a view that can scroll.
42 * Never allow a user to over-scroll this view.
135 * Check if this view ca
[all...]
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityEventCompat.java17 package android.support.v4.view.accessibility;
20 import android.view.accessibility.AccessibilityEvent;
78 * Represents the event of a hover enter over a {@link android.view.View}.
83 * Represents the event of a hover exit over a {@link android.view.View}.
103 * Represents the event of scrolling a view.
129 * Appends an {@link android.view.accessibility.AccessibilityRecord} to the end of
H A DAccessibilityManagerCompat.java17 package android.support.v4.view.accessibility;
21 import android.support.v4.view.accessibility.AccessibilityManagerCompatIcs.AccessibilityStateChangeListenerBridge;
22 import android.view.accessibility.AccessibilityManager;
/frameworks/base/core/java/android/view/
H A DFocusFinder.java17 package android.view;
26 * The algorithm used for finding the next focusable view in a given direction
27 * from a view that currently has focus.
55 * Find the next view to take focus in root's descendants, starting from the view
60 * @return The next focusable view, or null if none exists.
102 * Find the next view to take focus in root's descendants, searching from
107 * @return The next focusable view, or null if none exists.
122 // Add the currently focused view to the list to have it sorted
159 // (so the first plausible view wil
577 getRect(View view, Rect rect) argument
[all...]
H A DInputChannel.java17 package android.view;
H A DInputQueue.java17 package android.view;
H A DOrientationEventListener.java17 package android.view;
H A DSurfaceHolder.java17 package android.view;
233 * @see android.view.SurfaceHolder#lockCanvas
265 * Surface is not created until the view has been attached to the window
H A DViewParent.java17 package android.view;
20 import android.view.accessibility.AccessibilityEvent;
24 * This is the API that a view sees when it wants to interact with its parent.
30 * child of this view parent. This will schedule a layout pass of the view
36 * Indicates whether layout was requested on this view parent.
43 * Called when a child wants the view hierarchy to gather and report
45 * the view hierarchy, such as SurfaceView can use this API to improve
46 * performance of the system. When no such a view is present in the
48 * view hierarch
[all...]
/frameworks/base/core/java/android/view/animation/
H A DGridLayoutAnimationController.java17 package android.view.animation;
19 import android.view.View;
20 import android.view.ViewGroup;
31 * in the view group to compute the animation delay, this class uses both the
41 * {@link android.view.animation.GridLayoutAnimationController.AnimationParameters},
42 * itself stored in the {@link android.view.ViewGroup.LayoutParams} of the view.
107 * @param context the Context the view group is running in, through which
137 * @param animation the animation to use on each child of the view group
147 * @param animation the animation to use on each child of the view grou
297 getDelayForView(View view) argument
[all...]
/frameworks/base/core/java/android/app/
H A DListFragment.java21 import android.view.LayoutInflater;
22 import android.view.View;
23 import android.view.ViewGroup;
24 import android.view.animation.AnimationUtils;
42 * ListFragment has a default layout that consists of a single list view.
44 * your own view hierarchy from {@link #onCreateView}.
45 * To do this, your view hierarchy <em>must</em> contain a ListView object with the
48 * Optionally, your view hierarchy can contain another view object of any type to
49 * display when the list view i
201 onViewCreated(View view, Bundle savedInstanceState) argument
[all...]
H A DTimePickerDialog.java25 import android.view.LayoutInflater;
26 import android.view.View;
46 * @param view The view associated with this listener.
50 void onTimeSet(TimePicker view, int hourOfDay, int minute); argument
69 * @param is24HourView Whether this is a 24 hour view, or AM/PM.
83 * @param is24HourView Whether this is a 24 hour view, or AM/PM.
105 View view = inflater.inflate(R.layout.time_picker_dialog, null);
106 setView(view);
107 mTimePicker = (TimePicker) view
129 onTimeChanged(TimePicker view, int hourOfDay, int minute) argument
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DExtractEditLayout.java19 import com.android.internal.view.menu.MenuBuilder;
20 import com.android.internal.view.menu.MenuPopupHelper;
24 import android.view.ActionMode;
25 import android.view.Menu;
26 import android.view.MenuInflater;
27 import android.view.MenuItem;
28 import android.view.View;
29 import android.view.accessibility.AccessibilityEvent;
127 public void setCustomView(View view) { argument
128 // Custom view i
[all...]
/frameworks/base/core/java/android/preference/
H A DEditTextPreference.java27 import android.view.View;
28 import android.view.ViewGroup;
29 import android.view.ViewParent;
62 * The preference framework and view framework both have an 'enabled'
64 * the preference framework, but it was also given to the view framework.
106 protected void onBindDialogView(View view) { argument
107 super.onBindDialogView(view);
113 if (oldParent != view) {
117 onAddEditTextToDialogView(view, editText);
122 * Adds the EditText widget of this preference to the dialog's view
[all...]
H A DPreferenceScreen.java27 import android.view.View;
28 import android.view.Window;
133 * @param listView The list view to attach to.
187 * as we would with any other activity or view.
193 public void onItemClick(AdapterView parent, View view, int position, long id) { argument
/frameworks/base/core/java/android/text/
H A DAutoText.java24 import android.view.View;
84 * @param view to get the resources from
87 private static AutoText getInstance(View view) { argument
88 Resources res = view.getContext().getResources();
110 View view) {
111 return getInstance(view).lookup(src, start, end);
117 * @param view used to retrieve the current Locale and Resources.
120 public static int getSize(View view) { argument
122 return getInstance(view).getSize();
109 get(CharSequence src, final int start, final int end, View view) argument
/frameworks/base/core/java/android/text/method/
H A DArrowKeyMovementMethod.java23 import android.view.KeyEvent;
24 import android.view.MotionEvent;
25 import android.view.View;
43 // This calculation does not take into account the view transformations that
247 // mode once the view detected it needed to scroll.
308 public void onTakeFocus(TextView view, Spannable text, int dir) { argument
310 if (view.getLayout() == null) {
H A DCharacterPickerDialog.java25 import android.view.LayoutInflater;
26 import android.view.View.OnClickListener;
27 import android.view.View;
28 import android.view.ViewGroup;
29 import android.view.Window;
30 import android.view.WindowManager;
54 public CharacterPickerDialog(Context context, View view, argument
59 mView = view;
88 public void onItemClick(AdapterView parent, View view, int position, long id) { argument
H A DMultiTapKeyListener.java19 import android.view.KeyEvent;
20 import android.view.View;
81 public boolean onKeyDown(View view, Editable content, argument
86 if (view != null) {
87 pref = TextKeyListener.getInstance().getPrefs(view.getContext());
227 return super.onKeyDown(view, content, keyCode, event);
H A DQwertyKeyListener.java22 import android.view.KeyCharacterMap;
23 import android.view.KeyEvent;
24 import android.view.View;
80 public boolean onKeyDown(View view, Editable content, argument
85 if (view != null) {
86 pref = TextKeyListener.getInstance().getPrefs(view.getContext());
114 if (c == i || c == Character.toUpperCase(i) && view != null) {
115 if (showCharacterPicker(view, content, c, false, count)) {
124 if (view != null) {
125 showCharacterPicker(view, conten
355 getReplacement(CharSequence src, int start, int end, View view) argument
491 showCharacterPicker(View view, Editable content, char c, boolean insert, int count) argument
[all...]
H A DReplacementTransformationMethod.java26 import android.view.View;
102 public void onFocusChanged(View view, CharSequence sourceText, argument

Completed in 210 milliseconds

1234567891011>>