Searched refs:mOnLightBackground (Results 1 – 2 of 2) sorted by relevance
103 private boolean mOnLightBackground; field in AppWidgetHostView490 mOnLightBackground = onLightBackground; in setOnLightBackground()548 if (mOnLightBackground) { in applyRemoteViews()
107 private final boolean mOnLightBackground; field in RemoteViewsAdapter844 mOnLightBackground = intent.getBooleanExtra(EXTRA_REMOTEADAPTER_ON_LIGHT_BACKGROUND, false); in RemoteViewsAdapter()1135 layout.setOnLightBackground(mOnLightBackground); in getView()