Searched defs:toggleState (Results 1 – 6 of 6) sorted by relevance
51 boolean toggleState) { in put()100 public LastCallerInfo(int tid, int uid, int pid, String packageName, boolean toggleState) { in LastCallerInfo()
150 @Nonnull final KeyboardSwitchState toggleState) { in setKeyboard()276 @Nonnull final KeyboardSwitchState toggleState) { in isImeSuppressedByHardwareKeyboard()282 @Nonnull final KeyboardSwitchState toggleState) { in setMainKeyboardFrame()341 public void onToggleKeyboard(@Nonnull final KeyboardSwitchState toggleState) { in onToggleKeyboard()
90 String toggleState = getString( in updateTitle() local
92 Button toggleState = (Button) mMainView.findViewById(R.id.toggle_state); in onCreateView() local
312 final Boolean toggleState = adapter.getToggleState(); in setupDetailHeader() local
596 void toggleState() { in toggleState() method in TileAdapter.Holder