HomeSort by relevance Sort by last modified time
    Searched refs:view (Results 301 - 325 of 3607) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/graphics/src/android/opengl/cts/
GLSurfaceViewTest.java 66 GLSurfaceView view = mActivity.getView(); local
72 view.onPause();
77 view.onResume();
91 GLSurfaceView view = mActivity.getView(); local
96 view.onPause();
100 view.onResume();
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputBindingTest.java 17 package android.view.inputmethod.cts;
23 import android.view.View;
24 import android.view.inputmethod.BaseInputConnection;
25 import android.view.inputmethod.InputBinding;
30 View view = new View(getContext()); local
31 BaseInputConnection bic = new BaseInputConnection(view, false);
  /developers/build/prebuilts/gradle/NavigationDrawer/Application/src/main/java/com/example/android/navigationdrawer/
PlanetAdapter.java 21 import android.view.LayoutInflater;
22 import android.view.View;
23 import android.view.ViewGroup;
38 public void onClick(View view, int position);
61 View v = vi.inflate(R.layout.drawer_list_item, parent, false);
69 holder.mTextView.setOnClickListener(new View.OnClickListener() {
71 public void onClick(View view) {
    [all...]
  /developers/build/prebuilts/gradle/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/ui/
SpeedPickerListAdapter.java 20 import android.support.wearable.view.WearableListView;
21 import android.view.LayoutInflater;
22 import android.view.View;
23 import android.view.ViewGroup;
29 * A {@link android.support.wearable.view.WearableListView.Adapter} that is used to populate the
48 public ItemViewHolder(View itemView) {
50 // find the text view within the custom item's layout
72 // retrieve the text view
74 TextView view = itemHolder.mTextView local
    [all...]
  /developers/samples/android/ui/views/NavigationDrawer/Application/src/main/java/com/example/android/navigationdrawer/
PlanetAdapter.java 21 import android.view.LayoutInflater;
22 import android.view.View;
23 import android.view.ViewGroup;
38 public void onClick(View view, int position);
61 View v = vi.inflate(R.layout.drawer_list_item, parent, false);
69 holder.mTextView.setOnClickListener(new View.OnClickListener() {
71 public void onClick(View view) {
    [all...]
  /developers/samples/android/wearable/wear/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/ui/
SpeedPickerListAdapter.java 20 import android.support.wearable.view.WearableListView;
21 import android.view.LayoutInflater;
22 import android.view.View;
23 import android.view.ViewGroup;
29 * A {@link android.support.wearable.view.WearableListView.Adapter} that is used to populate the
48 public ItemViewHolder(View itemView) {
50 // find the text view within the custom item's layout
72 // retrieve the text view
74 TextView view = itemHolder.mTextView local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LayoutAnimation2.java 17 package com.example.android.apis.view;
21 import android.view.animation.AlphaAnimation;
22 import android.view.animation.Animation;
23 import android.view.animation.AnimationSet;
24 import android.view.animation.LayoutAnimationController;
25 import android.view.animation.TranslateAnimation;
  /development/samples/browseable/NavigationDrawer/src/com.example.android.navigationdrawer/
PlanetAdapter.java 21 import android.view.LayoutInflater;
22 import android.view.View;
23 import android.view.ViewGroup;
38 public void onClick(View view, int position);
61 View v = vi.inflate(R.layout.drawer_list_item, parent, false);
69 holder.mTextView.setOnClickListener(new View.OnClickListener() {
71 public void onClick(View view) {
    [all...]
  /development/samples/browseable/SpeedTracker/Wearable/src/com.example.android.wearable.speedtracker/ui/
SpeedPickerListAdapter.java 20 import android.support.wearable.view.WearableListView;
21 import android.view.LayoutInflater;
22 import android.view.View;
23 import android.view.ViewGroup;
29 * A {@link android.support.wearable.view.WearableListView.Adapter} that is used to populate the
48 public ItemViewHolder(View itemView) {
50 // find the text view within the custom item's layout
72 // retrieve the text view
74 TextView view = itemHolder.mTextView local
    [all...]
  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
StableArrayAdapter.java 23 import android.view.View;
24 import android.view.ViewGroup;
30 View.OnTouchListener mTouchListener;
33 List<String> objects, View.OnTouchListener listener) {
53 public View getView(int position, View convertView, ViewGroup parent) {
54 View view = super.getView(position, convertView, parent); local
55 if (view != convertView)
    [all...]
  /development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
StableArrayAdapter.java 23 import android.view.View;
24 import android.view.ViewGroup;
30 View.OnTouchListener mTouchListener;
33 List<String> objects, View.OnTouchListener listener) {
53 public View getView(int position, View convertView, ViewGroup parent) {
54 View view = super.getView(position, convertView, parent); local
55 if (view != convertView)
    [all...]
  /development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
TextFragment.java 24 import android.view.LayoutInflater;
25 import android.view.View;
26 import android.view.ViewGroup;
30 View.OnClickListener clickListener;
33 public View onCreateView(LayoutInflater inflater, ViewGroup container,
35 View view = inflater.inflate(R.layout.text_fragment, container, false); local
36 view.setOnClickListener(clickListener);
37 return view;
    [all...]
  /external/chromium-trace/trace-viewer/src/about_tracing/
profiling_view.css 6 .profiling-view {
13 .profiling-view .controls .save {
17 .profiling-view > .container {
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_win.cc 81 void AppListWin::MoveNearCursor(app_list::AppListView* view) {
84 gfx::Screen::GetScreenFor(view->GetWidget()->GetNativeView());
87 view->SetBubbleArrow(views::BubbleBorder::FLOAT);
90 view->SetAnchorPoint(FindAnchorPoint(view->GetPreferredSize(),
94 view->ShouldCenterWindow()));
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ContentViewCoreFocusTest.java 12 import android.view.View;
20 * Test that content view core responds to focus changes correctly.
30 public void showSoftInput(View view, int flags, ResultReceiver resultReceiver) {
42 public boolean isActive(View view) {
55 // Test the IME window is hidden from the content view when the content
56 // view loses its focus
58 final View view = contentViewCore.getContainerView() local
    [all...]
  /external/chromium_org/content/renderer/
mouse_lock_dispatcher_browsertest.cc 28 // fixture containing a RenderViewImpl view() and interacting to that interface.
33 route_id_ = view()->GetRoutingID();
45 RenderViewImpl* view() { return static_cast<RenderViewImpl*>(view_); } function in class:content::__anon12399::MouseLockDispatcherTest
46 MouseLockDispatcher* dispatcher() { return view()->mouse_lock_dispatcher(); }
57 EXPECT_FALSE(view()->isPointerLocked());
60 EXPECT_TRUE(view()->requestPointerLock());
61 view()->OnMessageReceived(ViewMsg_LockMouse_ACK(route_id_, true));
62 EXPECT_TRUE(view()->isPointerLocked());
65 view()->requestPointerUnlock();
66 view()->OnMessageReceived(ViewMsg_MouseLockLost(route_id_))
    [all...]
  /external/chromium_org/mojo/services/window_manager/
window_manager_service_impl.cc 43 Id view,
47 window_manager_->SetCapture(view);
52 Id view,
56 window_manager_->FocusWindow(view);
61 Id view,
65 window_manager_->ActivateWindow(view);
74 // embedded by the view manager, |window_manager_|'s ViewManagerDelegate
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_sampler.c 65 const struct pipe_sampler_view* view,
167 i915->fragment_sampler_views[unit], /* sampler view */
190 const struct pipe_sampler_view* view)
192 if ( (view->swizzle_r != PIPE_SWIZZLE_RED ||
193 view->swizzle_g != PIPE_SWIZZLE_GREEN ||
194 view->swizzle_b != PIPE_SWIZZLE_BLUE ||
195 view->swizzle_a != PIPE_SWIZZLE_ALPHA ) &&
247 if ( view->swizzle_r == PIPE_SWIZZLE_RED &&
248 view->swizzle_g == PIPE_SWIZZLE_RED &&
249 view->swizzle_b == PIPE_SWIZZLE_RED &
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/request/
ViewAnimation.java 5 import android.view.View;
6 import android.view.animation.Animation;
7 import android.view.animation.AnimationUtils;
51 public boolean animate(Drawable previous, Object current, View view, Target target) {
52 view.clearAnimation();
54 view.startAnimation(animation);
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_sampler.c 65 const struct pipe_sampler_view* view,
167 i915->fragment_sampler_views[unit], /* sampler view */
190 const struct pipe_sampler_view* view)
192 if ( (view->swizzle_r != PIPE_SWIZZLE_RED ||
193 view->swizzle_g != PIPE_SWIZZLE_GREEN ||
194 view->swizzle_b != PIPE_SWIZZLE_BLUE ||
195 view->swizzle_a != PIPE_SWIZZLE_ALPHA ) &&
247 if ( view->swizzle_r == PIPE_SWIZZLE_RED &&
248 view->swizzle_g == PIPE_SWIZZLE_RED &&
249 view->swizzle_b == PIPE_SWIZZLE_RED &
    [all...]
  /external/ceres-solver/internal/ceres/
canonical_views_clustering.cc 78 // Maps a view to its representative canonical view (its cluster
81 // Maps a view to its similarity to its current cluster center.
112 // Find the next best canonical view.
117 for (IntSet::const_iterator view = valid_views.begin();
118 view != valid_views.end();
119 ++view) {
121 ComputeClusteringQualityDifference(*view, *centers);
124 best_view = *view;
130 // Add canonical view if quality improves, or if minimum is no
    [all...]
  /development/samples/Support7Demos/src/com/example/android/supportv7/graphics/
PaletteActivity.java 35 import android.view.Menu;
36 import android.view.MenuInflater;
37 import android.view.MenuItem;
38 import android.view.View;
84 public void onViewCreated(View view, Bundle savedInstanceState) {
85 super.onViewCreated(view, savedInstanceState);
138 public void onListItemClick(ListView l, View v, int position, long id) {
187 public void bindView(final View view, Context context, Cursor cursor)
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
NavigationPopup.java 14 import android.view.Gravity;
15 import android.view.View;
16 import android.view.ViewGroup;
131 public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
137 private void updateBitmapForTextView(TextView view, Bitmap bitmap) {
146 view.setCompoundDrawables(faviconDrawable, null, null, null);
181 TextView view = new TextView(mContext); local
182 view.setFadingEdgeLength(mFadeEdgeLength)
216 TextView view; local
    [all...]
  /development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
ViewAnimations.java 21 import android.view.View;
22 import android.view.animation.AlphaAnimation;
23 import android.view.animation.Animation;
24 import android.view.animation.AnimationSet;
25 import android.view.animation.AnimationUtils;
26 import android.view.animation.RotateAnimation;
27 import android.view.animation.ScaleAnimation;
28 import android.view.animation.TranslateAnimation;
33 * This example shows how to use pre-3.0 view Animation classes to create various animated U
    [all...]
  /external/deqp/framework/platform/ios/
tcuIOSViewController.m 21 * \brief iOS View Controller.
41 tcuEAGLView *view = [[tcuEAGLView alloc] initWithFrame:[UIScreen mainScreen].applicationFrame];
42 self.view = view;
43 [view release];
52 app = tcuIOSApp_create(self.view);

Completed in 770 milliseconds

<<11121314151617181920>>