HomeSort by relevance Sort by last modified time
    Searched refs:tvh (Results 1 - 12 of 12) sorted by null

  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ContentFrameLayout.java 122 final TypedValue tvh = isPortrait ? mFixedHeightMajor : mFixedHeightMinor;
123 if (tvh != null && tvh.type != TypedValue.TYPE_NULL) {
125 if (tvh.type == TypedValue.TYPE_DIMENSION) {
126 h = (int) tvh.getDimension(metrics);
127 } else if (tvh.type == TypedValue.TYPE_FRACTION) {
128 h = (int) tvh.getFraction(metrics.heightPixels, metrics.heightPixels);
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseRecyclerViewAnimationsTest.java 399 TestViewHolder tvh = (TestViewHolder) vh; local
400 log.append(tvh.mBoundItem).append(vh)
RecyclerViewLayoutTest.java     [all...]
  /frameworks/base/core/java/com/android/internal/policy/
DecorView.java 679 final TypedValue tvh = isPortrait ? mWindow.mFixedHeightMajor
681 if (tvh != null && tvh.type != TypedValue.TYPE_NULL) {
683 if (tvh.type == TypedValue.TYPE_DIMENSION) {
684 h = (int) tvh.getDimension(metrics);
685 } else if (tvh.type == TypedValue.TYPE_FRACTION) {
686 h = (int) tvh.getFraction(metrics.heightPixels, metrics.heightPixels);
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-6.0.0_r1-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
  /external/webrtc/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 312 milliseconds