Merge "LayoutLib: Fix native delegate for Display."
This commit is contained in:
committed by
Android (Google) Code Review
commit
58b9157549
@@ -47,14 +47,14 @@ public class Display_Delegate {
|
||||
|
||||
@LayoutlibDelegate
|
||||
/** @hide special for when we are faking the screen size. */
|
||||
/*package*/ static int getRawWidth(Display theDisplay) {
|
||||
/*package*/ static int getRawWidthNative(Display theDisplay) {
|
||||
// same as real since we're not faking compatibility mode.
|
||||
return RenderAction.getCurrentContext().getIWindowManager().getMetrics().widthPixels;
|
||||
}
|
||||
|
||||
@LayoutlibDelegate
|
||||
/** @hide special for when we are faking the screen size. */
|
||||
/*package*/ static int getRawHeight(Display theDisplay) {
|
||||
/*package*/ static int getRawHeightNative(Display theDisplay) {
|
||||
// same as real since we're not faking compatibility mode.
|
||||
return RenderAction.getCurrentContext().getIWindowManager().getMetrics().heightPixels;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user