Searched refs:view (Results 76 - 100 of 2154) sorted by relevance

1234567891011>>

/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/core/java/com/android/internal/view/animation/
H A DNativeInterpolatorFactory.java17 package com.android.internal.view.animation;
/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/v17/leanback/api21/android/support/v17/leanback/widget/
H A DRoundedRectHelperApi21.java20 import android.view.ViewOutlineProvider;
21 import android.view.View;
29 public void getOutline(View view, Outline outline) {
31 sCornerRadius = view.getResources().getDimensionPixelSize(
34 outline.setRoundRect(0, 0, view.getWidth(), view.getHeight(), sCornerRadius);
39 public static void setRoundedRectBackground(View view, int color) { argument
41 view.setOutlineProvider(sOutlineProvider);
43 view.setOutlineProvider(ViewOutlineProvider.BACKGROUND);
44 view
50 clearBackground(View view) argument
[all...]
/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/base/core/java/android/webkit/
H A DWebViewClient.java22 import android.view.InputEvent;
23 import android.view.KeyEvent;
24 import android.view.ViewRootImpl;
39 * @param view The WebView that is initiating the callback.
44 public boolean shouldOverrideUrlLoading(WebView view, String url) { argument
55 * @param view The WebView that is initiating the callback.
60 public void onPageStarted(WebView view, String url, Bitmap favicon) { argument
69 * @param view The WebView that is initiating the callback.
72 public void onPageFinished(WebView view, String url) { argument
79 * @param view Th
82 onLoadResource(WebView view, String url) argument
103 shouldInterceptRequest(WebView view, String url) argument
123 shouldInterceptRequest(WebView view, WebResourceRequest request) argument
141 onTooManyRedirects(WebView view, Message cancelMsg, Message continueMsg) argument
187 onReceivedError(WebView view, int errorCode, String description, String failingUrl) argument
200 onFormResubmission(WebView view, Message dontResend, Message resend) argument
212 doUpdateVisitedHistory(WebView view, String url, boolean isReload) argument
228 onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) argument
251 onReceivedClientCertRequest(WebView view, ClientCertRequest request) argument
267 onReceivedHttpAuthRequest(WebView view, HttpAuthHandler handler, String host, String realm) argument
284 shouldOverrideKeyEvent(WebView view, KeyEvent event) argument
300 onUnhandledKeyEvent(WebView view, KeyEvent event) argument
322 onUnhandledInputEvent(WebView view, InputEvent event) argument
330 onUnhandledInputEventInternal(WebView view, InputEvent event) argument
345 onScaleChanged(WebView view, float oldScale, float newScale) argument
358 onReceivedLoginRequest(WebView view, String realm, String account, String args) argument
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DRoundedRectHelper.java19 import android.view.View;
22 * Helper for setting rounded rectangle backgrounds on a view.
37 * Sets a rounded rectangle background on the given view, and clips the view to the
41 * @param view The view to be modified
44 public void setRoundedRectBackground(View view, int color) { argument
45 mImpl.setRoundedRectBackground(view, color);
49 * Clears the background of the view to transparent.
51 * @param view Th
53 clearBackground(View view) argument
58 setRoundedRectBackground(View view, int color) argument
59 clearBackground(View view) argument
67 setRoundedRectBackground(View view, int color) argument
75 clearBackground(View view) argument
85 setRoundedRectBackground(View view, int color) argument
90 clearBackground(View view) argument
[all...]
/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/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/support/v7/recyclerview/src/android/support/v7/widget/
H A DOrientationHelper.java19 import android.view.View;
26 * can also be used to abstract calls around view bounds and child measurements with margins and
72 * Returns the start of the view including its decoration and margin.
77 * @param view The view element to check
79 * @see #getDecoratedEnd(android.view.View)
81 public abstract int getDecoratedStart(View view); argument
84 * Returns the end of the view including its decoration and margin.
89 * @param view The view elemen
93 getDecoratedEnd(View view) argument
103 getDecoratedMeasurement(View view) argument
113 getDecoratedMeasurementInOther(View view) argument
157 offsetChild(View view, int offset) argument
[all...]
/frameworks/base/core/java/android/view/
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/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/support/v17/leanback/common/android/support/v17/leanback/transition/
H A DSlideCallback.java16 import android.view.View;
26 * Called when Slide is about to create animator for an appearing/disappearing view.
31 public boolean getSlide(View view, boolean appear, int[] edge, float[] distance); argument
/frameworks/support/v4/api21/android/support/v4/view/
H A DViewGroupCompatApi21.java17 package android.support.v4.view;
19 import android.view.ViewGroup;
/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}

Completed in 593 milliseconds

1234567891011>>