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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderPAVC.h 64 OMX_VIDEO_AVCPROFILETYPE mCurrentProfile;
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupHelper.java 149 private DeviceProfieData mCurrentProfile;
371 if (mCurrentProfile != null) {
372 return mCurrentProfile;
378 mCurrentProfile = new DeviceProfieData();
379 mCurrentProfile.desktopRows = profile.numRows;
380 mCurrentProfile.desktopCols = profile.numColumns;
381 mCurrentProfile.hotseatCount = profile.numHotseatIcons;
382 mCurrentProfile.allappsRank = profile.hotseatAllAppsRank;
383 return mCurrentProfile;
    [all...]

Completed in 215 milliseconds