Searched refs:view (Results 301 - 325 of 2431) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/java/com/android/internal/view/
H A DStandaloneActionMode.java16 package com.android.internal.view;
18 import com.android.internal.view.menu.MenuBuilder;
19 import com.android.internal.view.menu.MenuPopupHelper;
20 import com.android.internal.view.menu.SubMenuBuilder;
24 import android.view.ActionMode;
25 import android.view.Menu;
26 import android.view.MenuInflater;
27 import android.view.MenuItem;
28 import android.view.View;
29 import android.view
43 StandaloneActionMode(Context context, ActionBarContextView view, ActionMode.Callback callback, boolean isFocusable) argument
87 setCustomView(View view) argument
[all...]
H A DIInputContextCallback.aidl17 package com.android.internal.view;
19 import android.view.inputmethod.ExtractedText;
/frameworks/opt/chips/src/com/android/ex/chips/
H A DDropdownChipLayouter.java13 import android.support.v4.view.MarginLayoutParamsCompat;
19 import android.view.LayoutInflater;
20 import android.view.View;
21 import android.view.ViewGroup;
22 import android.view.ViewGroup.MarginLayoutParams;
72 * Layouts and binds recipient information to the view. If convertView is null, inflates a new
73 * view with getItemLaytout().
75 * @param convertView The view to bind information to.
76 * @param parent The parent to bind the view to if we inflate a new view
187 bindTextToView(CharSequence text, TextView view) argument
204 bindIconToView(boolean showImage, RecipientEntry entry, ImageView view, AdapterType type) argument
242 bindDrawableToDeleteView(final StateListDrawable drawable, String recipient, ImageView view) argument
426 ViewHolder(View view) argument
[all...]
/frameworks/base/core/java/android/app/
H A DFragmentContainer.java21 import android.view.View;
28 * Return the view with the given resource ID. May return {@code null} if the
29 * view is not a child of this container.
35 * Return {@code true} if the container holds any view.
/frameworks/base/core/java/android/transition/
H A DCrossfade.java30 import android.view.SurfaceView;
31 import android.view.TextureView;
32 import android.view.View;
33 import android.view.ViewGroup;
34 import android.view.ViewOverlay;
49 // a given target view. This would save bitmap comparisons in this transition, for example.
173 final View view = endValues.view;
188 ((ViewGroup) view.getParent()).getOverlay() : view
[all...]
H A DTransitionPropagation.java18 import android.view.ViewGroup;
66 * a String value. For example, to store a view's rotation value,
69 * view.getRotation())</code>. The target view will already be stored in
/frameworks/base/core/java/android/view/
H A DHapticFeedbackConstants.java17 package android.view;
74 * view for whether to perform haptic feedback, do it always.
H A DInflateException.java17 package android.view;
/frameworks/base/core/java/android/view/accessibility/
H A DIAccessibilityInteractionConnectionCallback.aidl17 package android.view.accessibility;
20 import android.view.accessibility.AccessibilityNodeInfo;
/frameworks/base/core/java/android/view/animation/
H A DBounceInterpolator.java17 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/android/webkit/
H A DPluginStub.java19 import android.view.View;
31 * Return a custom embedded view to draw the plugin.
39 * Return a custom full-screen view to be displayed when the user requests
/frameworks/base/core/java/com/android/internal/widget/
H A DLockScreenWidgetCallback.java19 import android.view.View;
25 // Sends a message to lock screen requesting the given view be shown. May be ignored, depending
29 // Sends a message to lock screen requesting the view to be hidden.
32 // Whether or not this view is currently visible on LockScreen
36 // exclusively in response to user activity, i.e. user hits a button in the view.
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListBottomGravityMany.java19 import android.view.Gravity;
/frameworks/base/media/java/android/media/tv/
H A DITvInputHardware.aidl20 import android.view.KeyEvent;
21 import android.view.Surface;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DVelocityTrackerInterface.java19 import android.view.MotionEvent;
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DOpaqueActivity.java25 import android.view.Gravity;
26 import android.view.View;
35 final OpaqueView view = new OpaqueView(this);
36 setContentView(view, new FrameLayout.LayoutParams(100, 100, Gravity.CENTER));
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSceneGraph.java30 import android.view.Menu;
31 import android.view.MenuItem;
32 import android.view.View;
33 import android.view.Window;
47 // Create our Preview view and set it as the content of our
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DWindowManagerGlobal_Delegate.java17 package android.view;
/frameworks/base/tools/layoutlib/create/tests/mock_data/mock_android/widget/
H A DLinearLayout.java20 import mock_android.view.ViewGroup;
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DCheckedTextViewBindingAdapterTest.java36 ((ColorDrawable) mBinder.view.getCheckMarkDrawable()).getColor());
38 mBinder.view.getCheckMarkTintList().getDefaultColor());
43 ((ColorDrawable) mBinder.view.getCheckMarkDrawable()).getColor());
45 mBinder.view.getCheckMarkTintList().getDefaultColor());
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DListenerBindingObject.java23 import android.view.ActionMode;
24 import android.view.ContextMenu;
25 import android.view.DragEvent;
26 import android.view.KeyEvent;
27 import android.view.MenuItem;
28 import android.view.MotionEvent;
29 import android.view.View;
30 import android.view.ViewStub;
31 import android.view.WindowInsets;
32 import android.view
59 onMovedToScrapHeap(View view) argument
61 onScroll(AbsListView view, int firstVisibleItem, int visibleItemCount, int totalItemCount) argument
64 onScrollStateChanged(AbsListView view, int scrollState) argument
70 onItemClick(AdapterView<?> parent, View view, int position, long id) argument
72 onItemLongClick(AdapterView<?> parent, View view, int position, long id) argument
76 onItemSelected(AdapterView<?> parent, View view, int position, long id) argument
90 onSelectedDayChange(CalendarView view, int year, int month, int dayOfMonth) argument
115 onScrollStateChange(NumberPicker view, int scrollState) argument
159 onTimeChanged(TimePicker view, int hourOfDay, int minute) argument
161 onClick(View view) argument
210 getOutline(View view, Outline outline) argument
234 onClick1(View view) argument
238 onClick2(View view) argument
242 onClick3(View view) argument
246 onClick4(View view) argument
[all...]
/frameworks/support/design/src/android/support/design/internal/
H A DNavigationMenu.java20 import android.support.v7.internal.view.menu.MenuBuilder;
21 import android.support.v7.internal.view.menu.MenuItemImpl;
22 import android.support.v7.internal.view.menu.SubMenuBuilder;
23 import android.view.SubMenu;
/frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
H A DLeanbackTransitionHelperKitKat.java18 import android.view.Gravity;
19 import android.view.animation.AnimationUtils;
20 import android.view.animation.DecelerateInterpolator;
21 import android.view.animation.Interpolator;
/frameworks/support/v4/ics/android/support/v4/view/
H A DPagerTitleStripIcs.java17 package android.support.v4.view;
21 import android.view.View;
41 public CharSequence getTransformation(CharSequence source, View view) { argument
42 source = super.getTransformation(source, view);
/frameworks/support/v4/jellybean-mr2/android/support/v4/media/
H A DTransportMediatorCallback.java19 import android.view.KeyEvent;

Completed in 728 milliseconds

<<11121314151617181920>>