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

  /frameworks/base/core/java/com/android/internal/widget/
AlertDialogLayout.java 151 int remainingHeight = heightSize - usedHeight;
159 final int heightToGive = Math.min(remainingHeight, buttonWantsHeight);
161 remainingHeight -= heightToGive;
175 if (middlePanel != null && remainingHeight > 0) {
178 final int heightToGive = remainingHeight;
179 remainingHeight -= heightToGive;
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AlertDialogLayout.java 140 int remainingHeight = heightSize - usedHeight;
148 final int heightToGive = Math.min(remainingHeight, buttonWantsHeight);
150 remainingHeight -= heightToGive;
164 if (middlePanel != null && remainingHeight > 0) {
167 final int heightToGive = remainingHeight;
168 remainingHeight -= heightToGive;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
BinPacker.java 229 int remainingHeight = rect.h - height;
231 if (remainingHeight >= mMinHeight) {
232 mSpace.add(new Rect(rect.x, rect.y + height, width, remainingHeight));
253 if (remainingHeight >= mMinHeight) {
254 mSpace.add(new Rect(rect.x, rect.y + height, rect.w, remainingHeight));
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 338 milliseconds