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

  /frameworks/base/core/java/android/transition/
ChangeBounds.java 266 int heightDelta = endHeight - startHeight;
270 if (widthDelta != 0 || heightDelta != 0) numChanges++;
278 if (widthDelta != 0 || heightDelta != 0) {
  /packages/apps/Contacts/src/com/android/contacts/activities/
PhotoSelectionActivity.java 370 int heightDelta = adjustedPhotoSize - mPhotoStartParams.height;
371 if (widthDelta >= 1 || heightDelta >= 1) {
376 Math.max(mPhotoStartParams.topMargin - heightDelta, 0);
  /frameworks/base/core/java/android/widget/
ListView.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 1133 milliseconds