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

/frameworks/base/services/net/java/android/net/apf/
H A DApfGenerator.java149 mTargetLabelSize = 4; // May shrink later on in generate().
184 boolean shrink() throws IllegalInstructionException { method in class:ApfGenerator.Instruction
858 // As we shrink the instructions some branch offset
859 // fields may shrink also, thereby shrinking the
871 // Attempt to shrink instructions.
874 if (instruction.shrink()) {
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java241 shrink();
614 shrink();
725 private void shrink() { method in class:RecipientEditTextView
746 // Re-post the shrink for later.
1288 * Set whether to shrink the recipients field such that at most
1292 * @param shrink
1294 public void setOnFocusListShrinkRecipients(boolean shrink) { argument
1295 mShouldShrink = shrink;

Completed in 128 milliseconds