Searched refs:Transposable (Results 1 – 5 of 5) sorted by relevance
33 import com.android.launcher3.views.Transposable;35 public class Hotseat extends CellLayout implements LogContainerProvider, Insettable, Transposable {
78 import com.android.launcher3.views.Transposable;234 if (v instanceof Transposable) { in getDescendantCoordRelativeToAncestor()235 RotationMode m = ((Transposable) v).getRotationMode(); in getDescendantCoordRelativeToAncestor()
70 import com.android.launcher3.views.Transposable;81 public class CellLayout extends ViewGroup implements Transposable {
62 import com.android.launcher3.views.Transposable;574 if (!(child instanceof Transposable)) { in onMeasure()632 if (child instanceof Transposable) { in onLayout()
23 public interface Transposable { interface