Home | History | Annotate | Download | only in ui

Lines Matching defs:ViewMode

33 public class ViewMode {
35 * A listener for changes on a ViewMode. To listen to mode changes, implement this
36 * interface and register your object with the single ViewMode held by the ActivityController
75 // Key used to save this {@link ViewMode}.
84 public static final String LOG_TAG = "ViewMode";
98 public ViewMode() {
272 LogUtils.d(LOG_TAG, new Error(), "ViewMode: debouncing change attempt mode=%s",
275 LogUtils.i(LOG_TAG, "ViewMode: debouncing change attempt mode=%s", mode);
281 LogUtils.d(LOG_TAG, new Error(), "ViewMode: executing change old=%s new=%s", mMode,
284 LogUtils.i(LOG_TAG, "ViewMode: executing change old=%s new=%s", mMode, mode);
289 Analytics.getInstance().sendView("ViewMode" + toString());