Searched refs:view (Results 51 - 75 of 1416) sorted by relevance

1234567891011>>

/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodCallback.aidl17 package com.android.internal.view;
20 import android.view.KeyEvent;
21 import android.view.MotionEvent;
22 import com.android.internal.view.IInputContext;
23 import com.android.internal.view.IInputMethodSession;
H A DRootViewSurfaceTaker.java1 package com.android.internal.view;
3 import android.view.InputQueue;
4 import android.view.SurfaceHolder;
H A DIInputMethod.aidl17 package com.android.internal.view;
22 import android.view.KeyEvent;
23 import android.view.MotionEvent;
24 import android.view.inputmethod.EditorInfo;
25 import android.view.inputmethod.InputBinding;
26 import android.view.inputmethod.InputMethodSubtype;
27 import com.android.internal.view.IInputContext;
28 import com.android.internal.view.IInputMethodCallback;
29 import com.android.internal.view.IInputMethodSession;
/frameworks/base/core/java/android/webkit/
H A DWebViewClient.java22 import android.view.KeyEvent;
23 import android.view.ViewRootImpl;
35 * @param view The WebView that is initiating the callback.
40 public boolean shouldOverrideUrlLoading(WebView view, String url) { argument
51 * @param view The WebView that is initiating the callback.
56 public void onPageStarted(WebView view, String url, Bitmap favicon) { argument
65 * @param view The WebView that is initiating the callback.
68 public void onPageFinished(WebView view, String url) { argument
75 * @param view The WebView that is initiating the callback.
78 public void onLoadResource(WebView view, Strin argument
96 shouldInterceptRequest(WebView view, String url) argument
114 onTooManyRedirects(WebView view, Message cancelMsg, Message continueMsg) argument
160 onReceivedError(WebView view, int errorCode, String description, String failingUrl) argument
173 onFormResubmission(WebView view, Message dontResend, Message resend) argument
185 doUpdateVisitedHistory(WebView view, String url, boolean isReload) argument
201 onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) argument
218 onReceivedHttpAuthRequest(WebView view, HttpAuthHandler handler, String host, String realm) argument
235 shouldOverrideKeyEvent(WebView view, KeyEvent event) argument
249 onUnhandledKeyEvent(WebView view, KeyEvent event) argument
264 onScaleChanged(WebView view, float oldScale, float newScale) argument
277 onReceivedLoginRequest(WebView view, String realm, String account, String args) argument
[all...]
/frameworks/base/core/java/android/text/method/
H A DKeyListener.java20 import android.view.KeyEvent;
21 import android.view.View;
27 * {@link android.view.inputmethod.InputMethod}; it should only be used
63 public boolean onKeyDown(View view, Editable text, argument
71 public boolean onKeyUp(View view, Editable text, argument
79 public boolean onKeyOther(View view, Editable text, KeyEvent event); argument
84 public void clearMetaKeyState(View view, Editable content, int states); argument
H A DTransformationMethod.java20 import android.view.View;
36 public CharSequence getTransformation(CharSequence source, View view); argument
42 public void onFocusChanged(View view, CharSequence sourceText, argument
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java17 package android.support.v4.view;
22 import android.support.v4.view.accessibility.AccessibilityNodeInfoCompat;
23 import android.support.v4.view.accessibility.AccessibilityNodeProviderCompat;
24 import android.view.View;
25 import android.view.accessibility.AccessibilityEvent;
33 * Always allow a user to over-scroll this view, provided it is a
34 * view that can scroll.
39 * Allow a user to over-scroll this view only if the content is large
40 * enough to meaningfully scroll, provided it is a view that can scroll.
45 * Never allow a user to over-scroll this view
123 hasTransientState(View view) argument
124 setHasTransientState(View view, boolean hasTransientState) argument
125 postInvalidateOnAnimation(View view) argument
126 postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) argument
127 postOnAnimation(View view, Runnable action) argument
128 postOnAnimationDelayed(View view, Runnable action, long delayMillis) argument
129 getImportantForAccessibility(View view) argument
130 setImportantForAccessibility(View view, int mode) argument
131 performAccessibilityAction(View view, int action, Bundle arguments) argument
132 getAccessibilityNodeProvider(View view) argument
133 setLayerType(View view, int layerType, Paint paint) argument
134 getLayerType(View view) argument
135 getLabelFor(View view) argument
136 setLabelFor(View view, int id) argument
164 hasTransientState(View view) argument
168 setHasTransientState(View view, boolean hasTransientState) argument
171 postInvalidateOnAnimation(View view) argument
174 postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) argument
177 postOnAnimation(View view, Runnable action) argument
180 postOnAnimationDelayed(View view, Runnable action, long delayMillis) argument
186 getImportantForAccessibility(View view) argument
189 setImportantForAccessibility(View view, int mode) argument
192 performAccessibilityAction(View view, int action, Bundle arguments) argument
195 getAccessibilityNodeProvider(View view) argument
198 setLayerType(View view, int layerType, Paint paint) argument
200 getLayerType(View view) argument
203 getLabelFor(View view) argument
206 setLabelFor(View view, int id) argument
226 setLayerType(View view, int layerType, Paint paint) argument
229 getLayerType(View view) argument
263 hasTransientState(View view) argument
267 setHasTransientState(View view, boolean hasTransientState) argument
271 postInvalidateOnAnimation(View view) argument
275 postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) argument
279 postOnAnimation(View view, Runnable action) argument
283 postOnAnimationDelayed(View view, Runnable action, long delayMillis) argument
287 getImportantForAccessibility(View view) argument
291 setImportantForAccessibility(View view, int mode) argument
295 performAccessibilityAction(View view, int action, Bundle arguments) argument
299 getAccessibilityNodeProvider(View view) argument
311 getLabelFor(View view) argument
316 setLabelFor(View view, int id) argument
519 hasTransientState(View view) argument
530 setHasTransientState(View view, boolean hasTransientState) argument
543 postInvalidateOnAnimation(View view) argument
560 postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) argument
575 postOnAnimation(View view, Runnable action) argument
592 postOnAnimationDelayed(View view, Runnable action, long delayMillis) argument
608 getImportantForAccessibility(View view) argument
624 setImportantForAccessibility(View view, int mode) argument
642 performAccessibilityAction(View view, int action, Bundle arguments) argument
669 getAccessibilityNodeProvider(View view) argument
712 setLayerType(View view, int layerType, Paint paint) argument
732 getLayerType(View view) argument
743 getLabelFor(View view) argument
754 setLabelFor(View view, int labeledId) argument
[all...]
/frameworks/base/core/java/android/view/
H A DIApplicationToken.aidl1 /* //device/java/android/android/view/IApplicationToken.aidl
18 package android.view;
/frameworks/base/core/java/android/widget/
H A DHeterogeneousExpandableList.java19 import android.view.View;
20 import android.view.ViewGroup;
24 * {@link ExpandableListAdapter} take advantage of the {@link Adapter} view type
27 * An {@link ExpandableListAdapter} declares it has one view type for its group items
28 * and one view type for its child items. Although adapted for most {@link ExpandableListView}s,
H A DSpinnerAdapter.java19 import android.view.View;
20 import android.view.ViewGroup;
30 * <p>Get a {@link android.view.View} that displays in the drop down popup
33 * @param position index of the item whose view we want.
34 * @param convertView the old view to reuse, if possible. Note: You should
35 * check that this view is non-null and of an appropriate type before
36 * using. If it is not possible to convert this view to display the
37 * correct data, this method can create a new view.
38 * @param parent the parent that this view will eventually be attached to
39 * @return a {@link android.view
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DOnSizeChangedListener.java19 import android.view.View;
22 void onSizeChanged(View view, int w, int h, int oldw, int oldh); argument
/frameworks/support/v4/gingerbread/android/support/v4/view/
H A DViewCompatGingerbread.java17 package android.support.v4.view;
19 import android.view.View;
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityEventSource.java17 package android.view.accessibility;
H A DIAccessibilityManager.aidl18 package android.view.accessibility;
24 import android.view.accessibility.AccessibilityEvent;
25 import android.view.accessibility.AccessibilityNodeInfo;
26 import android.view.accessibility.IAccessibilityInteractionConnection;
27 import android.view.accessibility.IAccessibilityManagerClient;
28 import android.view.IWindow;
/frameworks/base/core/java/com/android/internal/policy/
H A DIPolicy.java20 import android.view.FallbackEventHandler;
21 import android.view.LayoutInflater;
22 import android.view.Window;
23 import android.view.WindowManagerPolicy;
/frameworks/base/tools/layoutlib/create/tests/mock_android/widget/
H A DTableLayout.java19 import mock_android.view.ViewGroup;
/frameworks/base/services/java/com/android/server/accessibility/
H A DEventStreamTransformation.java19 import android.view.KeyEvent;
20 import android.view.MotionEvent;
21 import android.view.accessibility.AccessibilityEvent;
/frameworks/support/v4/jellybean/android/support/v4/view/accessibility/
H A DAccessibilityRecordCompatJellyBean.java17 package android.support.v4.view.accessibility;
19 import android.view.View;
20 import android.view.accessibility.AccessibilityRecord;
/frameworks/base/core/tests/coretests/src/android/view/
H A DStubbedView.java17 package android.view;
23 import android.view.View;
36 final View view = findViewById(R.id.viewStub);
37 if (view != null) {
38 view.setVisibility(View.VISIBLE);
H A DRunQueue.java17 package android.view;
22 import android.view.View;
23 import android.view.ViewTreeObserver;
44 final View view = findViewById(R.id.simple_view);
46 view.post(new Runnable() {
57 view.post(runnable);
58 view.post(runnable);
59 view.post(runnable);
60 view.post(runnable);
61 view
[all...]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewFlipperActivity.java21 import android.view.Gravity;
22 import android.view.LayoutInflater;
23 import android.view.View;
41 View view = inflater.inflate(R.layout.flipper_item, flipper, false);
42 flipper.addView(view);
43 ((ImageView) view.findViewById(R.id.widget_image)).setImageResource(R.drawable.sunset1);
44 ((TextView) view.findViewById(R.id.widget_text)).setText("This is a long line of text, "
47 view = inflater.inflate(R.layout.flipper_item, flipper, false);
48 flipper.addView(view);
49 ((ImageView) view
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DAttachInfo_Accessor.java17 package android.view;
24 import android.view.View.AttachInfo;
31 public static void setAttachInfo(View view) { argument
32 Context context = view.getContext();
42 view.dispatchAttachedToWindow(info, 0);
45 public static void dispatchOnPreDraw(View view) { argument
46 view.mAttachInfo.mTreeObserver.dispatchOnPreDraw();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/view/
H A DWindowManagerImpl.java16 package com.android.layoutlib.bridge.android.view;
19 import android.view.Display;
20 import android.view.DisplayInfo;
21 import android.view.View;
22 import android.view.WindowManager;
45 public void addView(View arg0, android.view.ViewGroup.LayoutParams arg1) {
55 public void updateViewLayout(View arg0, android.view.ViewGroup.LayoutParams arg1) {
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridSimple.java21 import android.view.View;
22 import android.view.ViewGroup;
50 View view = super.createView(position, parent, desiredHeight);
51 view.setBackgroundColor(0xFF000000);
52 ((TextView) view).setTextSize(16.0f);
53 return view;
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListSimple.java21 import android.view.View;
22 import android.view.ViewGroup;
46 View view = super.createView(position, parent, desiredHeight);
47 view.setBackgroundColor(0xFF191919);
48 ((TextView) view).setTextSize(16.0f);
49 return view;

Completed in 396 milliseconds

1234567891011>>