Home | History | Annotate | Download | only in launcher3

Lines Matching defs:mContentType

158     private ContentType mContentType = ContentType.Applications;
281 if (mContentType == ContentType.Applications) {
289 } else if (mContentType == ContentType.Widgets) {
878 if (mContentType != type || type == ContentType.Widgets) {
879 int page = (mContentType != type) ? 0 : getCurrentPage();
880 mContentType = type;
886 return mContentType;
1279 if (mContentType == ContentType.Applications) {
1286 } else if (mContentType == ContentType.Widgets) {
1303 if (mContentType == ContentType.Widgets) {
1482 if (mContentType != ContentType.Applications) {
1552 if (mContentType == ContentType.Applications) {
1555 } else if (mContentType == ContentType.Widgets) {