Home
last modified time | relevance | path

Searched refs:DIRECTION_DOWN (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/
DComplicationLayoutParamsTest.java57 ComplicationLayoutParams.DIRECTION_DOWN, in testPositionValidation()
64 invalidDirections.put(ComplicationLayoutParams.DIRECTION_DOWN, in testPositionValidation()
113 ComplicationLayoutParams.DIRECTION_DOWN, in testDefaultMargin()
127 ComplicationLayoutParams.DIRECTION_DOWN, in testSpecifiedMargin()
142 ComplicationLayoutParams.DIRECTION_DOWN, in testCopyConstruction()
167 ComplicationLayoutParams.DIRECTION_DOWN, in testCopyConstructionWithUnspecifiedMargin()
188 ComplicationLayoutParams.DIRECTION_DOWN, in testConstraint()
198 ComplicationLayoutParams.DIRECTION_DOWN, in testConstraint()
DComplicationLayoutEngineTest.java149 ComplicationLayoutParams.DIRECTION_DOWN, in testComplicationMarginPosition()
163 ComplicationLayoutParams.DIRECTION_DOWN, in testComplicationMarginPosition()
195 ComplicationLayoutParams.DIRECTION_DOWN, in testSingleLayout()
221 ComplicationLayoutParams.DIRECTION_DOWN, in testSnapToGuide()
251 ComplicationLayoutParams.DIRECTION_DOWN, in testDirectionLayout()
266 ComplicationLayoutParams.DIRECTION_DOWN, in testDirectionLayout()
299 ComplicationLayoutParams.DIRECTION_DOWN, in testPositionLayout()
312 ComplicationLayoutParams.DIRECTION_DOWN, in testPositionLayout()
386 ComplicationLayoutParams.DIRECTION_DOWN, in testDefaultMargin()
462 ComplicationLayoutParams.DIRECTION_DOWN, in testComplicationMargin()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
DComplicationLayoutParams.java60 DIRECTION_DOWN,
69 public static final int DIRECTION_DOWN = 1 << 1; field in ComplicationLayoutParams
97 INVALID_DIRECTIONS.put(POSITION_BOTTOM, DIRECTION_DOWN); in INVALID_DIRECTIONS.put() argument
DComplicationLayoutEngine.java19 import static com.android.systemui.complication.ComplicationLayoutParams.DIRECTION_DOWN;
203 && (direction == ComplicationLayoutParams.DIRECTION_DOWN in applyLayoutParams()
209 if (isRoot || direction != ComplicationLayoutParams.DIRECTION_DOWN) { in applyLayoutParams()
240 || direction == ComplicationLayoutParams.DIRECTION_DOWN)) { in applyLayoutParams()
257 case ComplicationLayoutParams.DIRECTION_DOWN: in applyLayoutParams()
551 case ComplicationLayoutParams.DIRECTION_DOWN: in getMargins()
625 addToMapping(mapping, POSITION_START | POSITION_TOP, DIRECTION_DOWN, startMargins); in generatePositionDirectionalMarginsMapping()
631 addToMapping(mapping, POSITION_END | POSITION_TOP, DIRECTION_DOWN, endMargins); in generatePositionDirectionalMarginsMapping()
/frameworks/base/core/java/android/hardware/radio/
DTunerAdapter.java143 mTuner.step(/* directionDown= */ direction == RadioTuner.DIRECTION_DOWN, in step()
158 mTuner.seek(/* directionDown= */ direction == RadioTuner.DIRECTION_DOWN, in scan()
173 mTuner.seek(/* directionDown= */ direction == RadioTuner.DIRECTION_DOWN, in seek()
DRadioTuner.java50 public static final int DIRECTION_DOWN = 1; field in RadioTuner
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dream/dagger/
DMediaComplicationComponent.java97 ComplicationLayoutParams.DIRECTION_DOWN, in provideLayoutParams()
/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/
DDefaultRadioTunerTest.java124 DEFAULT_RADIO_TUNER.seek(RadioTuner.DIRECTION_DOWN, in seek_forRadioTuner_throwsException()
DTunerAdapterTest.java253 int scanStatus = mRadioTuner.step(RadioTuner.DIRECTION_DOWN, /* skipSubChannel= */ false); in step_forTunerAdapter_succeeds()
286 int scanStatus = mRadioTuner.scan(RadioTuner.DIRECTION_DOWN, /* skipSubChannel= */ false); in scan_forTunerAdapter_succeeds()
319 int scanStatus = mRadioTuner.seek(RadioTuner.DIRECTION_DOWN, /* skipSubChannel= */ false); in seek_forTunerAdapter_succeeds()
/frameworks/base/services/core/java/com/android/server/input/
DKeyboardBacklightController.java66 DIRECTION_UP, DIRECTION_DOWN enumConstant
347 updateKeyboardBacklight((int) msg.obj, Direction.DIRECTION_DOWN); in handleMessage()
/frameworks/base/core/api/
Dsystem-current.txt6633 field public static final int DIRECTION_DOWN = 1; // 0x1