HomeSort by relevance Sort by last modified time
    Searched full:views (Results 26 - 50 of 2495) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/ceres-solver/internal/ceres/
canonical_views_clustering.h 31 // An implementation of the Canonical Views clustering algorithm from
60 // canonical views clustering algorithm.
62 // In the following we will use the terms vertices and views
63 // interchangably. Given a weighted Graph G(V,E), the canonical views
66 // vertex j, and C is the set of canonical views. Then the objective
67 // of the canonical views algorithm is
74 // views.
76 // beta is the similarity penalty that penalizes canonical views that
77 // are too similar to other canonical views.
79 // Thus the canonical views algorithm tries to find a canonical vie
    [all...]
  /development/samples/browseable/ElevationDrag/
_index.jd 9 z-translation are used to render the shadows and the views are clipped using different
  /development/samples/browseable/TextLinkify/
_index.jd 3 sample.group=Views
  /external/autotest/frontend/
urls.py 12 handler404 = 'django.views.defaults.page_not_found'
13 handler500 = 'frontend.afe.views.handler500'
20 (RE_PREFIX + r'static/(?P<path>.*)', 'django.views.static.serve',
33 'frontend.afe.views.redirect_with_extra_data',
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
.gitignore 6 # We need the built .class files to load custom views and R class.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ViewsStateBundle.java 25 * Maintains a bundle of states for a group of views. Each view must have a unique id to identify
31 * descendant views must have a unique view id or their content will be messed together; no way of
32 * defining saving removed views. Those two limitations are critical to AdapterView: AdapterView
33 * will inevitably have two descendant views with same view id, we also need save the views when
41 /** dont save states of any child views */
43 /** only save visible child views, the states are lost when they are gone */
45 /** save visible views plus save removed child views states up to {@link #getLimitNumber()} */
48 * save visible views plus save removed child views without any limitation. This might cause ou
    [all...]
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
NewApiTest.java 67 ArrayList<View> views = new ArrayList<>(); local
68 mBinder.setChildren(views);
70 assertEquals(1, views.size());
71 assertSame(mBinder.textView, views.get(0));
79 ArrayList<View> views = new ArrayList<>(); local
80 mBinder.setChildren(views);
83 assertEquals(0, views.size());
  /external/skia/gyp/
SimpleiOSApp.gyp 18 '../src/views/mac',
21 '../src/views/ios/SkOSWindow_iOS.mm',
22 '../src/views/mac/SkEventNotifier.mm',
32 'views.gyp:views',
SimpleCocoaApp.gyp 22 'views.gyp:views',
example.gyp 23 'views.gyp:views',
  /frameworks/base/core/java/android/widget/
SimpleCursorTreeAdapter.java 26 * defined in an XML file. You can specify which columns you want, which views
28 * of these views. Separate XML files for child and groups are possible.
77 * defines the views for a collapsed group. The layout file
78 * should include at least those named views defined in groupTo.
80 * defines the views for an expanded group. The layout file
81 * should include at least those named views defined in groupTo.
84 * @param groupTo The group views (from the group layouts) that should
86 * TextViews or ImageViews. The first N views in this list are
89 * the views for a child (except the last). The layout file
90 * should include at least those named views defined in childTo
    [all...]
ViewSwitcher.java 25 * {@link ViewAnimator} that switches between two views, and has a factory
26 * from which these views are created. You can either use the factory to
27 * create the views, or add them yourself. A ViewSwitcher can only have two
28 * child views, of which only one is shown at a time.
64 throw new IllegalStateException("Can't add more than 2 views to a ViewSwitcher");
77 * @return the view that will be displayed after the next views flip.
95 * Sets the factory used to create the two views between which the
109 * Reset the ViewSwitcher to hide all of the existing views and to make it
126 * Creates views in a ViewSwitcher.
SimpleExpandableListAdapter.java 28 * An easy adapter to map static data to group and child views defined in an XML
32 * that defines the views used to display a group, and a mapping from keys in
33 * the Map to specific views. This process is similar for a child, except it is
66 * @param groupTo The group views that should display column in the
68 * first N views in this list are given the values of the first N
71 * views for a group. The layout file should include at least
72 * those named views defined in "groupTo"
82 * @param childTo The child views that should display column in the
84 * first N views in this list are given the values of the first N
87 * views for a child. The layout file should include at leas
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
Perspective.java 19 import com.android.ide.eclipse.ddms.views.AllocTrackerView;
20 import com.android.ide.eclipse.ddms.views.DeviceView;
21 import com.android.ide.eclipse.ddms.views.EmulatorControlView;
22 import com.android.ide.eclipse.ddms.views.FileExplorerView;
23 import com.android.ide.eclipse.ddms.views.HeapView;
24 import com.android.ide.eclipse.ddms.views.LogCatView;
25 import com.android.ide.eclipse.ddms.views.NetworkStatisticsView;
26 import com.android.ide.eclipse.ddms.views.SysInfoView;
27 import com.android.ide.eclipse.ddms.views.ThreadView;
  /cts/tests/camera/src/android/hardware/camera2/cts/
MultiViewTest.java 58 List<TextureView> views = Arrays.asList(mTextureView[0]); local
59 textureViewPreview(cameraId, views, /*ImageReader*/null);
99 List<TextureView> views = Arrays.asList(mTextureView[0]); local
100 textureViewPreview(cameraId, views, yuvReader);
137 List<TextureView> views = Arrays.asList(mTextureView[0], mTextureView[1]); local
138 textureViewPreview(cameraId, views, /*ImageReader*/null);
178 List<TextureView> views = Arrays.asList(mTextureView[0], mTextureView[1]); local
179 textureViewPreview(cameraId, views, yuvReader);
213 List<TextureView> views = Arrays.asList(mTextureView[i]); local
215 startTextureViewPreview(mCameraIds[i], views, /*ImageReader*/null)
    [all...]
  /frameworks/base/docs/html/training/animation/
index.jd 2 page.tags=Animator,views,layout,user interface
57 <b><a href="crossfade.html">Crossfading Two Views</a></b>
60 Learn how to crossfade between two overlapping views. This lesson shows you how to crossfade a progress
73 Learn how to animate between two views with a flipping motion.
79 Learn how to enlarge views with a touch-to-zoom animation.
85 Learn how to enable built-in animations when adding, removing, or updating child views in a layout.
  /packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneCallDetailsHelper.java 46 * Helper class to fill in the views in {@link PhoneCallDetailsViews}.
87 /** Fills the call details views with content. */
88 public void setPhoneCallDetails(PhoneCallDetailsViews views, PhoneCallDetails details) {
90 views.callTypeIcons.clear();
94 views.callTypeIcons.add(details.callTypes[index]);
101 views.callTypeIcons.setShowVideo(
103 views.callTypeIcons.requestLayout();
104 views.callTypeIcons.setVisibility(View.VISIBLE);
115 setDetailText(views, callCount, details);
129 views.callAccountLabel.setVisibility(View.VISIBLE)
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
ResourceCursorAdapter.java 48 * @param layout resource identifier of a layout file that defines the views
50 * define both the item views and the drop down views.
72 * @param layout resource identifier of a layout file that defines the views
74 * define both the item views and the drop down views.
91 * @param layout Resource identifier of a layout file that defines the views
93 * define both the item views and the drop down views.
121 * <p>Sets the layout resource of the item views.</p
    [all...]
  /frameworks/base/docs/html/design/patterns/
app-structure.jd 20 <li>Apps such as Gmail or the Play Store that combine a broad set of data views with deep navigation</li>
25 <p>A typical Android app consists of top level and detail/edit views. If the navigation hierarchy is
26 deep and complex, category views connect top level and detail views.</p>
36 <h4>Top level views</h4>
37 <p>The top level of the app typically consists of the different views that your app supports. The views
42 <h4>Category views</h4>
43 <p>Category views allow you to drill deeper into your data.</p>
91 <li>If your top level consists of multiple views, make sure that it's easy for the user to navigate between them by adding view controls to your ac (…)
    [all...]
  /external/autotest/database/
db_utils.py 9 def drop_views(manager, views):
11 Drops the specified views from the database
17 @param views the views to drop
19 check_exists(manager, views, VIEW_TYPE)
20 for view in views:
69 Checks if the tables or views exists.
80 info_table = 'VIEWS'
  /developers/build/prebuilts/gradle/BasicMultitouch/.google/
packaging.yaml 9 categories: [UI, Views, Input]
  /developers/build/prebuilts/gradle/ClippingBasic/.google/
packaging.yaml 9 categories: [UI Views]
  /developers/build/prebuilts/gradle/ElevationDrag/.google/
packaging.yaml 9 categories: [UI, Views]
  /developers/build/prebuilts/gradle/TextLinkify/
packaging.yaml 9 categories: [Views]
  /developers/samples/android/views/TextLinkify/
packaging.yaml 9 categories: [Views]

Completed in 246 milliseconds

12 3 4 5 6 7 8 91011>>