Searched defs:layout (Results 1 – 11 of 11) sorted by relevance
210 RemoteViews layout = buildLayout(context, appWidgetIds[i], mIsLargeLayout); in onUpdate() local225 RemoteViews layout; in onAppWidgetOptionsChanged() local
57 private lateinit var layout: View variable in com.example.android.basicpermissions.MainActivity
62 final LinearLayout layout = in onCreate() local
152 LinearLayout layout = new LinearLayout(this); in newStep() local
157 LinearLayout layout = new LinearLayout(this); in newStep() local
229 final LinearLayout layout = new LinearLayout(this); in onCreateInputView() local
253 FrameLayout layout = new FrameLayout(getActivity()); in copyVisibleViews() local
435 public Builder setLayout(int layout) { in setLayout()