コード例 #1
0
				internal ViewHolder(AsyncQueryFragment.DotAdapter outerInstance, View view)
				{
					this.outerInstance = outerInstance;
					text = (TextView) view.findViewById(android.R.id.text1);
				}
コード例 #2
0
			public CallbackAnonymousInnerClassHelper(AsyncQueryFragment outerInstance)
			{
				this.outerInstance = outerInstance;
			}