OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBackgroundDrawable
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/core/tests/coretests/src/android/view/
DrawableBgMinSize.java
42
private Drawable
mBackgroundDrawable
;
58
mBackgroundDrawable
= getResources().getDrawable(R.drawable.drawable_background);
70
changeBackgrounds(
mBackgroundDrawable
);
83
changeBackgrounds(
mBackgroundDrawable
);
DrawableBgMinSizeTest.java
42
private Drawable
mBackgroundDrawable
;
62
mBackgroundDrawable
= a.getResources().getDrawable(R.drawable.drawable_background);
74
assertNotNull(
mBackgroundDrawable
);
85
view.getWidth() >=
mBackgroundDrawable
.getMinimumWidth());
87
view.getHeight() >=
mBackgroundDrawable
.getMinimumHeight());
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
ErrorFragment.java
47
private Drawable
mBackgroundDrawable
;
56
mBackgroundDrawable
= null;
75
mBackgroundDrawable
= drawable;
89
return
mBackgroundDrawable
;
193
if (
mBackgroundDrawable
!= null) {
194
mErrorFrame.setBackground(
mBackgroundDrawable
);
ErrorSupportFragment.java
49
private Drawable
mBackgroundDrawable
;
58
mBackgroundDrawable
= null;
77
mBackgroundDrawable
= drawable;
91
return
mBackgroundDrawable
;
195
if (
mBackgroundDrawable
!= null) {
196
mErrorFrame.setBackground(
mBackgroundDrawable
);
BackgroundManager.java
120
private Drawable
mBackgroundDrawable
;
727
+ mBackgroundColor + " drawable " +
mBackgroundDrawable
);
729
mService.setDrawable(
mBackgroundDrawable
);
746
mBackgroundDrawable
= drawable == null ? null :
884
mBackgroundDrawable
= null;
888
mBackgroundDrawable
= drawable;
889
mService.setDrawable(
mBackgroundDrawable
);
[
all
...]
/packages/apps/Camera2/src/com/android/camera/widget/
FilmstripLayout.java
67
private FilmstripBackground
mBackgroundDrawable
;
110
mBackgroundDrawable
.invalidateSelf();
144
mBackgroundDrawable
= new FilmstripBackground();
145
mBackgroundDrawable
.setCallback(new Drawable.Callback() {
161
setBackground(
mBackgroundDrawable
);
346
mBackgroundDrawable
.setOffset(0);
359
mBackgroundDrawable
.setOffset(currentItemLeft);
377
mBackgroundDrawable
.invalidateSelf();
/frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java
222
private Drawable
mBackgroundDrawable
;
[
all
...]
/prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 6177 milliseconds