OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPopupView
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/
MonthView.java
123
private View
mPopupView
;
263
mPopupView
= inflater.inflate(R.layout.month_bubble, null);
265
mPopup.setContentView(
mPopupView
);
[
all
...]
CalendarView.java
187
private View
mPopupView
;
489
mPopupView
= inflater.inflate(R.layout.bubble_event, null);
490
mPopupView
.setLayoutParams(new ViewGroup.LayoutParams(
494
mPopup.setContentView(
mPopupView
);
503
mPopupView
.setOnClickListener(this);
520
if (v ==
mPopupView
) {
[
all
...]
/frameworks/base/core/java/android/widget/
PopupWindow.java
81
private View
mPopupView
;
125
if (anchor != null &&
mPopupView
!= null) {
127
mPopupView
.getLayoutParams();
753
mPopupView
.setBackgroundDrawable(mAboveAnchorBackgroundDrawable);
755
mPopupView
.setBackgroundDrawable(mBelowAnchorBackgroundDrawable);
758
mPopupView
.refreshDrawableState();
810
mPopupView
= popupViewContainer;
812
mPopupView
= mContentView;
828
mWindowManager.addView(
mPopupView
, p);
[
all
...]
Completed in 6690 milliseconds