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

  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ContentFrameLayout.java 118 final TypedValue tvh = isPortrait ? mFixedHeightMajor : mFixedHeightMinor;
119 if (tvh != null && tvh.type != TypedValue.TYPE_NULL) {
121 if (tvh.type == TypedValue.TYPE_DIMENSION) {
122 h = (int) tvh.getDimension(metrics);
123 } else if (tvh.type == TypedValue.TYPE_FRACTION) {
124 h = (int) tvh.getFraction(metrics.heightPixels, metrics.heightPixels);
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseRecyclerViewAnimationsTest.java 395 TestViewHolder tvh = (TestViewHolder) vh; local
396 log.append(tvh.mBoundItem).append(vh)
RecyclerViewLayoutTest.java     [all...]
  /frameworks/base/core/java/com/android/internal/policy/
DecorView.java 647 final TypedValue tvh = isPortrait ? mWindow.mFixedHeightMajor
649 if (tvh != null && tvh.type != TypedValue.TYPE_NULL) {
651 if (tvh.type == TypedValue.TYPE_DIMENSION) {
652 h = (int) tvh.getDimension(metrics);
653 } else if (tvh.type == TypedValue.TYPE_FRACTION) {
654 h = (int) tvh.getFraction(metrics.heightPixels, metrics.heightPixels);
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.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 815 milliseconds