am 7e55c292: Merge "Fix typos in previous bugfixes." into lmp-dev
* commit '7e55c29281f8a62154451e87b45d95ec5f97c5ac': Fix typos in previous bugfixes.
This commit is contained in:
@@ -30,7 +30,7 @@ public class TimePickerSpinnerDelegate_Delegate {
|
||||
private static final int PM = 1;
|
||||
|
||||
@LayoutlibDelegate
|
||||
static int getAmOrPmKeyCode(int amOrPm) {
|
||||
static int getAmOrPmKeyCode(TimePickerSpinnerDelegate tpsd, int amOrPm) {
|
||||
// We don't care about locales here.
|
||||
if (amOrPm == AM) {
|
||||
return KeyEvent.KEYCODE_A;
|
||||
|
||||
@@ -482,7 +482,7 @@ public final class BridgeContext extends Context {
|
||||
// In some cases, style may not be a dynamic id, so we do a full search.
|
||||
ResourceReference ref = resolveId(resid);
|
||||
if (ref != null) {
|
||||
mRenderResources.getStyle(ref.getName(), ref.isFramework());
|
||||
style = mRenderResources.getStyle(ref.getName(), ref.isFramework());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user