OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:backgroundview
(Results
1 - 12
of
12
) 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
-->
/packages/apps/TV/src/com/android/tv/ui/
FullscreenDialogView.java
146
View
backgroundView
= findViewById(R.id.background);
148
backgroundView
.setAlpha(0);
149
backgroundView
.animate()
161
View
backgroundView
= findViewById(R.id.background);
163
backgroundView
.animate()
/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/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);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouterThemeHelper.java
129
Context context, MediaRouteVolumeSlider volumeSlider, View
backgroundView
) {
134
int backgroundColor = (int)
backgroundView
.getTag();
/development/samples/Snake/res/layout/
snake_layout.xml
20
<com.example.android.snake.
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
...]
GuidedStepFragment.java
[
all
...]
GuidedStepSupportFragment.java
[
all
...]
/frameworks/base/core/java/android/widget/
PopupWindow.java
[
all
...]
/prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar
Completed in 337 milliseconds