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

<<111213141516

/frameworks/base/core/java/android/view/
H A DMotionEvent.java17 package android.view;
117 * positions such as view X/Y coordinates. Each complete gesture is represented
254 * This action is always delivered to the window or view under the pointer.
269 * This action is always delivered to the window or view under the pointer, which
270 * may not be the window or view currently touched.
281 * boundaries of a window or view.
283 * This action is always delivered to the window or view under the pointer.
294 * boundaries of a window or view.
296 * This action is always delivered to the window or view that was previously under the pointer.
H A DKeyEvent.java17 package android.view;
26 import android.view.KeyCharacterMap;
27 import android.view.KeyCharacterMap.KeyData;
60 * to a view always constitute complete key sequences since some events may be dropped
61 * or modified by containing views before they are delivered. The view implementation
H A DView.java17 package android.view;
60 import android.view.ContextMenu.ContextMenuInfo;
61 import android.view.accessibility.AccessibilityEvent;
62 import android.view.accessibility.AccessibilityEventSource;
63 import android.view.accessibility.AccessibilityManager;
64 import android.view.accessibility.AccessibilityNodeInfo;
65 import android.view.animation.Animation;
66 import android.view.animation.AnimationUtils;
67 import android.view.inputmethod.EditorInfo;
68 import android.view
6158 checkInputConnectionProxy(View view) argument
13237 DragShadowBuilder(View view) argument
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java43 * view.
673 public void setUseWebViewBackgroundForOverscrollBackground(boolean view) { argument
674 mUseWebViewBackgroundForOverscroll = view;
H A DWebView.java65 import android.view.Display;
66 import android.view.Gravity;
67 import android.view.HapticFeedbackConstants;
68 import android.view.HardwareCanvas;
69 import android.view.InputDevice;
70 import android.view.KeyCharacterMap;
71 import android.view.KeyEvent;
72 import android.view.LayoutInflater;
73 import android.view.MotionEvent;
74 import android.view
952 onNewPicture(WebView view, Picture picture) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DGridLayout.java27 import android.view.Gravity;
28 import android.view.View;
29 import android.view.ViewGroup;
39 import static android.view.Gravity.*;
40 import static android.view.View.MeasureSpec.EXACTLY;
41 import static android.view.View.MeasureSpec.makeMeasureSpec;
80 * dedicated {@link Space} view or by setting the
176 * view boundary: i.e. the area delimited by the component's:
177 * {@link android.view.View#getTop() top},
178 * {@link android.view
595 getMargin1(View view, boolean horizontal, boolean leading) argument
603 getMargin(View view, boolean horizontal, boolean leading) argument
2364 getAlignmentValue(View view, int viewSize) argument
2381 getSizeInCell(View view, int viewSize, int cellSize, int measurementType) argument
[all...]
H A DAbsListView.java42 import android.view.ActionMode;
43 import android.view.ContextMenu.ContextMenuInfo;
44 import android.view.Gravity;
45 import android.view.HapticFeedbackConstants;
46 import android.view.InputDevice;
47 import android.view.KeyEvent;
48 import android.view.LayoutInflater;
49 import android.view.Menu;
50 import android.view.MenuItem;
51 import android.view
688 onScrollStateChanged(AbsListView view, int scrollState) argument
699 onScroll(AbsListView view, int firstVisibleItem, int visibleItemCount, int totalItemCount) argument
1009 performItemClick(View view, int position, long id) argument
2476 createContextMenuInfo(View view, int position, long id) argument
5219 checkInputConnectionProxy(View view) argument
5751 onMovedToScrapHeap(View view) argument
[all...]
H A DTextView.java102 import android.view.ActionMode;
103 import android.view.ActionMode.Callback;
104 import android.view.DragEvent;
105 import android.view.Gravity;
106 import android.view.HapticFeedbackConstants;
107 import android.view.KeyCharacterMap;
108 import android.view.KeyEvent;
109 import android.view.LayoutInflater;
110 import android.view.Menu;
111 import android.view
7986 onClick(View view) argument
9897 onItemClick(AdapterView<?> parent, View view, int position, long id) argument
10364 onClick(View view) argument
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java18 import static android.view.View.MeasureSpec.AT_MOST;
19 import static android.view.View.MeasureSpec.EXACTLY;
20 import static android.view.View.MeasureSpec.getMode;
21 import static android.view.ViewGroup.LayoutParams.MATCH_PARENT;
22 import static android.view.ViewGroup.LayoutParams.WRAP_CONTENT;
23 import static android.view.WindowManager.LayoutParams.FLAG_FULLSCREEN;
24 import static android.view.WindowManager.LayoutParams.FLAG_LAYOUT_INSET_DECOR;
25 import static android.view.WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN;
26 import static android.view.WindowManager.LayoutParams.FLAG_SHOW_WALLPAPER;
27 import static android.view
259 setContentView(View view) argument
264 setContentView(View view, ViewGroup.LayoutParams params) argument
278 addContentView(View view, ViewGroup.LayoutParams params) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivity.java59 import android.view.ActionMode;
60 import android.view.ContextMenu;
61 import android.view.ContextMenu.ContextMenuInfo;
62 import android.view.ContextThemeWrapper;
63 import android.view.KeyEvent;
64 import android.view.LayoutInflater;
65 import android.view.Menu;
66 import android.view.MenuInflater;
67 import android.view.MenuItem;
68 import android.view
1854 setContentView(View view) argument
1870 setContentView(View view, ViewGroup.LayoutParams params) argument
1882 addContentView(View view, ViewGroup.LayoutParams params) argument
2460 onPreparePanel(int featureId, View view, Menu menu) argument
2695 registerForContextMenu(View view) argument
2706 unregisterForContextMenu(View view) argument
2717 openContextMenu(View view) argument
[all...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java74 import android.view.ContextMenu;
75 import android.view.Gravity;
76 import android.view.KeyEvent;
77 import android.view.MenuItem;
78 import android.view.MotionEvent;
79 import android.view.View;
80 import android.view.inputmethod.EditorInfo;
81 import android.view.inputmethod.InputConnection;
82 import android.view.inputmethod.InputConnectionWrapper;
83 import android.view
929 startSelecting(View view, Spannable content) argument
933 stopSelecting(View view, Spannable content) argument
[all...]

Completed in 312 milliseconds

<<111213141516