Home | History | Annotate | Download | only in widget

Lines Matching refs:mContainer

3165         private final PopupWindow mContainer;
3192 mContainer = new PopupWindow(mTextView.getContext(), null,
3194 mContainer.setSplitTouchEnabled(true);
3195 mContainer.setClippingEnabled(false);
3196 mContainer.setWindowLayoutType(WindowManager.LayoutParams.TYPE_APPLICATION_SUB_PANEL);
3197 mContainer.setContentView(this);
3290 mContainer.dismiss();
3326 return mContainer.isShowing();
3398 mContainer.update(positionX, positionY, -1, -1);
3400 mContainer.showAtLocation(mTextView, Gravity.NO_GRAVITY,