Searched defs:landscape (Results 1 – 4 of 4) sorted by relevance
44 Button landscape = (Button) v.findViewById(R.id.landscape); in onCreateView() local
195 final RemoteViews landscape = relayoutWidget(context, wm, widgetId, options, false); in relayoutWidget() local
305 val landscape: RemoteViews = relayoutWidget(context, wm, widgetId, options, false) in <lambda>() constant
358 public void setAppToLandscape(boolean landscape) { in setAppToLandscape()