Searched refs:mOnLightBackground (Results 1 – 2 of 2) sorted by relevance
104 private boolean mOnLightBackground; field in AppWidgetHostView513 mOnLightBackground = onLightBackground; in setOnLightBackground()575 if (mOnLightBackground) { in applyRemoteViews()
107 private final boolean mOnLightBackground; field in RemoteViewsAdapter839 mOnLightBackground = intent.getBooleanExtra(EXTRA_REMOTEADAPTER_ON_LIGHT_BACKGROUND, false); in RemoteViewsAdapter()1126 layout.setOnLightBackground(mOnLightBackground); in getView()