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

1234567891011>>

/frameworks/base/core/java/android/view/
H A DIInputFilterHost.aidl17 package android.view;
19 import android.view.InputEvent;
H A DIWindowId.aidl16 package android.view;
18 import android.view.IWindowFocusObserver;
H A DIApplicationToken.aidl1 /* //device/java/android/android/view/IApplicationToken.aidl
18 package android.view;
H A DIWindowFocusObserver.aidl16 package android.view;
/frameworks/base/core/java/android/view/animation/
H A DInterpolator.java17 package android.view.animation;
/frameworks/base/core/java/com/android/internal/view/
H A DIInputSessionCallback.aidl17 package com.android.internal.view;
19 import com.android.internal.view.IInputMethodSession;
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DViewConfiguration_Accessor.java17 package android.view;
/frameworks/base/tools/layoutlib/bridge/src/android/view/inputmethod/
H A DInputMethodManager_Accessor.java17 package android.view.inputmethod;
/frameworks/base/tools/layoutlib/create/tests/mock_data/mock_android/view/
H A DViewGroup.java17 package mock_android.view;
/frameworks/support/v4/ics/android/support/v4/view/
H A DViewGroupCompatIcs.java17 package android.support.v4.view;
19 import android.view.View;
20 import android.view.ViewGroup;
21 import android.view.accessibility.AccessibilityEvent;
H A DViewParentCompatICS.java17 package android.support.v4.view;
19 import android.view.View;
20 import android.view.ViewParent;
21 import android.view.accessibility.AccessibilityEvent;
/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DMenuItemCompatHoneycomb.java17 package android.support.v4.view;
19 import android.view.MenuItem;
20 import android.view.View;
30 public static MenuItem setActionView(MenuItem item, View view) { argument
31 return item.setActionView(view);
H A DViewGroupCompatHC.java18 package android.support.v4.view;
20 import android.view.ViewGroup;
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DSubMenuWrapperICS.java17 package android.support.v7.internal.view.menu;
20 import android.support.v4.internal.view.SupportSubMenu;
21 import android.view.MenuItem;
22 import android.view.SubMenu;
23 import android.view.View;
26 SubMenuWrapperICS(android.view.SubMenu subMenu) {
31 public android.view.SubMenu getWrappedObject() {
32 return (android.view.SubMenu) mWrappedObject;
37 ((android.view.SubMenu) mWrappedObject).setHeaderTitle(titleRes);
43 ((android.view
60 setHeaderView(View view) argument
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewClient.java22 import android.view.KeyEvent;
23 import android.view.ViewRootImpl;
36 * @param view The WebView that is initiating the callback.
41 public boolean shouldOverrideUrlLoading(WebView view, String url) { argument
52 * @param view The WebView that is initiating the callback.
57 public void onPageStarted(WebView view, String url, Bitmap favicon) { argument
66 * @param view The WebView that is initiating the callback.
69 public void onPageFinished(WebView view, String url) { argument
76 * @param view The WebView that is initiating the callback.
79 public void onLoadResource(WebView view, Strin argument
97 shouldInterceptRequest(WebView view, String url) argument
115 onTooManyRedirects(WebView view, Message cancelMsg, Message continueMsg) argument
161 onReceivedError(WebView view, int errorCode, String description, String failingUrl) argument
174 onFormResubmission(WebView view, Message dontResend, Message resend) argument
186 doUpdateVisitedHistory(WebView view, String url, boolean isReload) argument
202 onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) argument
219 onReceivedHttpAuthRequest(WebView view, HttpAuthHandler handler, String host, String realm) argument
236 shouldOverrideKeyEvent(WebView view, KeyEvent event) argument
250 onUnhandledKeyEvent(WebView view, KeyEvent event) argument
265 onScaleChanged(WebView view, float oldScale, float newScale) argument
278 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
/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/
H A DRecentsComponent.java19 import android.view.Display;
20 import android.view.View;
/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/support/v4/java/android/support/v4/internal/view/
H A DSupportMenu.java17 package android.support.v4.internal.view;
25 * @see android.view.Menu
28 public interface SupportMenu extends android.view.Menu {
/frameworks/support/v4/java/android/support/v4/view/
H A DMenuCompat.java17 package android.support.v4.view;
19 import android.view.MenuItem;
22 * Helper for accessing features in {@link android.view.Menu}
/frameworks/support/v4/jellybean-mr2/android/support/v4/view/
H A DViewGroupCompatJellybeanMR2.java18 package android.support.v4.view;
20 import android.view.ViewGroup;
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityEventSource.java17 package android.view.accessibility;

Completed in 6359 milliseconds

1234567891011>>