Searched refs:mArtworkExpectedHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
H A DRemoteControlClient.java1050 private int mArtworkExpectedHeight; field in class:RemoteControlClient.DisplayInfoForClient
1057 mArtworkExpectedHeight = h;
1426 if ((di.mArtworkExpectedWidth > 0) && (di.mArtworkExpectedHeight > 0)) {
1428 di.mArtworkExpectedWidth, di.mArtworkExpectedHeight);
1461 if ((di.mArtworkExpectedWidth > 0) && (di.mArtworkExpectedHeight > 0)) {
1463 di.mArtworkExpectedWidth, di.mArtworkExpectedHeight);
1547 if ((di.mArtworkExpectedWidth != w) || (di.mArtworkExpectedHeight != h)) {
1549 di.mArtworkExpectedHeight = h;
1599 ((di.mArtworkExpectedWidth != w) || (di.mArtworkExpectedHeight != h))) {
1601 di.mArtworkExpectedHeight
[all...]
H A DMediaFocusControl.java282 di.mArtworkExpectedHeight/*arg2*/,
1390 " -- h:" + di.mArtworkExpectedHeight +
2040 private int mArtworkExpectedHeight = -1; field in class:MediaFocusControl.DisplayInfoForServer
2050 mArtworkExpectedHeight = h;
2106 di.mArtworkExpectedHeight);
2264 if ((di.mArtworkExpectedWidth != w) || (di.mArtworkExpectedHeight != h)) {
2266 di.mArtworkExpectedHeight = h;

Completed in 27 milliseconds