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

  /external/chromium_org/chrome/browser/prefs/
proxy_prefs.h 39 enum ConfigState {
66 std::string ConfigStateToDebugString(ConfigState state);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 74 private final ArrayList<ConfigState> mRestoreStack = new ArrayList<ConfigState>();
75 private ConfigState mRecycledRestoreAction;
768 ConfigState config = obtainRestoreConfig();
788 ConfigState config = mRestoreStack.remove(mRestoreStack.size() - 1);
793 private void freeRestoreConfig(ConfigState action) {
798 private ConfigState obtainRestoreConfig() {
800 ConfigState result = mRecycledRestoreAction;
804 return new ConfigState();
807 private static class ConfigState {
    [all...]

Completed in 351 milliseconds