HomeSort by relevance Sort by last modified time
    Searched full:backgroundview (Results 1 - 9 of 9) sorted by null

  /development/samples/Snake/res/values/
attrs.xml 22 <declare-styleable name="BackgroundView">
23 <!-- Defining properties to use four different colors in 4 segments of BackgroundView -->
  /development/samples/Snake/src/com/example/android/snake/
BackgroundView.java 32 public class BackgroundView extends View {
42 public BackgroundView(Context context, AttributeSet attrs) {
47 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.BackgroundView);
SnakeView.java 317 public void setDependentViews(TextView msgView, View arrowView, View backgroundView) {
320 mBackgroundView = backgroundView;
  /packages/wallpapers/MagicSmoke/res/layout/
selector.xml 18 android:id="@+id/backgroundview"
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
TransitionImage.java 306 * @param backgroundView background view can be larger than the image view that will
309 public void createFromImageView(ImageView view, View backgroundView) {
316 mClippedRect.set(0, 0, backgroundView.getWidth(), backgroundView.getHeight());
317 WindowLocationUtil.getLocationsInWindow(backgroundView, mClippedRect);
  /development/samples/Snake/res/layout/
snake_layout.xml 20 <com.example.android.snake.BackgroundView
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeSelector.java 184 final View view = findViewById(R.id.backgroundview);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
BackgroundManager.java 815 View backgroundView = LayoutInflater.from(mContext).inflate(
817 mWindowManager.addView(backgroundView, params);
819 attachToView(backgroundView);
    [all...]
  /frameworks/base/core/java/android/widget/
PopupWindow.java     [all...]

Completed in 195 milliseconds