BC

Buck Collins

Founder | CEO of Plus Platform at Plus Platform

Buck Collins has had an extensive career in business and the performing arts. In 2020, they founded and became the CEO of Plus Platform. From 2017 to 2020, they were the Managing Partner and Chief Operating Officer of Ranieri Solutions, where they worked directly with the CEO to develop organizational strategies and was responsible for implementing them. From 2009 to 2017, they were the Vice President and Chief of Staff to Lewis S. Ranieri, where they were responsible for versatile project management and coordinating partnership communication and conflict resolution. In 2008, they were a Sales Associate at Morgan Stanley & Co. From 2006 to 2008, they were Vice President of LSR Endavors. From 2003 to 2006, they were Principal of Leaps and Bounds Productions, Inc. From 1996 to 2003, they had a successful international ballet career, attaining positions with companies such as American Ballet Theatre, Boston Ballet, Miami City Ballet, Den Norske Opera, and Kubota Ballet.

/*

* Copyright (C) 2015 The Android Open Source Project

*

* Licensed under the Apache License, Version 2.0 (the "License");

* you may not use this file except in compliance with the License.

* You may obtain a copy of the License at

*

* http://www.apache.org/licenses/LICENSE-2.0

*

* Unless required by applicable law or agreed to in writing, software

* distributed under the License is distributed on an "AS IS" BASIS,

* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

* See the License for the specific language governing permissions and

* limitations under the License.

*/

package com.android.tools.lint.checks;

import com.android.tools.lint.detector.api.Detector;

public class AndroidAutoSizeTextDetectorTest extends AbstractCheckTest {

@Override

protected Detector getDetector() {

return new AndroidAutoSizeTextDetector();

}

public void test() throws Exception {

assertEquals(""

+ "res/layout/autosizetext.xml:8: Warning: TextViews using autoSizeTextType should also set the autoSizePresetSizes attribute [AutoSizeText]\n"

+ " android:autoSizeTextType=\"uniform\" />\n"

+ " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n"

+ "res/layout/autosizetext.xml:11: Warning: TextViews using autoSizeTextType should also set the autoSizePresetSizes attribute [AutoSizeText]\n"

+ " android:autoSizeTextType=\"uniform\" />\n"

+ " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n"

+ "0 errors, 2 warnings\n",

lintProject(

xml("res/layout/autosizetext.xml", ""

+ "<LinearLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"\n"

+ " android:layout_width=\"match_parent\"\n"

+ " android:layout

Links

Previous companies

Morgan Stanley logo

Org chart