/external/skia/samplecode/ |
TransitionView.h | 15 bool is_transition(SkView* view);
|
/frameworks/base/core/java/android/transition/ |
VisibilityPropagation.java | 18 import android.view.View; 22 * View Visibility and the center position of the View. 27 * The property key used for {@link android.view.View#getVisibility()}. 32 * The property key used for the center of the View in screen coordinates. This is an 44 View view = values.view; local [all...] |
/frameworks/base/core/java/android/view/ |
FallbackEventHandler.java | 17 package android.view; 23 public void setView(View v);
|
WindowManagerImpl.java | 17 package android.view; 29 * allowing you to add any View subclass as a top-level window on the screen. 83 public void addView(@NonNull View view, @NonNull ViewGroup.LayoutParams params) { 85 mGlobal.addView(view, params, mDisplay, mParentWindow); 89 public void updateViewLayout(@NonNull View view, @NonNull ViewGroup.LayoutParams params) { 91 mGlobal.updateViewLayout(view, params); 110 public void removeView(View view) { [all...] |
/frameworks/base/core/java/android/view/accessibility/ |
IAccessibilityInteractionCallback.aidl | 17 package android.view.accessibility; 19 import android.view.accessibility.AccessibilityNodeInfo;
|
/frameworks/base/core/java/android/view/animation/ |
AccelerateDecelerateInterpolator.java | 17 package android.view.animation; 22 import com.android.internal.view.animation.HasNativeInterpolator; 23 import com.android.internal.view.animation.NativeInterpolatorFactory; 24 import com.android.internal.view.animation.NativeInterpolatorFactoryHelper;
|
BaseInterpolator.java | 17 package android.view.animation;
|
LinearInterpolator.java | 17 package android.view.animation; 22 import com.android.internal.view.animation.HasNativeInterpolator; 23 import com.android.internal.view.animation.NativeInterpolatorFactory; 24 import com.android.internal.view.animation.NativeInterpolatorFactoryHelper;
|
/frameworks/base/core/java/com/android/internal/textservice/ |
ISpellCheckerSessionListener.aidl | 19 import android.view.textservice.SentenceSuggestionsInfo; 20 import android.view.textservice.SuggestionsInfo;
|
/frameworks/base/core/java/com/android/internal/view/ |
IInputMethod.aidl | 17 package com.android.internal.view; 21 import android.view.InputChannel; 22 import android.view.inputmethod.EditorInfo; 23 import android.view.inputmethod.InputBinding; 24 import android.view.inputmethod.InputMethodSubtype; 25 import com.android.internal.view.IInputContext; 26 import com.android.internal.view.IInputMethodSession; 27 import com.android.internal.view.IInputSessionCallback;
|
IInputMethodClient.aidl | 17 package com.android.internal.view; 19 import com.android.internal.view.InputBindResult;
|
/frameworks/base/core/tests/coretests/src/android/view/ |
BigCacheTest.java | 17 package android.view; 19 import android.view.BigCache; 24 import android.view.View; 25 import android.view.ViewConfiguration; 34 private View mTiny; 35 private View mLarge; 71 private Bitmap createCacheForView(final View view) { 75 view.setDrawingCacheEnabled(true) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
Gefingerpoken.java | 19 import android.view.MotionEvent;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
NotificationCustomViewWrapper.java | 19 import android.view.View; 25 * Wraps a notification containing a custom view. 31 protected NotificationCustomViewWrapper(View view) { 32 super(view); 33 mInvertHelper = new ViewInvertHelper(view, NotificationPanelView.DOZE_ANIMATION_DURATION);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
ScrollAdapter.java | 19 import android.view.View; 27 * @return Whether the view returned by {@link #getHostView()} is scrolled to the top 32 * @return Whether the view returned by {@link #getHostView()} is scrolled to the bottom 37 * @return The view in which the scrolling is performed 39 public View getHostView();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
Interaction.java | 19 import android.view.MotionEvent; 20 import android.view.View; 21 import android.view.View.OnGenericMotionListener; 22 import android.view.View.OnTouchListener; 26 public static void register(View v, final Callback callback) { 29 public boolean onTouch(View v, MotionEvent event) { 36 public boolean onGenericMotion(View v, MotionEvent event) [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
Choreographer_Delegate.java | 16 package android.view;
|
Display_Delegate.java | 17 package android.view;
|
ViewRootImpl_Delegate.java | 17 package android.view;
|
View_Delegate.java | 17 package android.view; 22 * Delegate used to provide new implementation of a select few methods of {@link View} 24 * Through the layoutlib_create tool, the original methods of View have been replaced 31 /*package*/ static boolean isInEditMode(View thisView) {
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
OnItemClickedListener.java | 16 import android.view.View;
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/ |
WindowCallback.java | 19 import android.support.v7.view.ActionMode; 20 import android.view.Menu; 21 import android.view.MenuItem; 22 import android.view.View; 25 * Interface which allows us to intercept and control calls to {@link android.view.Window.Callback}. 36 boolean onPreparePanel(int featureId, View menuView, Menu menu); 44 View onCreatePanelView(int featureId);
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/transition/ |
ActionBarTransition.java | 20 import android.view.ViewGroup;
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
ViewUtils.java | 21 import android.support.v4.view.ViewCompat; 23 import android.view.View; 39 sComputeFitSystemWindowsMethod = View.class.getDeclaredMethod( 52 public static boolean isLayoutRtl(View view) { 53 return ViewCompat.getLayoutDirection(view) == ViewCompat.LAYOUT_DIRECTION_RTL; 57 * Merge two states as returned by {@link ViewCompat#getMeasuredState(android.view.View)} ()}. 58 * @param curState The current state as returned from a view or the resul [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
DayFragment.java | 26 import android.view.LayoutInflater; 27 import android.view.View; 28 import android.view.ViewGroup; 29 import android.view.ViewGroup.LayoutParams; 30 import android.view.animation.Animation; 31 import android.view.animation.AnimationUtils; 41 * The view id used for all the views we create. It's OK to have all child 42 * views have the same ID. This ID is used to pick which view receives 43 * focus when a view hierarchy is saved / restor 115 DayView view = new DayView(getActivity(), CalendarController local 130 DayView view = (DayView) mViewSwitcher.getCurrentView(); local 152 DayView view = (DayView) mViewSwitcher.getCurrentView(); local 223 DayView view = (DayView) mViewSwitcher.getCurrentView(); local 234 DayView view = (DayView) mViewSwitcher.getCurrentView(); local 243 DayView view = (DayView) mViewSwitcher.getCurrentView(); local 248 DayView view = (DayView) mViewSwitcher.getCurrentView(); local 253 DayView view = (DayView) mViewSwitcher.getCurrentView(); local [all...] |