Home
last modified time | relevance | path

Searched refs:oldSize (Results 1 – 8 of 8) sorted by relevance

/packages/apps/TV/src/com/android/tv/menu/
DItemListRowView.java173 int oldSize = mItemList.size(); in setItemList() local
176 if (oldSize > newSize) { in setItemList()
178 notifyItemRangeRemoved(newSize, oldSize - newSize); in setItemList()
179 } else if (oldSize < newSize) { in setItemList()
180 notifyItemRangeChanged(0, oldSize); in setItemList()
181 notifyItemRangeInserted(oldSize, newSize - oldSize); in setItemList()
183 notifyItemRangeChanged(0, oldSize); in setItemList()
DPipOptionsRowAdapter.java131 int oldSize = mTvViewUiManager.getPipSize(); in executeAction() local
132 int newSize = (oldSize + 1) % (TvSettings.PIP_SIZE_LAST + 1); in executeAction()
/packages/apps/Calculator/src/com/android/calculator2/
DCalculator.java272 public void onTextSizeChanged(final TextView textView, float oldSize) { in onTextSizeChanged() argument
280 final float textScale = oldSize / textView.getTextSize(); in onTextSizeChanged()
DCalculatorEditText.java199 void onTextSizeChanged(TextView textView, float oldSize); in onTextSizeChanged() argument
/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculatorText.java284 void onTextSizeChanged(TextView textView, float oldSize); in onTextSizeChanged() argument
DCalculator.java601 public void onTextSizeChanged(final TextView textView, float oldSize) { in onTextSizeChanged() argument
609 final float textScale = oldSize / textView.getTextSize(); in onTextSizeChanged()
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...