Searched defs:FLAG_END (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DTunablePadding.java30 public static final int FLAG_END = 2; field in class:TunablePadding
56 int left = mView.isLayoutRtl() ? FLAG_END : FLAG_START;
57 int right = mView.isLayoutRtl() ? FLAG_START : FLAG_END;

Completed in 129 milliseconds