Searched refs:layoutId (Results 1 – 4 of 4) sorted by relevance
86 int layoutId = views.getLayoutId(); in updateAppWidget() local87 if (widgetInfo.layoutId != layoutId || alwaysRecreateViewsDuringUpdate) { in updateAppWidget()88 widgetInfo.view = createWidgetView(layoutId); in updateAppWidget()89 widgetInfo.layoutId = layoutId; in updateAppWidget()121 widgetInfo.view = createWidgetView(widgetInfo.layoutId); in reconstructWidgetViewAsIfPhoneWasRotated()215 private int layoutId; field in ShadowAppWidgetManager.WidgetInfo219 public WidgetInfo(View view, int layoutId, AppWidgetProvider appWidgetProvider) { in WidgetInfo() argument221 this.layoutId = layoutId; in WidgetInfo()
25 private int layoutId; field in ShadowRemoteViews28 public void __constructor__(String packageName, int layoutId) { in __constructor__() argument30 this.layoutId = layoutId; in __constructor__()40 return layoutId; in getLayoutId()
32 private int layoutId; field in ShadowDialog71 layoutId = layoutResID; in setContentView()155 if (layoutId > 0 && context != null) { in findViewById()156 inflatedView = ShadowLayoutInflater.from(context).inflate(layoutId, null); in findViewById()221 return layoutId; in getLayoutId()238 inflatedView = ShadowLayoutInflater.from(context).inflate(layoutId, null); in clickOnText()
329 NSString* layoutId = (NSString*)TISGetInputSourceProperty(331 if ([layoutId isEqualToString:@"com.apple.keylayout.Belgian"] ||332 [layoutId isEqualToString:@"com.apple.keylayout.French"] ||333 [layoutId isEqualToString:@"com.apple.keylayout.French-numerical"] ||334 [layoutId isEqualToString:@"com.apple.keylayout.Italian"]) {336 } else if ([layoutId isEqualToString:@"com.apple.keylayout.Turkish"]) {338 } else if ([layoutId isEqualToString:@"com.apple.keylayout.Dvorak-Left"]) {340 } else if ([layoutId isEqualToString:@"com.apple.keylayout.Dvorak-Right"]) {