Home
last modified time | relevance | path

Searched refs:shrink (Results 1 – 13 of 13) sorted by relevance

/frameworks/ex/framesequence/samples/FrameSequenceSamples/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/frameworks/opt/calendar/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/frameworks/ex/framesequence/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/frameworks/opt/datetimepicker/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/frameworks/opt/timezonepicker/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/frameworks/opt/colorpicker/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/frameworks/opt/chips/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/frameworks/opt/photoviewer/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/frameworks/base/libs/hwui/tests/unit/
DFatVectorTests.cpp80 TEST(FatVector, shrink) { in TEST() argument
/frameworks/base/services/net/java/android/net/apf/
DApfGenerator.java184 boolean shrink() throws IllegalInstructionException { in shrink() method in ApfGenerator.Instruction
874 if (instruction.shrink()) { in generate()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java241 shrink();
614 shrink(); in onFocusChanged()
725 private void shrink() { in shrink() method in RecipientEditTextView
1294 public void setOnFocusListShrinkRecipients(boolean shrink) { in setOnFocusListShrinkRecipients() argument
1295 mShouldShrink = shrink; in setOnFocusListShrinkRecipients()