Searched defs:storeInPreference (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/ui/
H A DTvViewUiManager.java260 public int setDisplayMode(int displayMode, boolean storeInPreference, boolean animate) { argument
263 if (storeInPreference) {
326 * @param storeInPreference if true, the stored value will be restored by
329 public void setPipLayout(int pipLayout, boolean storeInPreference) { argument
331 if (storeInPreference) {
405 * @param storeInPreference if true, the stored value will be restored by
408 public void setPipSize(int pipSize, boolean storeInPreference) { argument
410 if (storeInPreference) {

Completed in 1180 milliseconds