Merge "DO NOT MERGE Add invokeFunctor stub"
This commit is contained in:
@@ -674,6 +674,11 @@ public final class ViewRootImpl implements ViewParent,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean invokeFunctor(long functor, boolean waitForCompletion) {
|
||||||
|
// stub
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
private void enableHardwareAcceleration(WindowManager.LayoutParams attrs) {
|
private void enableHardwareAcceleration(WindowManager.LayoutParams attrs) {
|
||||||
mAttachInfo.mHardwareAccelerated = false;
|
mAttachInfo.mHardwareAccelerated = false;
|
||||||
mAttachInfo.mHardwareAccelerationRequested = false;
|
mAttachInfo.mHardwareAccelerationRequested = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user