HomeSort by relevance Sort by last modified time
    Searched defs:ViewMode (Results 1 - 3 of 3) sorted by null

  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
State.java 65 public @interface ViewMode {}
74 public @ViewMode int derivedMode = MODE_GRID;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ViewMode.java 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)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shobjidl.h     [all...]

Completed in 332 milliseconds