Searched refs:mModestyPanel (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DSizeAdaptiveLayout.java78 private View mModestyPanel; field in class:SizeAdaptiveLayout
97 mModestyPanel = new View(getContext());
106 mModestyPanel.setBackgroundDrawable(background);
108 mModestyPanel.setBackgroundColor(Color.BLACK);
113 mModestyPanel.setLayoutParams(layout);
114 addView(mModestyPanel);
115 mFadePanel = ObjectAnimator.ofFloat(mModestyPanel, "alpha", 0f);
137 return mModestyPanel;
200 if (child != mModestyPanel) {
255 mModestyPanel
[all...]

Completed in 60 milliseconds