HomeSort by relevance Sort by last modified time
    Searched full:cardview (Results 126 - 148 of 148) sorted by null

1 2 3 4 56

  /developers/build/templates/base/_MODULE_/
build.gradle.ftl 44 compile "com.android.support:cardview-v7:21.+"
48 compile "com.android.support:cardview-v7:21.+"
  /frameworks/base/docs/html/training/material/
get-started.jd 125 {@link android.support.v7.widget.CardView} lets you show pieces of information inside cards with
127 {@link android.support.v7.widget.CardView} in your layout:</p>
130 &lt;android.support.v7.widget.CardView
136 &lt;/android.support.v7.widget.CardView>
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
FakeShadowDrawable.java 37 * frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/
117 Log.w("CardView", "Shadow size is being clipped by the max shadow size. See "
118 + "{CardView#setMaxCardElevation}.");
268 // center aligning Views inside the CardView would be problematic.
  /frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/
RoundRectDrawableWithShadow.java 30 import android.support.v7.cardview.R;
45 * This helper is set by CardView implementations.
130 Log.w("CardView", "Shadow size is being clipped by the max shadow size. See "
131 + "{CardView#setMaxCardElevation}.");
292 // center aligning Views inside the CardView would be problematic.
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
Card.java 486 ViewGroup cardView = (ViewGroup) inflater.inflate(mCard.mLayoutId,
490 View viewTitle = cardView.findViewById(R.id.card_title);
499 View viewDesc = cardView.findViewById(R.id.card_content);
504 cardView.findViewById(R.id.card_content).setVisibility(View.GONE);
508 ViewGroup actionArea = (ViewGroup) cardView.findViewById(R.id.card_actionarea);
514 initializeActionViews(inflater, cardView, actionArea);
516 mCard.mCardView = cardView;
517 mCard.mOverlayView = cardView.findViewById(R.id.card_overlay);
537 * @param cardView
540 private void initializeActionViews(LayoutInflater inflater, ViewGroup cardView,
    [all...]
  /developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/cardstream/
Card.java.ftl 487 ViewGroup cardView = (ViewGroup) inflater.inflate(mCard.mLayoutId,
491 View viewTitle = cardView.findViewById(R.id.card_title);
500 View viewDesc = cardView.findViewById(R.id.card_content);
505 cardView.findViewById(R.id.card_content).setVisibility(View.GONE);
509 ViewGroup actionArea = (ViewGroup) cardView.findViewById(R.id.card_actionarea);
515 initializeActionViews(inflater, cardView, actionArea);
517 mCard.mCardView = cardView;
518 mCard.mOverlayView = cardView.findViewById(R.id.card_overlay);
538 * @param cardView
541 private void initializeActionViews(LayoutInflater inflater, ViewGroup cardView,
    [all...]
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
Card.java 489 ViewGroup cardView = (ViewGroup) inflater.inflate(mCard.mLayoutId,
493 View viewTitle = cardView.findViewById(R.id.card_title);
502 View viewDesc = cardView.findViewById(R.id.card_content);
507 cardView.findViewById(R.id.card_content).setVisibility(View.GONE);
511 ViewGroup actionArea = (ViewGroup) cardView.findViewById(R.id.card_actionarea);
517 initializeActionViews(inflater, cardView, actionArea);
519 mCard.mCardView = cardView;
520 mCard.mOverlayView = cardView.findViewById(R.id.card_overlay);
540 * @param cardView
543 private void initializeActionViews(LayoutInflater inflater, ViewGroup cardView,
    [all...]
  /developers/samples/android/
build.gradle 65 "ui/views/CardView",
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardView.java 39 * This CardView object is a view which can flip horizontally about its edges,
48 public class CardView extends ImageView {
75 public CardView(Context context) {
80 public CardView(Context context, AttributeSet attrs) {
  /development/build/
sdk.atree 294 developers/build/prebuilts/gradle/CardView samples/${PLATFORM_NAME}/ui/views/CardView
    [all...]
Android.mk 107 android-support-v7-cardview \
  /development/samples/Support7Demos/res/layout/
activity_card_view.xml 151 <android.support.v7.widget.CardView
161 </android.support.v7.widget.CardView>
  /frameworks/base/docs/html/tools/support-library/
features.jd 14 <li><a href="#v7-cardview">v7 cardview library</a></li>
202 <h3 id="v7-cardview">v7 cardview library</h3>
204 <p>This library adds support for the {@link android.support.v7.widget.CardView}
210 {@code &lt;sdk&gt;/extras/android/support/v7/cardview/} directory after you
219 com.android.support:cardview-v7:21.0.+
index.jd 104 <dt>New <a href="features.html#v7-cardview">v7 cardview library</a>:</dt>
107 <li>Added the {@link android.support.v7.widget.CardView} widget, which
    [all...]
  /build/core/
pathmap.mk 113 v7/cardview \
  /frameworks/base/docs/html/samples/new/
index.jd 264 <h3 id="CardView">CardView</h3>
267 This sample demonstrates how to use the CardView UI widget introduced in Android 5.0, using the support library for backward compatibility.
270 <p><a href="http://github.com/googlesamples/android-CardView">Get it on GitHub</a></p>
  /frameworks/base/docs/html/training/tv/start/
start.jd 164 <li><a href="{@docRoot}tools/support-library/features.html#v7-cardview">
165 <strong>v7 cardview library</strong></a> - Provides user interface widgets for displaying
  /developers/build/prebuilts/gradle/DocumentCentricApps/Application/
Application.iml 88 <orderEntry type="library" exported="" name="cardview-v7-21.0.0-rc1" level="project" />
  /development/samples/Support7Demos/res/values/
strings.xml 154 <string name="card_view_resize_card_view">Resize CardView</string>
  /frameworks/base/docs/html/design/material/
index.jd 66 <p>The new <code>CardView</code> widget lets you display important pieces of information inside
  /frameworks/support/v17/leanback/res/values/
attrs.xml 195 <!-- CardView styles -->
  /prebuilts/sdk/current/support/v17/leanback/res/values/
attrs.xml 195 <!-- CardView styles -->
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ExpandingEntryCardView.java 25 import android.support.v7.widget.CardView;
57 public class ExpandingEntryCardView extends CardView {
    [all...]

Completed in 1140 milliseconds

1 2 3 4 56