HomeSort by relevance Sort by last modified time
    Searched defs:measure (Results 251 - 275 of 307) sorted by null

<<111213

  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/26.0.0-rc1/
layoutlib-api-26.0.0-rc1.jar 
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 159 * at 60 Hz. This can be used to measure the potential framerate.
    [all...]
View.java 391 * To measure its dimensions, a view takes into account its padding. The padding
412 * Layout is a two pass process: a measure pass and a layout pass. The measuring
413 * pass is implemented in {@link #measure(int, int)} and is a top-down traversal
415 * during the recursion. At the end of the measure pass, every view has stored
419 * using the sizes computed in the measure pass.
423 * When a view's measure() method returns, its {@link #getMeasuredWidth()} and
427 * that at the end of the measure pass, all parents accept all of their
428 * children's measurements. A parent view may call measure() more than once on
429 * its children. For example, the parent may measure each child once with
431 * measure() on them again with actual numbers if the sum of all the children'
23132 public final void measure(int widthMeasureSpec, int heightMeasureSpec) { method in class:View
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
RecyclerView.java 156 * On M+, an unspecified measure spec may include a hint which we can use. On older platforms,
    [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
RecyclerView.java 184 * On M+, an unspecified measure spec may include a hint which we can use. On older platforms,
422 * measure/layout.
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/26.2.0-alpha16/
layoutlib-api-26.2.0-alpha16.jar 
  /prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /prebuilts/tools/common/bazel/formc-deps/
jgoodies-forms.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 
  /prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar 
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 
  /cts/apps/CtsVerifier/libs/
opencv3-android.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 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 351 milliseconds

<<111213